aicoolies logo
eve vercel
eve vercel

eve by Vercel

Filesystem-first framework for durable AI agents

open sourceupdated Jun 20, 2026

Eve is Vercel's filesystem-first TypeScript framework for building durable AI agents as ordinary project files. It combines Markdown instructions and skills, typed tools, channels, connections, subagents, schedules, sandboxes, and evals with Vercel's agent runtime so teams can ship deployable agents without hand-rolling orchestration. The current beta fits Vercel-native backend agent projects.

Eve is Vercel's open-source framework for building durable AI agents as a directory of files. An Eve project keeps always-on instructions in Markdown, model and runtime choices in agent.ts, typed actions under tools, reusable procedures under skills, and delivery surfaces under channels. That filesystem-first layout makes agent behavior easier to inspect, review, and extend than a single opaque prompt or configuration blob.

The practical hook is that Eve is not just a chat wrapper. Vercel's docs and npm package frame it as a TypeScript runtime for sessions that can stream incremental output, resume after cold starts or long pauses, call typed tools, load skills on demand, connect to services, delegate to subagents, run on schedules, use sandboxes, and collect eval or run data in the Vercel dashboard. It fits teams that want agent projects to live beside application code while still using Vercel primitives such as AI Gateway, Workflows, Sandbox, and Connect.

Eve is still a new public beta, so production teams should treat the APIs, pricing surfaces, approval gates, sandbox policy, connection scopes, telemetry choices, and model credentials as things to verify before rollout. It is most compelling for TypeScript and Vercel-native teams that want deployable backend agents with production plumbing close at hand. Python-first, fully self-hosted, or vendor-neutral teams may prefer LangGraph, CrewAI, Mastra, Pydantic AI, or lower-level Vercel AI SDK patterns. Its early traction is strong for a brand-new Vercel project, but this page frames that as launch momentum rather than established independent adoption.

Pricing

Open-source Apache-2.0 npm package; Vercel platform resources, AI Gateway/model usage, Sandbox, Workflows, Connect, and provider APIs may be billed separately.

Platforms

TypeScript/Node.js agent projects for Vercel; local CLI via npx eve@latest init, with channels, connections, sandboxes, schedules, and evals.

Categories

Tags

Use Cases

Related Tools

hyperagent

HyperAgent

Open-source natural-language browser automation framework for AI agents

An AGPL-3.0 TypeScript framework that drives a real browser from natural-language tasks — the self-hostable OSS framework from Hyperbrowser, distinct from the vendor's paid cloud browser product.

freeOpen Source
KaibanJS logo

KaibanJS

JavaScript framework for building and visualizing multi-agent workflows on a Kanban board

KaibanJS is an MIT-licensed JavaScript framework for defining AI agents, tasks, tools, and teams, then orchestrating their work through a Kanban-inspired runtime and visual board. It can run inside Node.js, React, or Next.js projects, supports custom UIs and headless workflows, and provides real-time task-state visibility for multi-agent applications.

Open SourceTelemetry
Sakana Fugu logo

Sakana Fugu

Multi-agent model API that orchestrates frontier models behind one OpenAI-compatible endpoint

Sakana Fugu is a hosted model-provider API that exposes a learned multi-agent system as one OpenAI-compatible model. It dynamically routes coding, code review, research, and reasoning tasks across a frontier-model pool, with Fugu for lower-latency work and Fugu Ultra for harder workloads where answer quality matters more than cost or speed.

paidTelemetry
LangChain logo

OpenWiki

LangChain CLI for maintaining agent-friendly codebase documentation

OpenWiki is LangChain’s open-source CLI for generating and maintaining an agent-focused wiki inside a codebase. It can create an openwiki/ documentation folder, update it from repository changes, add guidance to AGENTS.md or CLAUDE.md, and run via an interactive CLI or daily GitHub Action so coding agents have durable context without stuffing every detail into prompts.

Open SourceTelemetry
Accomplish Coworker logo

Accomplish Coworker

Open-source desktop AI coworker for browsing and code execution.

Accomplish Coworker is an MIT-licensed open-source AI coworker that runs on the desktop, combining computer-use style browsing with code execution so agents can research, implement, run, and debug workflows in one local environment.

Open SourceTelemetry
Headroom logo

Headroom

Context compression for LLM apps and coding agents

Headroom is an Apache-2.0 context compression layer for LLM apps and coding agents. It compresses tool output, logs, files, RAG chunks, and agent history through a local library, proxy, wrapper, or MCP server, with retrieval hooks for bringing originals back when needed. Treat its savings numbers as Headroom-reported benchmarks, not independent aicoolies measurements.

Open SourceTelemetry