Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
def
load_scenario(raw: str) -> dict:
40
return
json.loads(raw)
41
42
43
def
session_id_from_claude_json(path: Path) -> str | None:
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected