From 3b435f05aa27df3c08fb8d7b41fdfef71d7e9682 Mon Sep 17 00:00:00 2001 From: bsorrentino Date: Tue, 21 May 2024 21:04:23 +0200 Subject: [PATCH] docs: update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dbade37..46ae288 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,9 @@ return app.stream( inputs ); # References * [LangGraph - LangChain Blog][langgraph.blog] +* [AI Agent in Java with LangGraph4j - Bartolomeo Blog][article01] +[article01]: https://bsorrentino.github.io/bsorrentino/ai/2024/05/20/langgraph-for-java.html [langgraph.blog]: https://blog.langchain.dev/langgraph/ [langchain4j]: https://github.com/langchain4j/langchain4j [langchain.ai]: https://github.com/langchain-ai