Design
- Slack
A Slack design collaborator that answers from a reviewed, versioned corpus of your organization's approved design guidance.
- Slack
- Model
- anthropic/claude-sonnet-4.6
- Authored files
- 11
Filesystem
Browse the authored files at revision 7f8e5a6.
agent/agent.tstypescriptimport { defineAgent } from 'eve';
export default defineAgent({
model:
process.env.DESIGN_AGENT_MODEL ?? 'anthropic/claude-sonnet-4.6',
});