MCPcopy Create free account
hub / github.com/bigdata-ustc/Agent4Edu / project_root

Function project_root

Code/utils.py:11–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def project_root() -> Path:
12 return Path(__file__).resolve().parents[1]
13
14
15def load_json(path: os.PathLike | str) -> Any:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected