MCPcopy Create free account
hub / github.com/Roy3838/Observer / AgentReference

Interface AgentReference

app/src/utils/agentParser.ts:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7// ===================================================================================
8
9export interface AgentReference {
10 agentId: string;
11 runCount: number; // default 3, 0 means config only
12}
13
14export interface AgentReferenceData {
15 reference: AgentReference;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected