Vercel has launched Eve, an open-source, filesystem-first framework for building, running, and scaling durable AI agents in production.
Vercel has introduced Eve, an open-source TypeScript framework that adopts a filesystem-first design to simplify building and scaling AI agents. By structuring agents as directories with specific files for instructions, TS tools, and configurations, Eve makes agent composition highly intuitive. The framework provides production-ready infrastructure out of the box, featuring durable execution through Vercel Workflow to persist state across sessions, isolated sandboxed compute for secure execution, and built-in tracing and observability.
Vercel is looking to replicate the success of Next.js in the web development ecosystem by providing the de facto standard framework and infrastructure layer for AI agents.
* The filesystem-first approach offers a clean, declarative way to structure agent capabilities, instruction sets, and tools.
* Integrating durable execution via Vercel Workflow directly solves the state recovery challenges inherent in long-running agent workflows.
* Built-in sandboxed execution makes running untrusted or dynamically generated code significantly safer and easier to deploy.
DISCOVERED
48d ago
2026-06-18
PUBLISHED
48d ago
2026-06-18
RELEVANCE
AUTHOR
evilrabbit_