Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
An open source template for building cloud agents.
| Date | Stars |
|---|---|
| 2026-07-31 | 5763 |
| 2026-08-02 | 5763 |
| 2026-08-06 | 5774 |
Today
+11 stars today
This week
— stars this week
This month
— stars this month
Momentum
44.0
growth rate 0.00%/day
# Open Agents [](https://vercel.com/new/clone?project-name=open-agents&repository-name=open-agents&repository-url=https%3A%2F%2Fgithub.com%2Fvercel-labs%2Fopen-agents&demo-title=Open+Agents&demo-description=Open-source+reference+app+for+building+and+running+background+coding+agents+on+Vercel.&demo-url=https%3A%2F%2Fopen-agents.dev%2F&env=POSTGRES_URL%2CBETTER_AUTH_SECRET%2CNEXT_PUBLIC_VERCEL_APP_CLIENT_ID%2CVERCEL_APP_CLIENT_SECRET%2CNEXT_PUBLIC_GITHUB_CLIENT_ID%2CGITHUB_CLIENT_SECRET%2CGITHUB_APP_ID%2CGITHUB_APP_PRIVATE_KEY%2CNEXT_PUBLIC_GITHUB_APP_SLUG%2CGITHUB_WEBHOOK_SECRET&envDescription=Neon+can+provide+POSTGRES_URL+automatically.+Generate+BETTER_AUTH_SECRET+yourself%2C+then+add+your+Vercel+OAuth+and+GitHub+App+credentials+for+a+full+deployment.&products=%255B%257B%2522type%2522%253A%2522integration%2522%252C%2522protocol%2522%253A%2522storage%2522%252C%2522productSlug%2522%253A%2522neon%2522%252C%2522integrationSlug%2522%253A%2522neon%2522%257D%252C%257B%2522type%2522%253A%2522integration%2522%252C%2522protocol%2522%253A%2522storage%2522%252C%2522productSlug%2522%253A%2522upstash-kv%2522%252C%2522integrationSlug%2522%253A%2522upstash%2522%257D%255D&skippable-integrations=1) Open Agents is an open-source reference app for building and running background coding agents on Vercel. It includes the web UI, the agent runtime, sandbox orchestration, and the GitHub integration needed to go from prompt to code changes without keeping your laptop involved. The repo is meant to be forked and adapted, not treated as a black box. ## What it is Open Agents is a three-layer system: ```text Web -> Agent workflow -> Sandbox VM ``` - The web app handles auth, sessions, chat, and streaming UI. - The agent runs as a durable workflow on Vercel. - The sandbox is the execution environment: filesystem, shell, git, dev servers, and preview ports. ### The key architectural decision: the agent is not the sandbox The agent does not run inside the VM. It runs outside the sandbox and interacts with it through tools like file reads, edits, search, and shell commands. That separation is the main point of the project: - agent execution is not tied to a single request lifecycle - sandbox lifecycle can hibernate and resume independently - model/provider choices and sandbox implementation can evolve separately - the VM stays a plain execution environment instead of becoming the control plane ## Current capabilities - chat-driven coding agent with file, search, shell, task, skill, and web tools - durable multi-step execution with Workflow SDK-backed runs, streaming, and cancellation - isolated Vercel sandboxes with snapshot-based resume - repo cloning and branch work inside the sandbox - optional auto-commit, push, and PR creation after a successful run - session sharing via read-only links - optional voice input via ElevenLabs transcription ## Runtime notes A few details that matter for understanding the current implementation: - Chat requests start a workflow run instead of executing the agent inline. - Each agent turn can continue across many persisted workflow steps. - Active runs can be resumed by reconnecting to the stream for the existing workflow. - Sandboxes expose ports `3000`, `5173`, `4321`, and `8000`, can optionally use a configured base snapshot, and hibernate after inactivity. - Auto-commit and auto-PR are supported, but they are preference-driven features, not always-on behavior. ## Environment variables See `apps/web/.env.example` for the full list. Summary: ### Minimum runtime ```env POSTGRES_URL= BETTER_AUTH_SECRET= ``` ### Required for sign-in (Vercel OAuth) ```env NEXT_PUBLIC_VERCEL_APP_CLIENT_ID= VERCEL_APP_CLIENT_SECRET= ``` ### Required for GitHub repo access, pushes, and PRs ```env NEXT_PUBLIC_GITHUB_CLIENT_ID= GITHUB_CLIENT_SECRET= GITHUB_APP_ID= GITHUB_APP_PRIVATE_KEY= NEXT_PUBLIC_GITHUB_APP_SLUG= GITHUB_WEBHOOK_SECRET= ``` ### Optional ```env REDIS_URL= KV
Excerpt of 8,875 characters
Read on GitHubNico Albanese
411
154
Yavor Punchev · United Kingdom
9
Pranay Prakash · United States
3
Ergün Erdoğmuş
2
Allen Zhou · @vercel · United States
2
Walter Korman · @vercel · United States
1
josh ·
1
1
Alessandro (Ale) Segala · United States
1
1
Hayden Bleasel · United States
1
1
Karthik Kalyan · Vercel · Canada
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:b9cff701e2630436, topic:agents