This wraps Cloudflare's Agents SDK for building AI assistants that run on Workers. The big deal here is resumable streaming, which means your chat sessions survive disconnects and page refreshes without losing context. It includes MCP (Model Context Protocol) support through the MCPAgent class, so you can wire up tool calling and external integrations. Production ready since it's what Cloudflare uses for their own MCP servers. If you're building chat interfaces on Cloudflare's edge and want streams that actually persist across tabs or network hiccups, this handles the plumbing. The security audits are mixed, but that's typical for rapidly evolving packages in this space.
npx skills add https://github.com/jezweb/claude-skills --skill cloudflare-agents