AIAny
AI Agent2026
Icon for item

Cloudflare Computer

Provides a virtual, durable filesystem and pluggable execution runtimes for agents running inside Cloudflare Durable Objects. Offers container, isolate-shell, and isolate-JS backends; preview-stage API with ~10GB Durable Object backing and FUSE-mounted container trade-offs.

Introduction

Most agent work today assumes either ephemeral storage or direct access to host files. Cloudflare Computer flips that assumption: it gives an agent a small, durable workspace that lives inside a Durable Object and exposes a single, audited execution surface across multiple runtimes.

What Sets It Apart
  • Durable, SQLite-backed virtual filesystem so agent state and files survive DO restarts and are authoritative — so what? agents can read/write checkpoints, artifacts and code without an external mutable store.
  • Pluggable execution backends (container via computerd, isolate shell, isolate JavaScript) — so what? choose fast, cheap worker-shell runs for simple commands and fall back to a full Linux container when native binaries or real network are required.
  • Workspace-centric developer tools and AI SDK integration (read/write/edit/ls/exec) — so what? makes it straightforward to wire an agent to file operations with auditing and fine-grained gating.
  • Designed for agent-scale workflows, not large monorepos — so what? lower memory and sync overhead for iterative agent tasks, but limits very large builds or massive node_modules installs.
Who It's For and Trade-offs

Great fit if you build autonomous agents or agent-backed services that need a small, persistent working directory with audited filesystem operations (examples: generation pipelines, agent-driven code edits, on-demand builds inside a sandbox). It is useful for prototyping agent behaviors that must read/write artifacts and occasionally run native tooling in a container.

Look elsewhere if you need production-stable APIs (this is preview-only), heavy I/O or multi-gigabyte monorepos (container FS is memory-held and FUSE adds IO overhead), or when you require a general-purpose remote filesystem beyond ~10GB Durable Object constraints.

Information

  • Websitegithub.com
  • OrganizationsCloudflare
  • Published date2026/06/05

Categories

More Items

Hugging Face
AI Model2026

Preview agentic language model for research and engineering workflows that turns research questions into executable, verifiable workflows via tool use and long-context reasoning; built on a 744B-parameter MoE (GLM-5.2) with MIT-licensed BF16 and FP8 checkpoints.

Hugging Face
AI Model2026

Post‑trained 9B causal language model optimized for agentic workflows, tool use, coding, and long‑context instruction following. Uses a routing‑guided agentic post‑training pipeline that converts harness executions into training signal, improving agentic and coding benchmarks. Text‑only weights (safetensors/BF16), Apache‑2.0.

Hugging Face
AI Model2026

Multimodal foundation model for visual understanding, spatial reasoning and multi-step agent tool use — accepts text, multiple images and video at any resolution and supports long contexts (up to 128K tokens). Emphasizes fine-grained 2D/3D relations, affordance reasoning and embodied-AI planning.