From ef7953b94c8719023be2a29e214010c6e1bf7e93 Mon Sep 17 00:00:00 2001 From: bsorrentino Date: Fri, 21 Jun 2024 18:43:20 +0200 Subject: [PATCH] docs: update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index db3c2fc..0be2463 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ | Date | Release | info |--------------| --- | --- +| Jun 21, 2024 | `1.0-SNAPSHOT` | Add support of [Mermaid] diagram generation - [issue #5](https://github.com/bsorrentino/langgraph4j/issues/5) | Jun 19, 2024 | `1.0-SNAPSHOT` | Add [adaptive rag](adaptice-rag/README.md) sample | Jun 10, 2024 | `1.0-SNAPSHOT` | Refactoring how generate graph representation (plantuml) | May 20, 2024 | `1.0-SNAPSHOT` | Add "[Image To PlantUML Diagram](agents-jdk8/README.md#generate-plantuml-diagram-from-image)" sample @@ -167,6 +168,7 @@ return app.stream( inputs ); [AgentExecutor]: https://github.com/langchain-ai/langchain/blob/master/libs/langchain/langchain/agents/agent.py [PlantUML]: https://plantuml.com [java-async-generator]: https://github.com/bsorrentino/java-async-generator +[Mermaid]: https://mermaid.js.org [javadocs]: https://bsorrentino.github.io/langgraph4j/apidocs/index.html [snapshots]: https://oss.sonatype.org/content/repositories/snapshots/org/bsc/langgraph4j/langgraph4j-jdk8/1.0-SNAPSHOT \ No newline at end of file