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. It is useful for developers who want to move from prototype agents to production-ready agents with clearer structure, safer execution, and cloud deployment built into the framework.
Features
- Filesystem-first agent structure
- Durable backend agent execution
- Sandboxed compute environment
- Human-in-the-loop approvals
- Subagent workflow support
- Vercel-native deployment path