Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ StreamEvent
Class
StreamEvent
src/query/query.py:138–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
137
@dataclass
138
class
StreamEvent:
139
type: str
140
data: Any = None
141
142
143
def
_is_prompt_too_long_message(msg: Message) -> bool:
Callers
1
query
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected