(agentId: AgentId)
| 258 | } |
| 259 | |
| 260 | function getAgentMetadataPath(agentId: AgentId): string { |
| 261 | return getAgentTranscriptPath(agentId).replace(/\.jsonl$/, '.meta.json') |
| 262 | } |
| 263 | |
| 264 | export type AgentMetadata = { |
| 265 | agentType: string |
no test coverage detected