langgraph-state-machine-designer
SolidConverts a workflow description into a LangGraph node/edge graph with typed state, conditional routing, and human-in-the-loop checkpoints.
Install
Quality Score: 85/100
Skill Content
Details
- Author
- Notysoty
- Repository
- Notysoty/openagentskills
- Created
- 5 months ago
- Last Updated
- 6 days ago
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
langgraph
LangGraph workflow patterns for stateful multi-step LLM workflows. State schemas (TypedDict/Pydantic), conditional routing, parallel fan-out/fan-in, human-in-the-loop gates, checkpointing, and supervisor agents. Use when: building LangGraph workflows, adding approval steps, coordinating agents, or persisting state. Triggers on: LangGraph, workflow graph, conditional routing, human-in-loop, checkpointing, supervisor agent, state machine, fan-out
graph-node-and-edge-design
Design the nodes, edges, and shared state object for a multi-agent graph — specialized work units, routing between them (straight, conditional, fan-out, fan-in), and an explicit state schema — once loop-vs-graph-decision has confirmed a graph is actually warranted. Use when architecting a multi-agent system, when designing fan-out/fan-in parallelism, or when a graph's "shared state" is vaguely defined instead of an explicit schema.
multi-agent-architect
Design and optimize production-grade multi-agent systems with LangGraph, LangChain, and DeepAgents for complex AI workflows.