MCPcopy 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
53class EventFrame:
54 type: Literal["event"]
55 event_type: int
56 payload: Any
57
58
59@dataclass

Callers 1

_frame_from_envelopeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected