MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / list_files

Method list_files

core/memory_v2.py:488–490  ·  view source on GitHub ↗

Return list of fully-resolved paths currently in working memory.

(self)

Source from the content-addressed store, hash-verified

486 self.working.touch(key)
487
488 def list_files(self) -> List[str]:
489 """Return list of fully-resolved paths currently in working memory."""
490 return self.working.get_file_names()
491
492 def build_file_block(self, message: str = '') -> str:
493 """Build the <file> XML block for the system prompt."""

Callers 3

list_loadedFunction · 0.80

Calls 1

get_file_namesMethod · 0.80

Tested by 2