langgraph-state-graph

Solid

LangGraph StateGraph builder with state schema design. Create stateful agent workflows with cycles, conditionals, and persistence.

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# langgraph-state-graph Build stateful agent workflows using LangGraph's StateGraph pattern. Design state schemas, create nodes, define edges with conditional routing, and enable persistence. ## Overview LangGraph is a library for building stateful, multi-actor applications with LLMs. The StateGraph is the core abstraction that enables: - Cyclical computation graphs (unlike DAGs) - State persistence and checkpointing - Human-in-the-loop interaction patterns - Conditional branching and routing - Multi-agent coordination ## Capabilities ### State Schema Design - Define typed state schemas with TypedDict or Pydantic - Configure state channels for message passing - Set up reducer functions for state updates - Design accumulator patterns for conversation history ### Graph Construction - Create nodes as functions or runnables - Define edges (normal, conditional, entry points) - Configure start and end nodes - Implement routing logic for conditional edges ### Persistence & Checkpointing - Configure checkpoint backends (SQLite, PostgreSQL, Redis) - Enable state snapshots at each step - Support for resuming interrupted workflows - Thread-based conversation persistence ### Human-in-the-Loop - Insert interrupt points in workflows - Collect human feedback before continuing - Support approval gates and input collection - Resume from interrupt with updated state ## Usage ### Basic StateGraph Pattern ```python from typing import TypedDict, Annotated from langgraph.graph import St...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

langgraph-implementation

Implements stateful agent graphs using LangGraph. Use when building graphs, adding nodes/edges, defining state schemas, implementing checkpointing, handling interrupts, or creating multi-agent systems with LangGraph.

61 Updated today
existential-birds
AI & Automation Solid

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.

27,705 Updated today
davila7
AI & Automation Listed

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.

335 Updated today
aiskillstore
AI & Automation Listed

langgraph-architecture

Guides architectural decisions for LangGraph applications. Use when deciding between LangGraph vs alternatives, choosing state management strategies, designing multi-agent systems, or selecting persistence and streaming approaches.

61 Updated today
existential-birds
AI & Automation Featured

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.

39,350 Updated today
sickn33