MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _resolve_role_meta_path

Function _resolve_role_meta_path

agents/coldstart-agent/main.py:223–225  ·  view source on GitHub ↗

Return the role metadata path as a Path object.

()

Source from the content-addressed store, hash-verified

221
222
223def _resolve_role_meta_path() -> Path:
224 """Return the role metadata path as a Path object."""
225 return Path(str(ROLE_META_PATH))
226
227
228def _load_roles_meta() -> Dict[str, Any]:

Callers 2

_load_roles_metaFunction · 0.85
_save_roles_metaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected