@rauchg: Agentic self-improvement. Give your agent the ability to introspect its past runs, spot inefficiencies, errors, redunda…
Summary
Eve is a framework for building durable, production-ready AI agents with built-in observability, introspection, and self-improvement capabilities, designed to work seamlessly with Next.js and Vercel deployments.
View Cached Full Text
Cached at: 07/03/26, 10:41 PM
Agentic self-improvement.
Give your agent the ability to introspect its past runs, spot inefficiencies, errors, redundant tool calls, and produce new prompts and skills.
That’s why agent observability is built-in when you deploy https://t.co/99eEa13mZ3 to Vercel.
eve
Source: https://eve.dev/
The framework for building agents
Like Next.js for agents. Build durable agents with one folder.
$npx eve@latest init my-agent
Works natively with Next.js
Wrap your config withwithEve()and the agent mounts into your existing app. Same dev server, same deploy.useEveAgent()finds its routes on its own, so there’s no CORS to configure and no URL env vars to keep in sync.
Built on open-source SDKs, yours to self-host
Swap any backend and self-host the whole runtime, with zero managed-infrastructure dependencies.
You can deploy anywhere. Postgres-backed durability, Docker sandbox, Ansible deploy, zero managed services.See the example
Everything you need for production agents
Durability, sandboxing, human-in-the-loop, and evals are built into the framework. Focus on building your agent.
- Workflows survive crashes and restarts. Every step is checkpointed. Agents park when waiting, resume on the next message.
- Agents run code in isolated sandboxes. File system access, bash execution, and code, all fully isolated.
- One agent codebase deploys to web chat, Slack, API, cron, CLI, and custom apps.
- Tools that need confirmation trigger approval gates. Sessions park until resolved, then resume seamlessly.
- Delegate specialized work to child agents with their own prompts, tools, and sandbox.
- Define test suites with scoring rubrics. Run evals on every deployment and on a schedule.
Build your first agent today.
Vercel Developers (@vercel_dev): Agent Runs are now available on MCP and CLI.
@evedev_ traces are automatically ingested and made available to agents.
Run 𝚟𝚌 𝚊𝚐𝚎𝚗𝚝-𝚛𝚞𝚗𝚜 –𝚑𝚎𝚕𝚙 or learn more ↓
Similar Articles
@rauchg: Agents are particularly hard-to-debug software. For one, and by design, AI models behave in non-deterministic ways. Eve…
Vercel launched Eve, an agent framework with built-in observability, debugging, durable execution, and sandboxed compute, aiming to simplify production agent development.
@omarsar0: Eve does feel like the "Next.js for agents" as @rauchg puts it. You got to check it out!
Eve, a new agentic framework from Vercel, is being compared to 'Next.js for agents' for its file-based approach to tools, skills, and evals, enabling rapid agent building with TypeScript.
@rauchg: eve evals itself with 𝚎𝚟𝚎 𝚎𝚟𝚊𝚕. Web frameworks made testing an ecosystem choice. e.g.: React didn’t ship with a …
eve now ships with built-in eval capabilities for agents, addressing the need for first-class testing in AI agent development.
EVE-Agent: Evidence-Verifiable Self-Evolving Agents
EVE-Agent introduces a framework for self-evolving search agents that ensure evidence verifiability by generating questions, answers, and evidence spans, and training on marginal accuracy gain of evidence. This improves grounded correctness without human annotations.
@omarsar0: https://x.com/omarsar0/status/2070884837372703196
Vercel released Eve, an open-source framework for building and scaling AI agents using a filesystem-first approach, treating agents as directories of files. The framework provides durable sessions, sandboxing, approvals, tracing, and evals out of the box.