AI & MLlangchain
LangChain / LangGraph
Also known asLangChainLangGraph
LangChain is a popular open-source framework for building LLM-powered applications, providing abstractions for chains, tools, memory, and retrieval. LangGraph extends it with a graph-based runtime for building stateful, multi-step agent workflows with precise control over execution flow, state persistence, and error recovery. LangGraph is the production-grade choice for complex agentic applications requiring fine-grained state management.
Related terms
3AI & ML
AI Agent
An autonomous AI system that can plan, use tools, and take actions to accomplish goals. Agents use LLMs as the reasoning...
AI & ML
Model Context Protocol (MCP)
An open standard introduced by Anthropic in November 2024 for connecting AI applications to external data sources, tools...
AI & ML
CrewAI
An open-source multi-agent orchestration framework that uses a role-based paradigm where developers define AI 'crews' of...