## ☂️ `agents` roadmap (updated Feb 2026) ### Shipped - [x] HTTP/WebSockets - [x] Scheduling - [x] `this.state` / `.setState` / `.onStateUpdate` - [x] RPC (callable methods) - [x] Email (`agents/email`, HMAC secure reply routing) - [x] Browser - [x] MCP (server, client, OAuth, elicitation, storage adapters) - [x] Multi-agent architecture (A2A, supervisor pattern, `getAgentByName`) - [x] AI SDK v6 migration - [x] Observability - [x] Queue support - [x] Resumable streaming - [x] Cross-domain authentication - [x] Cloudflare Workflows integration (`agents/workflows`) - [x] Hono framework integration (`hono-agents`) - [x] Codemode (`@cloudflare/codemode`) - [x] x402 payment protocol - [x] Human-in-the-loop (tool approval) - [x] Docs (in-repo + developers.cloudflare.com) ### In progress / planned - [ ] Third-party services/adapters/connectors - [ ] Built-in sync engine client/server (for [full-stack AI agents](https://sunilpai.dev/posts/full-stack-ai-agents/)) - [ ] Evals framework - [ ] "Admin" panel — a UI for managing and deploying agents ### Maybe - [ ] CLI (migrations, workflow provisioning, etc.) - [ ] `import {Agent} from "cloudflare:workers"` / `agents` in `wrangler.json` (baking into the runtime/platform) - [ ] Python (blocked on Durable Objects support in Python Workers) - [ ] Codegen / WFP / "cockpit" - [ ] Self-hosting guide
☂️
agentsroadmap (updated Feb 2026)Shipped
this.state/.setState/.onStateUpdateagents/email, HMAC secure reply routing)getAgentByName)agents/workflows)hono-agents)@cloudflare/codemode)In progress / planned
Maybe
import {Agent} from "cloudflare:workers"/agentsinwrangler.json(baking into the runtime/platform)