Directory / Cloudflare Agents
Cloudflare Agents
Verified
Agents SDK on Durable Objects — this site’s own job runtime.
Cloudflare Agents is an SDK for running stateful agents on Durable Objects, with SQLite-backed state. softwarefactory.build’s factory jobs use it. It is infrastructure for long-lived workers on Cloudflare’s edge, not a coding IDE.
- Model independence
- Multi-model
- Deployment
- Cloud
- Open source
- Yes
- License
- MIT (SDK); Cloudflare is the runtime
- Pricing model
- Usage
- Added / updated
- 19 Aug 2026 / 19 Aug 2026
developers.cloudflare.com/agents/ · Docs · Source
Editorial take
We use this, so the conflict is the same shape as Trevize: disclose and do not puff. Durable Objects are a real place to keep job state without standing up a database product. They are not a sandbox for untrusted code — see Cloudflare Sandbox for that. This listing is the SDK, not our Worker brand.
Strengths
- Stateful agents without a separate database product.
- Public SDK, documented by Cloudflare.
- Fits Workers-shaped factories (including this one).
Limitations
- Runs on Cloudflare. Not a general self-hosted control plane.
- Not an execution harness for repo diffs.
- Publisher uses it in production on this site; read the take as informed, not independent.