MCPcopy 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
75class 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_lineMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected