MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / load_scenario

Function load_scenario

eval/hermetic/score.py:39–40  ·  view source on GitHub ↗
(raw: str)

Source from the content-addressed store, hash-verified

37
38
39def load_scenario(raw: str) -> dict:
40 return json.loads(raw)
41
42
43def session_id_from_claude_json(path: Path) -> str | None:

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected