| 7 | // =================================================================================== |
| 8 | |
| 9 | export interface AgentReference { |
| 10 | agentId: string; |
| 11 | runCount: number; // default 3, 0 means config only |
| 12 | } |
| 13 | |
| 14 | export interface AgentReferenceData { |
| 15 | reference: AgentReference; |
nothing calls this directly
no outgoing calls
no test coverage detected