MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / default_graph_path

Function default_graph_path

src/knowledge/graph.py:16–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def default_graph_path() -> Path:
17 return Path.home() / ".clawcodex" / "knowledge" / "graph.json"
18
19
20@dataclass

Callers 2

saveMethod · 0.85
loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected