Eve agent registry
evex is the open registry for Eve agents. Browse the catalog, inspect every file, and install with npx shadcn@latest add @evex/<slug>. Agents enter through a reviewed pull request.
What it is
An Eve agent registry is a catalog of reusable agents for Vercel's Eve framework. Each agent is source you can read before you install. evex is that registry. There is no upload form: agents enter through a reviewed pull request.
How you install
Run this inside an Eve app:
npx shadcn@latest add @evex/<slug>
The files land in your project. After that, evex is out of the loop.
Where to browse
The live catalog is /agents. How the registry works is in evex documentation.
Decision table
Browse then install
Use when
You want to inspect Eve agent source on /agents before adding it to a project.
Avoid when
You need a hosted runtime or an upload form instead of source files.
Contribute by pull request
Use when
You have an Eve agent package ready for review on evex.
Avoid when
You expect to publish without a reviewed pull request.
FAQ
How do agents enter the Eve agent registry?
Through a reviewed pull request. There is no upload form on evex.
What does the install command do?
It writes the agent files into your Eve project with npx shadcn@latest add @evex/<slug>. After that, evex is out of the loop.