Vercel has unveiled Eve, a new open-source AI agent framework designed to simplify the development and deployment of intelligent agents. Built under the Apache-2.0 license, Eve is currently in public preview and offers developers a streamlined approach to building AI-powered tools with a unique directory-based architecture.
Directory-Based Agent Design
At the core of Eve's innovation is its unconventional approach to agent creation. Each agent is represented as a directory of files, where each file maps to a specific capability or function. This structure allows developers to modularize and manage agent functionalities more effectively. According to Vercel, this design supports durable execution, sandboxes, approvals, connections, channels, and evaluations natively, reducing the complexity of building robust AI systems.
Developer-Friendly Deployment
Eve is engineered for ease of use, enabling developers to scaffold a new agent with a simple command: npx eve@latest init. Once built, agents can be deployed seamlessly using Vercel’s existing deployment infrastructure, with no modifications required. This integration with Vercel’s platform underscores the framework's focus on developer productivity and rapid prototyping.
The release of Eve marks a significant step in the evolution of AI agent frameworks, especially as the industry moves toward more modular, scalable, and accessible solutions. By abstracting complexity into a file-based directory structure, Vercel is aiming to democratize AI agent development, making it easier for teams to build, test, and deploy intelligent systems.
Conclusion
With Eve, Vercel continues to push the boundaries of AI tooling, offering developers a fresh approach to agent development. As the framework matures, it could play a pivotal role in shaping how AI agents are built and deployed across various applications, from automation to intelligent assistants.



