(agentType: string)
| 33 | } |
| 34 | |
| 35 | function getSnapshotJsonPath(agentType: string): string { |
| 36 | return join(getSnapshotDirForAgent(agentType), SNAPSHOT_JSON) |
| 37 | } |
| 38 | |
| 39 | function getSyncedJsonPath(agentType: string, scope: AgentMemoryScope): string { |
| 40 | return join(getAgentMemoryDir(agentType, scope), SYNCED_JSON) |
no test coverage detected