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

Interface AgentReferenceData

app/src/utils/agentParser.ts:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14export interface AgentReferenceData {
15 reference: AgentReference;
16 agent: CompleteAgent | null;
17 code: string | null;
18 memory: string;
19 recentRuns: IterationData[];
20}
21
22// ===================================================================================
23// DETECTION MODE TEMPLATE TYPES

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected