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.
First reported by bsky
Vercel launches eve, an open-source framework for building and scaling AI agents

Vercel's Eve: A Durable Agent Framework with Sandboxed Compute and Multi-Channel Delivery

20h ago· 1 min readen

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

Twitter / XVercel's Eve: A Durable Agent Framework with Sandboxed Compute and Multi-Channel Deliveryeve.dev

Key quotes

· 5 pulled
Durable 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.
Snippet from the RSS feed
Like Next.js for web apps, but for agents. Markdown for instructions and skills, TypeScript for tools. Durable by default.

You might also wanna read