modcomms/frontend/constants.ts
2025-12-18 16:51:27 +00:00

4 lines
No EOL
146 B
TypeScript
Executable file

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