Cloudflare Agents provides a TypeScript SDK for persistent, stateful agent environments built on Cloudflare Durable Objects, including AI capabilities, scheduling, workflows, and real-time communication. Latest releases up to 0.20.1 in 2026, with multiple related packages.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Cloudflare Agents is a set of packages that implement persistent, stateful execution environments for agentic workloads, powered by Cloudflare Durable Objects. It includes a core SDK and multiple related packages such as AI-chat, think, codemode, shell, voice, and worker-bundler. The project describes features like persistent state, callable methods, sub-agents, workflows, and real-time communication across clients.
How it works
The repository provides a core SDK (agents) with additional packages for AI chat, think base, code mode, and more. Features list includes persistent state synchronization, type-safe RPC via @callable(), scheduling, WebSockets, AI chat with streaming, MCP and WebMCP, and browser/lightweight clients. Examples show server-side agent definitions and a React client using useAgent hooks to synchronize state and invoke methods.
Getting started
The README suggests two main installation paths:
- npm create cloudflare@latest -- --template cloudflare/agents-starter
- npm install agents
It also includes example code snippets for server and client usage, and a mapping of how to configure Durable Objects bindings and migrations in wrangler.jsonc.
Commands shown for development and setup include:
npm create cloudflare@latest -- --template cloudflare/agents-starter
npm install agents
pnpm install # install all workspaces
pnpm run build # build all packages (Nx, cached, dependency-ordered)
pnpm run check # sherif + export checks + oxfmt + oxlint + typecheck
pnpm run test # vitest + vitest-pool-workers (Workers runtime)
Recent releases
Latest releases listed in the RELEASES section include:
- agents@0.20.1 (2026-07-28) Patch Changes
- @cloudflare/think@0.15.1 (2026-07-28) Patch Changes
- @cloudflare/ai-chat@0.10.1 (2026-07-28) Patch Changes
- agents@0.20.0 (2026-07-27) Minor Changes
- @cloudflare/codemode@0.5.1 (2026-07-27) Patch Changes
Each release link references a specific PR and commit id in the repository.
Traction
Stars: 5347. Forks: 643. Open issues: 153. Last push: 2026-08-04. Language: TypeScript. License: MIT. Created: 2025-01-29. Topics: agents, ai, cloudflare, durable-objects, workflows.
Behind the repo
Not provided in the README/FACTS block.
Caveats
License: MIT. Node 24+ required. Development uses pnpm workspaces and Nx for task orchestration. The README notes external PR gating and internal collaboration restrictions (not accepting external PRs).






