Skip to content

Commit 4152b9d

Browse files
committed
docs: update readme
1 parent 7cd31cc commit 4152b9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ return app.stream( inputs );
152152

153153
* [LangGraph - LangChain Blog][langgraph.blog]
154154
* [AI Agent in Java with LangGraph4j - Bartolomeo Blog][article01]
155+
* [Java Async Generator, a Java version of Javascript async generator][java-async-generator]
155156

156157
[article01]: https://bsorrentino.github.io/bsorrentino/ai/2024/05/20/langgraph-for-java.html
157158
[langgraph.blog]: https://blog.langchain.dev/langgraph/
@@ -162,4 +163,4 @@ return app.stream( inputs );
162163
[langchain.agents]: https://python.langchain.com/docs/modules/agents/
163164
[AgentExecutor]: https://github.com/langchain-ai/langchain/blob/master/libs/langchain/langchain/agents/agent.py
164165
[PlantUML]: https://plantuml.com
165-
166+
[java-async-generator]: https://github.com/bsorrentino/java-async-generator

0 commit comments

Comments
 (0)