Skip to content

Commit 3ab3454

Browse files
committed
docs: update project documentation and feature status
1 parent 772d0cc commit 3ab3454

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# 🦜🕸️ LangGraph for Java
33

4-
[![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]
4+
[![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]
55

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

3940
## Releases
4041

src/site/markdown/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
3434
- [x] [Studio] (_Playground Webapp_)
3535
- [X] Streaming response from LLM results
3636
- [X] Child Graphs
37-
- [ ] Parallel Node Execution
37+
- [X] Parallel Node Execution
38+
- _With some constraints_
3839

3940
## Samples
4041

0 commit comments

Comments
 (0)