Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
def
default_graph_path() -> Path:
17
return
Path.home() /
".clawcodex"
/
"knowledge"
/
"graph.json"
18
19
20
@dataclass
Callers
2
save
Method · 0.85
load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected