Eve - Vercel
Company Updates

Eve - Vercel

vercel.com6d ago

An instructions.md file is a complete agent. Describe its role in Markdown, then run eve.

Eve uses a default model. Add agent.ts when you want to choose a model or configure the runtime.

Skills are Markdown playbooks loaded when they are relevant. The agent gets focused guidance without carrying it in every prompt.

Add a TypeScript file to tools/ and the model can call it. The filename becomes the tool name. No registration required.

Every agent includes an isolated sandbox and file tools. Add sandbox/sandbox.ts to choose a backend or customize its setup.

Add channel files to use the same agent in Slack, Discord, Teams, or the web.

Connections handle authentication for services such as GitHub, Stripe, and Linear. Tools can call them without managing tokens.

Add subagents for specialized work. The main agent delegates tasks and combines the results.

Schedules run agents automatically for jobs such as daily reports and weekly digests. Work continues durably without an active session.

Originally published by vercel.com

Read original source →
DiscordVercel