Vercel Releases Eve: An Open-Source AI Agent Framework Where Each Agent is a Directory of Files Mapped to Capabilities
Vercel just open-sourced Eve—an agent framework that treats each agent as a directory of files. Durable execution, sandboxing, and approvals built in. Deploy with `vercel deploy`.

Why it matters
Vercel is moving beyond hosting into agent infrastructure, lowering the barrier for founders to build and deploy production-grade AI agents without custom scaffolding. This signals the shift from chat interfaces to autonomous agent deployment as table-stakes.
The key facts
6 to knowVercel open-sources Eve agent framework (Apache 2.0 license)
Public preview now available
Agent = directory of files mapped to capabilities
Built-in: durable execution, sandboxes, approvals, connections, channels, evals
Deployment: unchanged `vercel deploy` workflow
Scaffold with: npx eve@latest init
Go to the source
MarkTechPostmarktechpost.com
Publisher excerpt: Vercel has open-sourced eve, an Apache-2.0 agent framework now in public preview. An agent is a directory of files, with durable execution, sandboxes, approvals, connections, channels, and evals built in. Scaffold with npx eve@latest init and deploy unchanged via vercel deploy.