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 Nov 13, 2024
2 parents 065908e + a6e691a commit 88d6af3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
- [x] Breakpoints (_pause and resume feature_)
- [x] [Studio] (_Playground Webapp_)
- [ ] Parallel Node Execution
- [ ] Parallel Node Execution
- [ ] Child Graphs
- [ ] Streaming response from LLM results
- [X] Streaming response from LLM results


## Samples
Expand Down
4 changes: 2 additions & 2 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
- [x] Threads (_checkpointing of multiple different runs_)
- [x] Update state (_interact with the state directly and update it_)
- [x] Breakpoints (_pause and resume feature_)
- [ ] Parallel Node Execution
- [X] Streaming response from LLM results
- [ ] Child Graphs
- [ ] Streaming response from LLM results
- [ ] Parallel Node Execution

## Samples

Expand Down

0 comments on commit 88d6af3

Please sign in to comment.