Generic MCP call
The agent calls spawn_cloud_agent, then checks status, logs, and results.
Provider-neutral subagent dispatch
A small control plane for handing slow agent work to durable cloud runtimes, starting with AWS AgentCore.
spawn_cloud_agent({
task: "audit this repository",
runtime: "aws-agentcore"
})
runtime and credentials checked
work moved out of the chat loop
logs, artifacts, and final output return through MCP
Operating model
The agent calls spawn_cloud_agent, then checks status, logs, and results.
AWS AgentCore logic lives in the AWS adapter, not in every client or prompt.
Live AWS dispatch remains opt-in and verified before real cloud work starts.
Install
Start with local config and doctor checks. Use live cloud dispatch only after runtime verification.
Live AWS verificationnpm install -g @agent-dispatch/cli
agentdispatch init
agentdispatch doctor
npx -y @agent-dispatch/mcp-server \
--config ./agentdispatch.config.json