Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/commandoperator/cmdop-sdk
/ EventFrame
Class
EventFrame
python/src/cmdop/streaming.py:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
52
@dataclass
53
class
EventFrame:
54
type: Literal[
"event"
]
55
event_type: int
56
payload: Any
57
58
59
@dataclass
Callers
1
_frame_from_envelope
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected