Skip to content

Commit

Permalink
Merge branch 'hotfix/docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Jan 30, 2025
2 parents 772d0cc + 3ab3454 commit 7dae35d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# 🦜🕸️ LangGraph for Java

[![Javadoc](https://img.shields.io/badge/Javadoc-Documentation-blue)][javadocs] [![Static Badge](https://img.shields.io/badge/maven--snapshots-1.2--SNAPSHOT-blue)][snapshots] [![Maven Central](https://img.shields.io/maven-central/v/org.bsc.langgraph4j/langgraph4j-core.svg)][releases]
[![Javadoc](https://img.shields.io/badge/Javadoc-Documentation-blue)][javadocs] [![Static Badge](https://img.shields.io/badge/maven--snapshots-1.3--SNAPSHOT-blue)][snapshots] [![Maven Central](https://img.shields.io/maven-central/v/org.bsc.langgraph4j/langgraph4j-core.svg)][releases]

LangGraph for Java. A library for building stateful, multi-agents applications with LLMs, built for work with [langchain4j]
> It is a porting of original [LangGraph] from [LangChain AI project][langchain.ai] in Java fashion
Expand Down Expand Up @@ -34,7 +34,8 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
- [x] [Studio] (_Playground Webapp_)
- [X] Streaming response from LLM results
- [X] Child Graphs
- [ ] Parallel Node Execution
- [X] Parallel Node Execution
- _With some constraints_

## Releases

Expand Down
3 changes: 2 additions & 1 deletion src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
- [x] [Studio] (_Playground Webapp_)
- [X] Streaming response from LLM results
- [X] Child Graphs
- [ ] Parallel Node Execution
- [X] Parallel Node Execution
- _With some constraints_

## Samples

Expand Down

0 comments on commit 7dae35d

Please sign in to comment.