agents-sdk
SDK for building stateful AI agents on Cloudflare with SQLite, RPC, workflows, and MCP integration.
Install
npx skills add https://github.com/cloudflare/skills --skill agents-sdkStats
| Total installs | 2,494 |
| Weekly installs | 2.5K |
| GitHub stars | 727 |
| First seen | Jan 19, 2026 |
| Source | @cloudflare/skills |
Summary
- Core features include SQLite-backed state management, callable RPC methods via @callable(), one-time and recurring task scheduling, and durable multi-step workflows
- Supports MCP server integration (both client and server modes), email routing with secure replies, and streaming chat with resumable streams on disconnect
- Includes React hooks (useAgent, useAgentChat) for client-side state binding and real-time WebSocket communication
- Agents route to /agents/{agent-name}/{instance-name} and validate state changes synchronously before persistence; always fetch current docs from the GitHub repository to stay current with SDK updates
Tags
Related skills
| Skill | Installs | vs agents-sdk |
|---|---|---|
| deep-agents-orchestration | 2,587 | +93 |
| openclaw-config | 2,188 | -306 |
| langchain-dependencies | 2,474 | -20 |
| task-coordination-strategies | 2,572 | +78 |
| seo-content-writer | 2,168 | -326 |
FAQ
- How many installs does agents-sdk have?
- agents-sdk has 2,494 total installs and 2.5K installs this week.
- Where is agents-sdk hosted?
- agents-sdk is published by @cloudflare/skills at https://github.com/cloudflare/skills.
- How many GitHub stars does agents-sdk have?
- agents-sdk has 727 GitHub stars.
- When was agents-sdk first indexed?
- OrangeBot.AI first indexed agents-sdk on Jan 19, 2026.
- How do I install agents-sdk?
- Run: npx skills add https://github.com/cloudflare/skills --skill agents-sdk