@agent-dispatch/sdk
v0.1.0
Published
TypeScript SDK for AgentDispatch.
Readme
@agent-dispatch/sdk
TypeScript SDK for submitting provider-neutral AgentDispatch tasks and retrieving durable status, logs, and results.
For MCP clients, use spawnCloudAgent when the user has configured a named runtime profile:
await client.spawnCloudAgent({
runtime: "research-agent",
instruction: "Run a long-running investigation and return a concise result."
});