Skip to content
mlx.app

LangGraph

LangChain's answer to 'agents need state machines, not chains.'

When to use it

Use this when your agent needs explicit branching, retries and cycles, and you're already in the LangChain ecosystem.

Alternatives in Agents