LangGraph
技能 已验证 活跃Expert in LangGraph - the production-grade framework for building stateful, multi-actor AI applications. Covers graph construction, state management, cycles and branches, persistence with checkpointers, human-in-the-loop patterns, and the ReAct agent pattern. Used in production at LinkedIn, Uber, and 400+ companies. This is LangChain's recommended approach for building agents. Use when: langgraph, langchain agent, stateful agent, agent graph, react agent.
To empower developers to build robust, production-grade AI agents and applications using LangGraph's structured approach to stateful execution.
功能
- LangGraph graph construction and state management
- Persistence with checkpointers
- Human-in-the-loop patterns
- ReAct agent pattern implementation
- Conditional routing and cycles
使用场景
- Building single-agent ReAct-style applications with tool integration
- Designing complex stateful research agents with multiple reducers
- Implementing conditional routing for diverse query types
- Structuring production-ready AI workflows
非目标
- Providing a full-fledged LangGraph runtime
- Handling specific LLM provider integrations beyond general examples
- Replacing the core LangGraph library documentation
工作流
- Define state for the agent.
- Define tools the agent can use.
- Create LLM with integrated tools.
- Define agent and tool nodes.
- Implement conditional routing logic.
- Build and compile the LangGraph.
- Invoke the compiled graph with initial messages.
实践
- Agent Architecture
- State Management
- Workflow Design
- Production Deployment
先决条件
- Python 3.9+
- langgraph package
- LLM API access (OpenAI, Anthropic, etc.)
- Understanding of graph concepts
Trust
- info:Issues AttentionThere were 17 issues opened and 4 closed in the last 90 days, indicating a closure rate below 50% and moderate attention to open issues.
Practical Utility
- info:Edge casesThe skill documents limitations like Python-only support and learning curve, but specific failure modes with recovery steps are not detailed.
安装
npx skills add davila7/claude-code-templates通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
LangChain & LangGraph Architecture
95Design LLM applications using LangChain 1.x and LangGraph for agents, memory, and tool integration. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.
Mcp Setup
100Configure popular MCP servers for enhanced agent capabilities
Deepinit
100Deep codebase initialization with hierarchical AGENTS.md documentation
Agent Worker Specialist
100Agent skill for worker-specialist - invoke with $agent-worker-specialist
Orchestrate
100Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.
Context Compression
100This skill should be used when the user asks to "compress context", "summarize conversation history", "implement compaction", "reduce token usage", or mentions context compression, structured summarization, tokens-per-task optimization, or long-running agent sessions exceeding context limits.