bsorrentino / langgraph4j

🚀 LangGraph for Java. A library for building stateful, multi-actor applications with LLMs, built for work jointly with langchain4j
https://bsorrentino.github.io/langgraph4j/
MIT License
74 stars 13 forks source link

Evaluate to implement other use cases from langgraph tutorial #8

Open bsorrentino opened 2 months ago

bsorrentino commented 2 months ago

Original langgraph tutorial contains a lot of interesting examples, I would implements others to promote langgraph4j as first citizen in langchain4j eco-system:

RAG

Agent Architectures

Multi-Agent Systems

Planning Agents

Reflection & Critique

243006306 commented 2 weeks ago

That's really great. When will these RAG and Agent frameworks be combined with Langchain4j for an example! I have been following langchain4j and langgraph4j all along.

bsorrentino commented 1 week ago

Hi @243006306 thanks for interest

However Agent Executor and Adaptive RAG are already available