@rauchg: The filesystem is beautiful. Want your http://eve.dev agent to have GitHub powers? Define πππππ/ππππππ.ππ β¦
Summary
Vercel's Guillermo Rauch announces Eve, a framework for building durable AI agents with GitHub integration, featuring sandboxing, human-in-the-loop, and open-source self-hosting.
View Cached Full Text
Cached at: 07/07/26, 11:39 PM
The filesystem is beautiful. Want your https://t.co/99eEa13mZ3 agent to have GitHub powers?
Define πππππ/ππππππ.ππ and export πππππππΆππππππππππ().
Eve exists to shape an open ecosystem of pluggable models, skills, channels, and tools like this β
eve
Source: https://eve.dev/
The framework for building agents
Like Next.js for agents. Build durable agents with one folder.
$npx eve@latest init my-agent
Works natively with Next.js
Wrap your config withwithEve()and the agent mounts into your existing app. Same dev server, same deploy.useEveAgent()finds its routes on its own, so thereβs no CORS to configure and no URL env vars to keep in sync.
Built on open-source SDKs, yours to self-host
Swap any backend and self-host the whole runtime, with zero managed-infrastructure dependencies.
You can deploy anywhere. Postgres-backed durability, Docker sandbox, Ansible deploy, zero managed services.See the example
Everything you need for production agents
Durability, sandboxing, human-in-the-loop, and evals are built into the framework. Focus on building your agent.
- Workflows survive crashes and restarts. Every step is checkpointed. Agents park when waiting, resume on the next message.
- Agents run code in isolated sandboxes. File system access, bash execution, and code, all fully isolated.
- One agent codebase deploys to web chat, Slack, API, cron, CLI, and custom apps.
- Tools that need confirmation trigger approval gates. Sessions park until resolved, then resume seamlessly.
- Delegate specialized work to child agents with their own prompts, tools, and sandbox.
- Define test suites with scoring rubrics. Run evals on every deployment and on a schedule.
Build your first agent today.
Vercel Developers (@vercel_dev): Create GitHub agents with @evedev_ in only nine lines of code.
One file registers every GitHub tool, and risky writes wait for human approval by default.
Similar Articles
@rauchg: http://Eve.dev is more fundamental than any other framework weβve built. Itβs the genesis of your company. When you havβ¦
Guillermo Rauch announces Eve.dev, a framework for building durable agents inspired by Next.js, featuring durability, sandboxing, human-in-the-loop, and easy integration with existing Next.js apps.
@rauchg: βThe others make the easy part easier. Vercel makes the hard part easyβ β direct quote today from tech lead for AI agenβ¦
Guillermo Rauch announces eve, a durable AI agent framework from Vercel Labs that runs natively with React and Next.js, featuring built-in sandboxing, human-in-the-loop, and evaluation capabilities.
@rauchg: Agents are particularly hard-to-debug software. For one, and by design, AI models behave in non-deterministic ways. Eveβ¦
Vercel launched Eve, an agent framework with built-in observability, debugging, durable execution, and sandboxed compute, aiming to simplify production agent development.
@omarsar0: https://x.com/omarsar0/status/2070884837372703196
Vercel released Eve, an open-source framework for building and scaling AI agents using a filesystem-first approach, treating agents as directories of files. The framework provides durable sessions, sandboxing, approvals, tracing, and evals out of the box.
@rauchg: Agentic self-improvement. Give your agent the ability to introspect its past runs, spot inefficiencies, errors, redundaβ¦
Eve is a framework for building durable, production-ready AI agents with built-in observability, introspection, and self-improvement capabilities, designed to work seamlessly with Next.js and Vercel deployments.