Skip to content

Commit f9de69a

Browse files
committed
docs: List Quarkus under Studio & fix minor typo.
merge PR #83
1 parent 16d78a2 commit f9de69a

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
3434
- [x] [Studio] (_Playground Webapp_)
3535
- [x] [Spring Boot]
3636
- [x] [Jetty]
37+
- [x] [Quarkus]
3738
- [X] Streaming response from LLM results
3839
- [X] Child Graphs
3940
- [X] Parallel Node Execution
@@ -56,7 +57,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
5657
* [How to parallel branch](how-tos/parallel-branch.ipynb)
5758
* [How to wait for user input](how-tos/wait-user-input.ipynb)
5859
* **How to sub-graph**
59-
* [How to add a sub-grah in a node](how-tos/subgraph-as-nodeaction.ipynb)
60+
* [How to add a sub-graph in a node](how-tos/subgraph-as-nodeaction.ipynb)
6061
* [How to add a compiled sub-graph (by composition)](how-tos/subgraph-as-compiledgraph.ipynb)
6162
* [How to add a state sub-graph (by merging)](how-tos/subgraph-as-stategraph.ipynb)
6263
* **Use Case**
@@ -239,14 +240,16 @@ return app.stream( inputs );
239240
* [Java Async Generator, a Java version of Javascript async generator][java-async-generator]
240241

241242

243+
[Jetty]: https://jetty.org
244+
[Spring Boot]: https://spring.io/projects/spring-boot
245+
[Quarkus]: https://quarkus.io
246+
242247
[javadocs]: https://bsorrentino.github.io/langgraph4j/apidocs/index.html
243248
[springai-agentexecutor]: samples/springai-agentexecutor
244249
[agent-executor]: agent-executor/
245250
[adaptive-rag]: samples/adaptive-rag
246251
[image-to-diagram]: samples/image-to-diagram/
247252

248-
249-
250253
[SpringAI]: https://spring.io/projects/spring-ai
251254
[Studio]: https://bsorrentino.github.io/langgraph4j/studio/langgraph4j-studio/index.html
252255
[CompletableFuture]: https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html
@@ -263,3 +266,4 @@ return app.stream( inputs );
263266
[Mermaid]: https://mermaid.js.org
264267

265268
[releases]: https://central.sonatype.com/search?q=a%3Alanggraph4j-parent
269+

src/site/markdown/index.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
3434
- [x] [Studio] (_Playground Webapp_)
3535
- [x] [Spring Boot]
3636
- [x] [Jetty]
37+
- [x] [Quarkus]
3738
- [X] Streaming response from LLM results
3839
- [X] Child Graphs
3940
- [X] Parallel Node Execution
@@ -46,7 +47,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
4647
* [How to parallel branch](https://github.com/bsorrentino/langgraph4j/blob/main/how-tos/parallel-branch.ipynb)
4748
* [How to wait for user input](https://github.com/bsorrentino/langgraph4j/blob/main/how-tos/wait-user-input.ipynb)
4849
* **How to sub-graph**
49-
* [How to add a sub-grah in a node](https://github.com/bsorrentino/langgraph4j/blob/main/how-tos/subgraph-as-nodeaction.ipynb)
50+
* [How to add a sub-graph in a node](https://github.com/bsorrentino/langgraph4j/blob/main/how-tos/subgraph-as-nodeaction.ipynb)
5051
* [How to add a compiled sub-graph (by composition)](https://github.com/bsorrentino/langgraph4j/blob/main/how-tos/subgraph-as-compiledgraph.ipynb)
5152
* [How to add a state sub-graph (by merging)](https://github.com/bsorrentino/langgraph4j/blob/main/how-tos/subgraph-as-stategraph.ipynb)
5253
* **Use Case**
@@ -282,6 +283,10 @@ server.start().join();
282283
* [AI Agent in Java with LangGraph4j - Bartolomeo Blog][article01]
283284
* [Java Async Generator, a Java version of Javascript async generator][java-async-generator]
284285

286+
[Jetty]: https://jetty.org
287+
[Spring Boot]: https://spring.io/projects/spring-boot
288+
[Quarkus]: https://quarkus.io
289+
285290
[javadocs]: https://bsorrentino.github.io/langgraph4j/apidocs/index.html
286291
[springai-agentexecutor]: https://github.com/bsorrentino/langgraph4j/blob/main/samples/springai-agentexecutor
287292
[agent-executor]: https://github.com/bsorrentino/langgraph4j/tree/main/samples/agent-executor

0 commit comments

Comments
 (0)