Overview
StateGraph, nodes, edges, conditional routing, checkpointing.
Key ideas
- LangGraph owns orchestration: explicit state, nodes, and conditional edges.
- AgentCore owns production concerns: runtime hosting, memory, identity, gateway, observability.
- MCP standardizes tool surfaces so workers do not hard-code every backend integration.
Labs 1–3 in labs/agentcore/ follow a local mocked progression. Read the lab README for IAM and cost notes.
Walkthrough
- Model the workflow as a graph: who plans, who executes tools, who summarizes.
- Attach MCP tools through Gateway (or local mocks in early labs).
- Add Memory for session continuity and Identity before calling protected APIs.
- Instrument traces and run golden-set evals before promoting changes.