name: langgraph-builder description: Use when creating a new LangGraph graph. Start with a minimal graph and iterate.
Workflow
- Define state shape and config.
- Define minimal nodes and edges.
- Add tools/integrations incrementally.
- Add checkpoints/streaming only after core flow works.