Templates

Marketing team

A team of marketing agents: a lead routes work to specialists for positioning, long-form content, social, SEO, and email, publishing through Notion, Typefully, and Resend.

View GitHub
  • Web chat
  • Slack
  • Notion
  • Resend
  • Typefully
Model
anthropic/claude-opus-5
Authored files
9

Filesystem

Browse the authored files at revision 9a88166.

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

export default defineAgent({
  compaction: { thresholdPercent: 0.9 },
  model: "anthropic/claude-opus-5",
});