eve
The Framework for Building Agents
eve is Vercel’s open-source framework for building, running, and scaling durable backend AI agents. It uses a filesystem-first model where an agent is defined as a directory of files, making the project structure itself the agent contract. The framework is designed to include production concerns from the start instead of leaving developers to assemble durability, sandboxing, approvals, and deployment separately. Eve supports durable execution, sandboxed compute, human-in-the-loop approvals, subagents, long-running work, and Vercel-native deployment. It also fits into agent templates and app workflows, such as Slack agents or persisted chat experiences. ...