modcomms/frontend/constants.ts
2025-12-12 09:03:17 -06:00

4 lines
No EOL
146 B
TypeScript

import type { AgentName } from './types';
export const AGENT_NAMES: AgentName[] = ['Legal Agent', 'Brand Agent', 'Tone Agent', 'Channel Agent'];