Vercel launches filesystem-first agent framework Eve
Eve is Vercel's open-source, filesystem-first framework designed to simplify building, running, and scaling durable backend AI agents. Often described as "Next.js for agents," it organizes capabilities directly through structured directories and features built-in state persistence, sandboxed compute, and human-in-the-loop workflows.
Eve brings Vercel's signature developer experience (DX) and filesystem routing convention to AI agents, aiming to do for agent workflows what Next.js did for React frontends. By treating directory structures as agent configurations, it shifts the focus from plumbing infrastructure to defining behaviors.
- –**Filesystem-First Convenience:** Directory-based setup (using files like `agent.ts`, `instructions.md`, and a `tools/` folder) makes agent design modular and highly intuitive.
- –**Durable by Default:** Direct integration with Vercel Workflow ensures execution state is persisted automatically, allowing long-running agents to resume gracefully from interruptions.
- –**Ecosystem Lock-in:** While open source, Eve is deeply tied to the Vercel stack (Vercel Sandbox, AI Gateway, Workflow), making it most compelling for developers already committed to Vercel's hosting and edge infrastructure.
DISCOVERED
1h ago
2026-06-17
PUBLISHED
2h ago
2026-06-17
RELEVANCE
AUTHOR
evilrabbit_