@@ -34,6 +34,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
34
34
- [x] [ Studio] (_ Playground Webapp_ )
35
35
- [x] [ Spring Boot]
36
36
- [x] [ Jetty]
37
+ - [x] [ Quarkus]
37
38
- [X] Streaming response from LLM results
38
39
- [X] Child Graphs
39
40
- [X] Parallel Node Execution
@@ -56,7 +57,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
56
57
* [ How to parallel branch] ( how-tos/parallel-branch.ipynb )
57
58
* [ How to wait for user input] ( how-tos/wait-user-input.ipynb )
58
59
* ** 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 )
60
61
* [ How to add a compiled sub-graph (by composition)] ( how-tos/subgraph-as-compiledgraph.ipynb )
61
62
* [ How to add a state sub-graph (by merging)] ( how-tos/subgraph-as-stategraph.ipynb )
62
63
* ** Use Case**
@@ -239,14 +240,16 @@ return app.stream( inputs );
239
240
* [Java Async Generator , a Java version of Javascript async generator][java- async- generator]
240
241
241
242
243
+ [Jetty ]: https: // jetty.org
244
+ [Spring Boot ]: https: // spring.io/projects/spring-boot
245
+ [Quarkus ]: https: // quarkus.io
246
+
242
247
[javadocs]: https: // bsorrentino.github.io/langgraph4j/apidocs/index.html
243
248
[springai- agentexecutor]: samples/ springai- agentexecutor
244
249
[agent- executor]: agent- executor/
245
250
[adaptive- rag]: samples/ adaptive- rag
246
251
[image- to- diagram]: samples/ image- to- diagram/
247
252
248
-
249
-
250
253
[SpringAI ]: https: // spring.io/projects/spring-ai
251
254
[Studio ]: https: // bsorrentino.github.io/langgraph4j/studio/langgraph4j-studio/index.html
252
255
[CompletableFuture ]: https: // docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html
@@ -263,3 +266,4 @@ return app.stream( inputs );
263
266
[Mermaid ]: https: // mermaid.js.org
264
267
265
268
[releases]: https: // central.sonatype.com/search?q=a%3Alanggraph4j-parent
269
+
0 commit comments