Agents
Vercel Releases Eve: An Open-Source AI Agent Framework Where Each Agent is a Directory of Files Mapped to Capabilities
Vercel has released Eve, an open-source AI agent framework under the Apache-2.0 license, currently in public preview. Each agent in Eve is structured as a directory of files that supports features like durable execution, sandboxing, approvals, and evaluation mechanisms, allowing developers to scaffold agents using `npx eve@latest init` and deploy them with `vercel deploy`. This framework provides a modular approach for practitioners, facilitating the development and deployment of AI agents with defined capabilities and execution environments.
vercelopen-sourceagent-framework