# Agents, Workers - Preview: @cloudflare/computer agent runtime

Category: agent-infrastructure
Published: 2026-08-03T00:00:00.000Z
Source: [Cloudflare Agents changelog](https://developers.cloudflare.com/changelog/post/2026-08-03-cloudflare-computer/)
Agent usefulness: 80/100
Confidence: 0.9
Content mode: source-watch
Verified: 2026-09-25T22:17:46.616Z
Tags: cloudflare, agents, changelog

## Human Summary
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…

## Agent Summary
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.

## 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…

## Recommended actions
- 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.

## Sponsors
No sponsor placement attached.

## Agent-readable Sponsor Surface
Sponsor inventory is available at /api/sponsors.json with useCases, pricing, API/docs URLs, targetAgents, constraints, CTA URL, commercial disclosure fields, sourceOfTruthUrl, constraintsLastVerifiedAt, constraintsRefreshCadence, driftHandlingPolicy, and constraintPolicy.