MCPcopy
hub / github.com/haydenbleasel/ultracite / AgentFileTarget

Interface AgentFileTarget

packages/cli/src/agents.ts:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12type AgentId = (typeof options.agents)[number];
13
14export interface AgentFileTarget {
15 agentIds: AgentId[];
16 displayName: string;
17 id: AgentId | "universal";
18 path: string;
19 promptLabel: string;
20 representativeAgentId: AgentId;
21}
22
23const normalizeAgentName = (name: string) =>
24 name.replace(/ Code$/u, "").replace(/ Agent$/u, "");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…