VOOZH about

URL: https://thenewstack.io/vercel-launches-eve-an-open-source-framework-that-treats-agents-as-directories/

⇱ Vercel launches eve, an open-source framework that treats agents as directories - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2026-06-17 12:59:00
Vercel launches eve, an open-source framework that treats agents as directories
AI / AI Agents / Developer tools

Vercel launches eve, an open-source framework that treats agents as directories

Jun 17th, 2026 12:59pm by Frederic Lardinois
👁 Featued image for: Vercel launches eve, an open-source framework that treats agents as directories

Vercel on Wednesday launched eve, a new open-source framework for building AI agents that treats each agent as a directory of files and bundles the infrastructure needed to run it in production.

The company describes eve as “Next.js for agents,” referring to the popular web framework Vercel created and maintains.

Eve launched at Vercel’s Ship conference in London, together with a set of related products under the Agent Stack moniker.

👁 Image
Credit: Vercel.

An agent is a directory

One of the parallels with Next.js that Vercel stresses is that Eve defines an agent is similat to the way Next.js defines a web app.

A single directory holds all of the individual files that define what the agent does. One file sets the model the agent runs on, with Vercel’s AI Gateway handling provider fallbacks. Another holds the system prompt, written in Markdown. The agent’s tools, meanwhile, are individual TypeScript files, where the filename becomes the tool’s name, and nothing has to be registered separately. And like every other agent framework, eve uses skill.md files, as well as MCP servers to connect to other tools.

👁 Image
Credit: Vercel.

Eve then compiles this directory into a running agent.

Every conversation runs as a durable workflow, built on Vercel’s open-source Workflow SDK, that checkpoints each step so a session can pause, survive a crash, and resume where it left off.

On the security side, each agent gets its own sandbox for the code it writes to ensure it remains isolated from the application. It’s also worth noting that every tool can be set to require human approval before it runs.

When appropriate, agents can hand off work to subagents, connect to outside services through MCP servers or OpenAPI documents, and reach users through built-in channels for Slack, Discord, Microsoft Teams, Telegram, Twilio, GitHub, and Linear.

To allow developers and IT teams to keep tabs on what is happening, every run produces an OpenTelemetry trace that appears in a new Agent Runs view in Vercel’s observability dashboard, with the ability to export the data to specialized services like Datadog and Honeycomb.

Running and deploying agents

Developers start an agent locally with a single command and talk to it through a terminal interface. Deploying uses the same vercel deploy command as any other project, and a session that is mid-task when a new version ships finishes on the version it started on.

Eve is available in public preview and is licensed under Apache 2.0 on GitHub.

👁 Image
Credit: Vercel.

How Vercel uses it

Vercel itself says it runs more than 100 agents internally on eve, including a data-analysis agent that employees query in Slack tens of thousands of times a month and a routing agent that directs questions to whichever agent can answer them.

Agents are already a major source of Vercel’s own traffic. The company says agents now trigger around 29 percent of deployments on its platform, up from less than 3 percent a year ago, and it expects that share to reach half.

The competition

Eve enters a market that filled up quickly over the past year. Its closest TypeScript-native rival is Mastra, a Y Combinator-backed framework that reached version 1.0 in January and is built to run on any platform, in contrast to eve’s default to Vercel. LangChain’s LangGraph, the most established agent framework, is Python-first and centers on the same durable execution eve offers. Inngest’s AgentKit is another TypeScript option with built-in durability.

The large cloud providers are coming at the same workloads from the infrastructure side. Cloudflare builds agents on its Workers platform and Durable Objects, while Amazon’s Bedrock AgentCore, Google’s Vertex AI Agent Engine, and Microsoft’s Agent Framework offer managed runtimes that run agents from any framework. OpenAI’s AgentKit, released last year, ties its tooling to OpenAI’s own models.

Vercel says support for other platforms is coming. For now, though, eve runs only on Vercel.

TRENDING STORIES
Before joining The New Stack as its senior editor for AI, Frederic was the enterprise editor at TechCrunch, where he covered everything from the rise of the cloud and the earliest days of Kubernetes to the advent of quantum computing....
Read more from Frederic Lardinois
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: OpenAI, Honeycomb.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.