| 12 | } |
| 13 | |
| 14 | export 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 |
nothing calls this directly
no outgoing calls
no test coverage detected