Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Aug 22, 2024
2 parents f811581 + ec6a8dc commit deabff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-core-jdk8</artifactId>
<version>1.0-beta2</version>
<dependency>
</dependency>
```

#### Development Version
Expand All @@ -68,7 +68,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-core-jdk8</artifactId>
<version>1.0-SNAPSHOT</version>
<dependency>
</dependency>
```

### Define the agent state
Expand Down

0 comments on commit deabff6

Please sign in to comment.