addon-langgraph-agent
Installation
SKILL.md
Add-on: LangGraph Agent
Use this skill when a project needs multi-step agent execution (tool use, checkpoints, and bounded loops) through LangGraph.
Compatibility
- Works with
architect-python-uv-fastapi-sqlalchemyandarchitect-nextjs-bun-app. - Can be combined with
addon-langchain-llmfor shared provider setup. - Can be combined with
addon-google-agent-dev-kitwhen ADK interop is needed.
Inputs
Collect:
AGENT_SCOPE: tasks the agent is explicitly allowed to perform.CHECKPOINT_BACKEND:memory|postgres|redis.ALLOW_TOOLS: explicit tool allow-list.MAX_STEPS: default10.TIMEOUT_SECONDS: default45.