MCPcopy Create free account
hub / github.com/RightNow-AI/autokernel / load_metadata

Function load_metadata

kernelbench/bench_kb.py:151–156  ·  view source on GitHub ↗

Load active problem metadata.

()

Source from the content-addressed store, hash-verified

149
150
151def load_metadata() -> Dict[str, Any]:
152 """Load active problem metadata."""
153 meta_path = KB_ACTIVE_DIR / "metadata.json"
154 if meta_path.exists():
155 return json.loads(meta_path.read_text(encoding="utf-8"))
156 return {}
157
158
159# ---------------------------------------------------------------------------

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected