Vercel launches eve, an open-source framework for building and scaling AI agents
By
Shar Dara
Kettled twice. Extra chewy, extra trustworthy.
Summary
Vercel has introduced eve, an open-source framework for building, running, and scaling AI agents. Currently in public preview, eve treats an agent as a simple directory of files — the smallest agent requires just two files (a model and instructions). Adding tools, skills, channels, or schedules is done by adding files, which eve automatically wires in at build time without boilerplate. The framework includes built-in features like durable execution, sandboxed compute, approvals, and evals. Users can scaffold and start a new agent with a single command that installs dependencies, scaffolds the project, and starts a dev server.
Key quotes
· 5 pulledeve is an open-source framework for building, running, and scaling agents.
An agent is just a directory of files, and production comes built in.
The smallest agent that runs is just two files, a model and a set of instructions.
Add a tool, skill, channel, or schedule by adding a file. eve picks them up at build time and wires them in for you, so there's no boilerplate to register them.
You can scaffold and start a new agent with a single command.
You might also wanna read
Open Agents: Open-Source Platform for Building Background Coding Agents on Vercel
Open Agents is an open-source reference application for building and running background coding agents on Vercel. The platform provides a com
Microsoft Agent Framework: Open-Source Development Kit for AI Agents
Microsoft Agent Framework is an open-source development kit for building AI agents and multi-agent workflows for .NET and Python. It combine
BuildKit 2.0: Developer Tool for Building AI Integration Tools and MCPs with Single Prompt
BuildKit 2.0 is a new developer tool that simplifies building AI integration tools and MCPs (Model Context Protocols) with a single prompt.
Peargent: Lightweight Python Framework for Building AI Agents
Peargent is an open-source, Python-first framework designed to simplify AI agent development by providing a clean API, built-in memory, tool
Vequil Platform: Monitoring and Reliability Tools for AI Agent Operations
Vequil is a platform designed to help users operate AI agents with confidence by providing monitoring, anomaly detection, and reliability sn
Overcoming Barriers to Open-Source Agents with Browser-Runnable AI Agents
The article discusses overcoming barriers to open-source agents by enabling them to run in browsers as HTML files.
