Enumeration: AgentOSResponseChunkType
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:25
AgentOSResponseChunkType Defines the distinct types of chunks that can be streamed from the AgentOS.
Enumeration Members
AGENCY_UPDATE
AGENCY_UPDATE:
"agency_update"
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:35
ERROR
ERROR:
"error"
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:32
FINAL_RESPONSE
FINAL_RESPONSE:
"final_response"
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:31
METADATA_UPDATE
METADATA_UPDATE:
"metadata_update"
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:33
PROVENANCE_EVENT
PROVENANCE_EVENT:
"provenance_event"
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:36
SYSTEM_PROGRESS
SYSTEM_PROGRESS:
"system_progress"
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:27
TEXT_DELTA
TEXT_DELTA:
"text_delta"
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:26
TOOL_CALL_REQUEST
TOOL_CALL_REQUEST:
"tool_call_request"
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:28
TOOL_RESULT_EMISSION
TOOL_RESULT_EMISSION:
"tool_result_emission"
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:29
UI_COMMAND
UI_COMMAND:
"ui_command"
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:30
WORKFLOW_UPDATE
WORKFLOW_UPDATE:
"workflow_update"
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:34