← all repositories
vercel/eve

eve treats AI agents like conventional file trees

eve is a filesystem-first framework that makes durable AI agents inspectable by storing prompts, tools, and schedules in conventional directories.

4.2k stars TypeScript Agents
Feature · 19 Jun 2026
Vercel’s Eve Wagers That AI Agents Should Live in the Filesystem

In a crowded field of orchestration engines, Vercel’s new framework treats directories and markdown files as the primary authoring surface—an architectural bet on inspectability and durability.

Read the in-depth article
eve
Velocity · 7d
+30
★ / day
Trend
accelerating
star history

What it does

eve is a TypeScript framework from Vercel for building AI agents. It enforces a conventional directory structure—instructions.md, tools/, skills/, channels/, and schedules/ inside an agent/ folder—so an agent’s behavior is visible in the filesystem rather than buried in code. The model, typed tool definitions, and runtime configuration are all optional files that the framework picks up by convention.

The interesting bit

The framework treats the filesystem as the primary authoring interface, which is a deliberate bet against the usual kitchen-sink entrypoint. In a slightly recursive twist, the documentation ships inside the npm package so coding agents can read it locally from node_modules/eve/docs.

Key highlights

  • Filesystem-first layout: prompts live in markdown files, tools in TypeScript, schedules as cron files.
  • Supports typed tool definitions with Zod schemas and pluggable models.
  • Includes channels for HTTP, Slack, and Discord out of the box.
  • Ships its own documentation inside the eve package for local agent consumption.
  • Explicitly beta; APIs and behavior may change before general availability.

Caveats

  • The README promises “durable” agents but never explains whether that means persistence, fault tolerance, or simply long-running tasks.
  • The framework is in public beta and subject to Vercel’s beta terms, meaning APIs and behavior may shift.

Verdict

Developers who believe an agent’s behavior should be discoverable by reading a folder tree will appreciate the convention-over-configuration approach; those who prefer explicit wiring in a single entrypoint may find the invisible plumbing frustrating.

Frequently asked

What is vercel/eve?
eve is a filesystem-first framework that makes durable AI agents inspectable by storing prompts, tools, and schedules in conventional directories.
Is eve open source?
Yes — vercel/eve is open source, released under the Apache-2.0 license.
What language is eve written in?
vercel/eve is primarily written in TypeScript.
How popular is eve?
vercel/eve has 4.2k stars on GitHub and is currently accelerating.
Where can I find eve?
vercel/eve is on GitHub at https://github.com/vercel/eve.

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.