Article

▤Article
Vvercel.com·4 min read
eve – The Agent Framework - Vercel
- Eve is a framework for building agents, positioned like Next.js for web apps but for agents.
- An agent is organized as a directory that compiles instructions, workflows, channels, sandboxes, and other components into a deployable system.
- An instructions.md file can fully define an agent by describing its role in Markdown.
- agent.ts is optional and is used to choose the model or configure runtime settings.
- Skills are reusable Markdown playbooks loaded only when relevant to the task.
- Tools are TypeScript files that the model can call directly, and the filename becomes the tool name without registration.
- Each agent includes an isolated sandbox, with sandbox.ts available to customize the backend or setup.
- Eve supports channels such as Slack, Discord, Teams, and the web.
- Connections provide authenticated access to services like GitHub, Stripe, and Linear without managing tokens in tools.
- The framework supports subagents and scheduled runs for delegated work and automated jobs like daily reports or weekly digests.
Your notes
Save this item to your library to add private notes.