Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScaleML/AgentSPEX
/ ParsedEvent
Class
ParsedEvent
scripts/dashboard.py:75–81 ·
view source on GitHub ↗
Parsed log event.
Source
from the content-addressed store, hash-verified
73
74
@dataclass
75
class
ParsedEvent:
76
""
"Parsed log event."
""
77
78
type: str
79
timestamp: str
80
data: Dict[str, Any]
81
raw_line: str =
""
82
83
84
@dataclass
Callers
1
parse_line
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected