Stateful Agents with LangGraph
While linear chains (input -> LLM -> output) are great for simple tasks, agentic workflows require cycles (e.g., run tool, evaluate result, decide to run another tool).
LangGraph models these cycles u
abstractalgorithms.hashnode.dev1 min read