Marketing team
- Web chat
- Slack
- Notion
- Resend
- Typefully
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.
- Web chat
- Slack
- Notion
- Resend
- Typefully
- Model
- anthropic/claude-opus-5
- Authored files
- 9
Filesystem
Browse the authored files at revision 9a88166.
agent/agent.tstypescriptimport { defineAgent } from "eve";
export default defineAgent({
compaction: { thresholdPercent: 0.9 },
model: "anthropic/claude-opus-5",
});