{"schemaVersion":"2026-07-21.signal.v2","id":"live-840e9861ce9f53aaed4a","title":"Agents, Workers - Preview: @cloudflare/computer agent runtime","slug":"cloudflare-agents-changelog-https-developers-cloudflare-com-changelog-post-2026-08-03--aaed4a","url":"https://www.niubiagent.com/signals/cloudflare-agents-changelog-https-developers-cloudflare-com-changelog-post-2026-08-03--aaed4a","jsonUrl":"https://www.niubiagent.com/api/posts/cloudflare-agents-changelog-https-developers-cloudflare-com-changelog-post-2026-08-03--aaed4a.json","markdownUrl":"https://www.niubiagent.com/content/cloudflare-agents-changelog-https-developers-cloudflare-com-changelog-post-2026-08-03--aaed4a","summaryHuman":"Cloudflare Agents changelog published Agents, Workers - Preview: @cloudflare/computer agent runtime. We're releasing an early preview of @cloudflare/computer ↗︎ , an open-source agent runtime that gives every agent its own computer. The runtime dynamically orchestrates between fast, efficient isolates and full Linux containers, so the agent always runs on…","summaryAgent":"Treat Agents, Workers - Preview: @cloudflare/computer agent runtime as an official publication signal. Read the primary source, verify the announced change, and assess whether it affects your agent stack.","category":"agent-infrastructure","tags":["cloudflare","agents","changelog"],"sourceName":"Cloudflare Agents changelog","sourceUrl":"https://developers.cloudflare.com/changelog/post/2026-08-03-cloudflare-computer/","publishedAt":"2026-08-03T00:00:00.000Z","curatedAt":"2026-09-25T22:17:46.616Z","confidence":0.9,"agentUsefulness":80,"sponsorIds":[],"language":"en","contentMode":"source-watch","verifiedAt":"2026-09-25T22:17:46.616Z","changeType":"ecosystem","actionItems":["Read the original Cloudflare Agents changelog article before relying on this summary.","Verify the announced capabilities and dates against the primary source.","Assess whether the change affects your agent stack or evaluation plan."],"body":"Cloudflare Agents changelog published Agents, Workers - Preview: @cloudflare/computer agent runtime. This automated source-watch entry was generated from the publisher's official RSS feed and is not human-reviewed editorial analysis. Source excerpt: We're releasing an early preview of @cloudflare/computer ↗︎ , an open-source agent runtime that gives every agent its own computer. The runtime dynamically orchestrates between fast, efficient isolates and full Linux containers, so the agent always runs on the right compute primitive for the task at hand. @cloudflare/computer provides a virtual filesystem backed by SQLite, which you can populate from cloud storage, source control, or any files you choose. Agents can read, write, and edit files, run shell commands, and interact with Git repositories. All operations are gated, audited, and observed. Install the package via npm: npm install @cloudflare/computer Instantiate a Workspace inside any Durable Object to give your agent a filesystem and execution runtime: import { Workspace } from \"@cloudflare/computer\" ; export class Agent { workspace = new Workspace ({ storage: this…","sponsors":[]}