langgraph-fundamentals-py

Installation
SKILL.md
  • StateGraph: Main class for building stateful graphs
  • Nodes: Functions that perform work and update state
  • Edges: Define execution order (static or conditional)
  • START/END: Special nodes marking entry and exit points
  • State with Reducers: Control how state updates are merged

Graphs must be compile()d before execution.

Designing a LangGraph application

Follow these 5 steps when building a new graph:

Related skills

More from mineru98/skills-store

Installs
1
GitHub Stars
4
First Seen
Apr 20, 2026