MCPcopy Create free account
hub / github.com/Fibi66/FeiControl / getAgentEmoji

Function getAgentEmoji

src/components/CronJobCard.tsx:97–99  ·  view source on GitHub ↗
(agentId: string)

Source from the content-addressed store, hash-verified

95}
96
97function getAgentEmoji(agentId: string): string {
98 return AGENT_EMOJIS[agentId] || "🤖";
99}
100
101function getAgentDisplayName(agentId: string): string {
102 return AGENT_NAMES[agentId] || agentId;

Callers 1

CronJobCardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected