Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

LangGraph

Skill Verifiziert Aktiv

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.

Zweck

To empower developers to build robust, production-grade AI agents and applications using LangGraph's structured approach to stateful execution.

Funktionen

  • LangGraph graph construction and state management
  • Persistence with checkpointers
  • Human-in-the-loop patterns
  • ReAct agent pattern implementation
  • Conditional routing and cycles

Anwendungsfälle

  • 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

Nicht-Ziele

  • Providing a full-fledged LangGraph runtime
  • Handling specific LLM provider integrations beyond general examples
  • Replacing the core LangGraph library documentation

Workflow

  1. Define state for the agent.
  2. Define tools the agent can use.
  3. Create LLM with integrated tools.
  4. Define agent and tool nodes.
  5. Implement conditional routing logic.
  6. Build and compile the LangGraph.
  7. Invoke the compiled graph with initial messages.

Praktiken

  • Agent Architecture
  • State Management
  • Workflow Design
  • Production Deployment

Voraussetzungen

  • 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.

Installation

npx skills add davila7/claude-code-templates

Führt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.

Qualitätspunktzahl

Verifiziert
97 /100
Analysiert 3 days ago

Vertrauenssignale

Letzter Commit3 days ago
Sterne27.2k
LizenzMIT
Status
Quellcode ansehen