Enumeration AgentOSResponseChunkType

AgentOSResponseChunkType Defines the distinct types of chunks that can be streamed from the AgentOS.

Enumeration Members

TEXT_DELTA: "text_delta"
SYSTEM_PROGRESS: "system_progress"
TOOL_CALL_REQUEST: "tool_call_request"
TOOL_RESULT_EMISSION: "tool_result_emission"
UI_COMMAND: "ui_command"
FINAL_RESPONSE: "final_response"
ERROR: "error"
METADATA_UPDATE: "metadata_update"
WORKFLOW_UPDATE: "workflow_update"
AGENCY_UPDATE: "agency_update"