Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/commandoperator/cmdop-sdk
/ DoneFrame
Class
DoneFrame
python/src/cmdop/streaming.py:60–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
@dataclass
60
class
DoneFrame:
61
type: Literal[
"done"
]
62
success: bool
63
text: str
64
error: str
65
duration_ms: int
66
67
68
@dataclass
Callers
1
_frame_from_envelope
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected