Eve Directory

What is Eve?

Eve is a filesystem-first framework for durable AI agents. Eve Directory catalogs ready-to-install agent projects built with it.

Eve is a TypeScript framework for durable backend agents. You author capabilities as files under agent/ — instructions, tools, skills, channels, connections — and Eve discovers that tree at runtime.

A minimal agent looks like this:

my-agent/
my-agent/
└── agent/
    ├── agent.ts
    ├── instructions.md
    └── tools/
        └── get_weather.ts

Scaffold one with:

npx eve@latest init my-agent

Eve Directory vs Eve

EveEve Directory
What it isThe framework + runtimeAn open catalog of agents/extensions
Installnpx eve@latest initBrowse + shadcn CLI / Composer
Docseve.dev/docsThese guides + listing pages

This site does not replace Eve’s docs. Use Eve Directory to find agents, inspect source, and drop files into a project. Use Eve’s docs when you need APIs, channels, sandboxes, or deployment.

On this page