Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScaleML/AgentSPEX
/ from_dict
Method
from_dict
verifier/AgentVerifier/WorkflowToLean.py:77–78 ·
view source on GitHub ↗
(d: dict)
Source
from the content-addressed store, hash-verified
75
76
@staticmethod
77
def
from_dict(d: dict) ->
"TypedVar"
:
78
return
TypedVar(name=d[
"name"
], base_type=d[
"base_type"
], value=d.get(
"value"
))
79
80
81
# ---------- NodeIR ----------
Callers
nothing calls this directly
Calls
2
TypedVar
Class · 0.85
get
Method · 0.80
Tested by
no test coverage detected