New Project
This is a Slack agent template for Eve.
First, link the project and pull environment variables:
vercel linkvercel env pull
Then, run the development server:
pnpm dev
You can start editing the agent by modifying agent/agent.ts. Its behavior is defined in agent/instructions.md, and tools live in agent/tools/. The agent auto-updates as you edit the files.
This project uses the Eve framework's bundled guides — see node_modules/eve/dist/docs/public/ after installing dependencies.
To learn more about Eve, take a look at the following resources:
You can check out the Eve GitHub repository - your feedback and contributions are welcome!