All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
Bluesky
Twitter
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Vercel launches eve, an open-source framework for building and scaling AI agents

By

Shar Dara

3h ago· 3 min readenNews

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 pulled
eve 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.
Snippet from the RSS feed
eve is an open-source framework for building, running, and scaling agents, with durable execution, sandboxed compute, approvals, and evals built in. In public preview.

You might also wanna read