LangGraph
⭐ 29.0k stars| Repository | langchain-ai/langgraph |
| Category | framework |
| Difficulty | intermediate |
| Status | active |
| Tags | agents state-machine graph python typescript |
| Website | https://langchain-ai.github.io/langgraph/ |
Review
Framework for building stateful, multi-step agent workflows as graphs. Provides fine-grained control over agent loops with persistence and human-in-the-loop. Best for production agent systems that need reliable state management and control flow.
Use Cases
- agents
- workflow
- multi-agent