Docs · Docs

Agent executors

Closure Workflow Graphs own the business process. Agent nodes declare work; executors do deep reasoning.

ExecutorRole
hostedClosure invokeAgent + tools
idePause for Cursor / MCP
externalPause → POST webhook → LangGraph / Bedrock / Foundry worker → resume API
langgraphCompiles orchestration → IR; in-process map or webhook worker
bedrock / foundrySame IR + pause contract; muscle via webhook until native adapters land

Dogfood: workflow Demo · LangGraph craft + examples/langgraph-executor (Groq works).

Tool packs and allowlists live on the product graph — see Tools (Knowledge).

Full contract: repository docs/AGENT-EXECUTORS.md.