()
| 230 | * Clears the cached agent memory file discovery. |
| 231 | */ |
| 232 | export function clearAgentsMemoryFilesCache(): void { |
| 233 | getAgentsMemoryFiles.cache?.clear?.() |
| 234 | } |
| 235 | |
| 236 | /** |
| 237 | * Formats discovered agent memory files into a system prompt section. |