MCPcopy Index your code
hub / github.com/agent0ai/agent-zero / UserMessage

Class UserMessage

agent.py:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326
327@dataclass
328class UserMessage:
329 message: str
330 attachments: list[str] = field(default_factory=list[str])
331 system_message: list[str] = field(default_factory=list[str])
332 id: str = ""
333
334
335class LoopData:

Callers 15

executeMethod · 0.90
_run_task_wrapperMethod · 0.90
_convert_messageMethod · 0.90
_handle_steerFunction · 0.90
_run_chatFunction · 0.90
send_messageFunction · 0.90
send_all_aggregatedFunction · 0.90
processMethod · 0.90
communicateMethod · 0.90
handle_messageFunction · 0.90
handle_callback_queryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected