MCPcopy Create free account
hub / github.com/Noumena-Network/code / clearAgentsMemoryFilesCache

Function clearAgentsMemoryFilesCache

src/utils/agentsmd.ts:232–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

agentsmd.tsFile · 0.85
withFakeHomeFunction · 0.85
withProjectDirFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by 2

withFakeHomeFunction · 0.68
withProjectDirFunction · 0.68