Skip to content

Commit

Permalink
docs: add description, scm, license
Browse files Browse the repository at this point in the history
work on #4
  • Loading branch information
bsorrentino committed Aug 2, 2024
1 parent 38104d9 commit 3d2b2a9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,30 @@

<name>langgraph4j::parent</name>
<url>https://github.com/bsorrentino/langgraph4j</url>
<description>A library for building stateful, multi-agents applications with LLMs</description>
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/license/mit</url>
</license>
</licenses>
<developers>
<developer>
<id>bsorrentino</id>
<name>Bartolomeo Sorrentino</name>
<email>bartolomeo.sorrentino@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git: https://github.com/bsorrentino/langgraph4j.git </connection>
<developerConnection>scm:git: https://github.com/bsorrentino/langgraph4j.git </developerConnection>
<url> https://github.com/bsorrentino/langgraph4j</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>github</system>
<url> https://github.com/bsorrentino/langgraph4j/issues</url>
</issueManagement>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
1 change: 1 addition & 0 deletions server-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<packaging>jar</packaging>
<name>langgraph4j::server::jetty</name>
<description>an **embed playground webapp** able to run a Langgraph4j workflow in visual way</description>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down

0 comments on commit 3d2b2a9

Please sign in to comment.