From a6e691aaffebf6021bd439feaac989dc984a7c8c Mon Sep 17 00:00:00 2001 From: bsorrentino Date: Wed, 13 Nov 2024 19:02:56 +0100 Subject: [PATCH] docs: update readme --- README.md | 3 +-- src/site/markdown/index.md | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a375932b..054e56fb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index d7129e74..d79912cc 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -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