Run This Ai
EN DE

Eve

Build and deploy durable AI agents with TypeScript — a filesystem-first framework by Vercel

★ 3,389 GitHub Apache-2.0 ai-agentstypescriptframeworkvercelworkflowsagent-framework AI Agents

Overview

Eve is a filesystem-first framework for building durable AI agents, created by Vercel. Unlike traditional agent frameworks that rely on complex orchestrators and state machines, Eve uses the filesystem as the authoring interface. Agent capabilities live in conventional directories and files, making projects easier to inspect, extend, and operate. Key features include: agent instructions in markdown, typed function tools with Zod schemas, procedural skills loaded on demand, channel integrations (HTTP, Slack, Discord), and recurring schedules. Agents run with full state persistence out of the box, support human-in-the-loop prompts, and can delegate tasks to subagents. Eve is built with TypeScript, distributed via npm (npx eve@latest init), and supports all major LLM providers through a unified model interface. The framework is Apache-2.0 licensed with 3,400+ GitHub stars and is actively developed by Vercel.

Requirements

Min vCPU
1
Min RAM
1024 MB
Min Disk
10 GB
Rec vCPU
2
Rec RAM
2048 MB
Rec Disk
20 GB

Recommended VPS

Hostinger · KVM 2

2 vCPU · 8192 MB · 100 GB

$6.99
View plan

Hostinger · KVM 2

2 vCPU · 8192 MB · 100 GB

$6.99
View plan

Hostinger · KVM 4

4 vCPU · 16384 MB · 200 GB

$11.99
View plan

Affiliate disclosure

Docker Compose

# Generated by Run This Ai — docker-compose.yml
services:
  eve:
    image: witheve/eve:latest
    restart: unless-stopped
    ports:
      - 8080:8080
    volumes:
      - ./data/eve:/data

Best VPS for Eve →

Related tools

Guides & articles