langgraph4j
by langgraph4j
Java library for composing and running multi-agent workflows with langchain4j support
What It Does
Enables building agentic architectures in Java for multi-agent workflows and orchestration. Provides primitives for agents, chains, and workflows that integrate with langchain4j and Spring AI, making it easier to embed agent logic in JVM apps. Includes workflow composition, agent connectors, and runtime helpers tailored for enterprise Java environments. See also Dynamic Task Routing Pattern and Agent Registry Pattern for common orchestration patterns.
Key Benefits
When to Use
Java developers and enterprise teams who need to embed multi-agent orchestration and workflows into JVM services using langchain4j or Spring AI. This ecosystem pairs well with established protocols like Agent Protocol.
How It's Used
- Composing specialist agents into coordinated workflows inside JVM services
- Integrating agent logic with Spring AI-based enterprise applications
- Prototyping multi-agent delegation and observing inter-agent interactions