diff --git a/pom.xml b/pom.xml index 1627eee..e9964eb 100644 --- a/pom.xml +++ b/pom.xml @@ -9,6 +9,30 @@ langgraph4j::parent https://github.com/bsorrentino/langgraph4j + A library for building stateful, multi-agents applications with LLMs + + + MIT + https://opensource.org/license/mit + + + + + bsorrentino + Bartolomeo Sorrentino + bartolomeo.sorrentino@gmail.com + + + + scm:git: https://github.com/bsorrentino/langgraph4j.git + scm:git: https://github.com/bsorrentino/langgraph4j.git + https://github.com/bsorrentino/langgraph4j + HEAD + + + github + https://github.com/bsorrentino/langgraph4j/issues + UTF-8 diff --git a/server-jetty/pom.xml b/server-jetty/pom.xml index e9179bd..a85fff9 100644 --- a/server-jetty/pom.xml +++ b/server-jetty/pom.xml @@ -13,6 +13,7 @@ jar langgraph4j::server::jetty + an **embed playground webapp** able to run a Langgraph4j workflow in visual way 17