Every Agent has built-in state management capabilities, including built-in storage and synchronization between the Agent and frontend applications.| Cloudflare Docs
This page provides an overview of the Agent SDK API, including the Agent class, methods and properties built-in to the Agents SDK.| Cloudflare Docs
The Agents SDK enables you to build and deploy AI-powered agents that can autonomously perform tasks, communicate with clients in real time, call AI models, persist state, schedule tasks, run asynchronous workflows, browse the web, query data from your database, support human-in-the-loop interactions, and a lot more.| Cloudflare Docs
Traditional cloud storage is inherently slow because it is accessed over a network and must synchronize many clients. But what if we could instead put your application code deep into the storage layer, such that your code runs where the data is stored? Durable Objects with SQLite do just that.| The Cloudflare Blog
Durable Objects provide a building block for stateful applications and distributed systems.| Cloudflare Docs