Templates

Slack

A Slack agent template with webhook handling, Vercel Connect, a starter agent, and an example tool ready to deploy on Vercel.

View GitHub
  • Slack
Model
anthropic/claude-sonnet-5
Authored files
5

Filesystem

Browse the authored files at revision bb35e1f.

agent/agent.tstypescript
import { defineAgent } from "eve";

export default defineAgent({
  model: "anthropic/claude-sonnet-5",
});