vercel-labs/open-agents

An open source template for building cloud agents.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 26 minutes ago
Added to GitGenius on September 11th, 2026
Created on December 26th, 2025
Open Issues & Pull Requests: 57 (+0)
GitHub issues: Enabled
Number of forks: 757
Total Stargazers: 5,813 (+0)
Total Subscribers: 16 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 19.3 hours
Mean response time: 9.1 days
90th percentile: 24.7 days
Tracked items: 25

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 17% of issues opened in the past year have been closed. Three people close 82% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 34
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 143 days
Stale 30+ days: 34
Stale 90+ days: 33

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Open Agents is an open-source template for building cloud agents that run as durable workflows on Vercel.

The project addresses the challenge of building coding agents that can execute multi-step tasks without tying execution to a single request lifecycle. Its core architectural insight separates the agent from the sandbox: the agent runs outside the isolated execution environment and interacts with it through discrete tools like file operations, shell commands, and search. This separation allows agent execution to persist across multiple workflow steps, sandboxes to hibernate and resume independently, and the underlying infrastructure to evolve without constraining model choices or sandbox implementation.

Open Agents is designed to be forked and adapted rather than used as a black box. It suits teams building internal coding agents on Vercel who want control over the system's components: the web UI for authentication and chat, the agent runtime backed by Vercel's Workflow SDK, and the sandbox orchestration. The tool includes GitHub integration for creating pull requests from agent-generated code changes, optional voice input via ElevenLabs, and session sharing through read-only links. Deployments can be tuned for resource constraints using a hobby profile, and sandboxes can be initialized from custom snapshots.

The project maintains active engagement with its user base. Almost all open issues are raised by outside users rather than the core team, reflecting a substantial base of adopters reporting real-world use. Maintainers typically respond to new issues and pull requests within a day.