Open Agents

Cloud infrastructure for spawning coding agents that run indefinitely.

Open Agents

Overview

Open Agents is an agent-infrastructure stack (built on Vercel ecosystem primitives) for spawning coding agents that can run infinitely in the cloud.

It highlights four building blocks:

  1. AI SDK — unified interface across model providers (streaming + tool calling)
  2. AI Gateway — routing, fallbacks, rate limiting, observability
  3. Sandbox — secure isolated environments per session (filesystem/network/runtime)
  4. Workflow SDK — durable/resumable workflows for long-running multi-step agent work