#288 · Primary category: AI Agents & Automation

agents

agents ai cloudflare durable-objects workflows

Build and deploy AI Agents on Cloudflare

Project last updated:08/29/26

GitHub Stars

5.5K

Forks

692

Contributors

77

License

MIT

Why we included this project

Cloudflare Agents gives you a runtime for building agents that keep state between turns, rather than the usual stateless request handlers. Each agent is a Durable Object with its own storage and lifecycle, plus built-in support for scheduling, real-time messaging, AI model calls, MCP, and workflows. Agents hibernate when idle and cost nothing to keep around, so running one per user, session, or game room is affordable at scale. The counter example in the docs shows state syncing to connected clients automatically, with methods that feel like ordinary function calls, which makes it approachable if you're coming from plain serverless. If you're already on Cloudflare and want durable long-running agents without standing up your own state store, this is worth a look.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category