Slack
- Slack
A Slack agent template with webhook handling, Vercel Connect, a starter agent, and an example tool ready to deploy on Vercel.
- Slack
- Model
- anthropic/claude-sonnet-5
- Authored files
- 5
Filesystem
Browse the authored files at revision bb35e1f.
agent/agent.tstypescriptimport { defineAgent } from "eve";
export default defineAgent({
model: "anthropic/claude-sonnet-5",
});