Vercel's Eve: A Durable Agent Framework with Sandboxed Compute and Multi-Channel Delivery
Summary
Vercel's "eve" is an agent framework that provides durable execution with crash recovery and checkpointing, sandboxed compute via isolated VMs, multi-channel delivery (web chat, Slack, API, cron, CLI, custom apps), human-in-the-loop approval gates, and subagent delegation. It uses Markdown for instructions/skills and TypeScript for tools, positioning itself as "Next.js for agents."
Source
Key quotes
· 5 pulledDurable execution: Workflows survive crashes and restarts. Every step is checkpointed.
Agents spin up isolated VMs on demand. File system access, bash execution, and code runs, all completely isolated.
One agent codebase deploys to web chat, Slack, API, cron, CLI, and custom apps.
Like Next.js for web apps, but for agents. Markdown for instructions and skills, TypeScript for tools.
Tools that need confirmation trigger approval gates. Sessions park until resolved, then resume seamlessly.
You might also wanna read
Vercel launches eve, an open-source framework for building AI agents using a directory-based approach
Vercel launched eve, an open-source framework for building AI agents that treats each agent as a directory of files, similar to how Next.js
bit.ly·15h agoVercel launches eve, an open-source framework for building and scaling AI agents
Vercel has introduced eve, an open-source framework for building, running, and scaling AI agents. Currently in public preview, eve treats an
Vercel's Agent Stack: A Unified Framework for Building Production-Grade AI Agents
Vercel introduces the Agent Stack, a comprehensive framework for building production-grade AI agents. The article explains that every AI age
Vercel Launches Enterprise Platform for Secure AI App and Agent Deployment
Vercel has launched a new enterprise platform called "Vercel for Enterprise Apps and Agents" that enables companies to build and deploy AI-p
Vercel: Frontend Cloud Platform for Fast Web App Deployments with Next.js
Vercel is a frontend cloud platform and the creator of Next.js, offering fast deployment, Git integration, and preview environments for web
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
