| Agent |
An Agent in a Workspace
|
| AgentContext |
AI Agent conversation context.
|
| AgentsResponse |
|
| AgentToolFinishedEvent |
The delegated Agent's run has finished.
|
| AgentToolProgressEvent |
Emitted for each inner tool call the delegated Agent makes.
|
| AgentToolStartedEvent |
The Agent has delegated to another Agent as a tool.
|
| ChatFinishedEvent |
|
| ChatStartedEvent |
The run has started.
|
| ChatTitleUpdatedEvent |
The server auto-generating a short title for the conversation as a UI
convenience.
|
| ContextCompressFinishedEvent |
The context-compression pass has finished.
|
| ContextCompressStartedEvent |
A context-compression pass has started, marking the start of a
context-compression pass triggered by a long conversation.
|
| ConversationError |
Present when a conversation run failed.
|
| ConversationResponse |
|
| ConversationStreamEvent |
|
| ConversationStreamPublisher |
|
| ConversationStreamSubscription |
|
| GetAgentsOptions |
|
| HumanInteractionRequiredEvent |
The run is paused: the Agent needs more information or confirmation from
you, carrying the interrupt to resume from via
AgentContext.continueConversation(java.lang.String, java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.util.Map<java.lang.String, java.lang.String>>)/
AgentContext.continueConversationStream(java.lang.String, java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.util.Map<java.lang.String, java.lang.String>>).
|
| Interrupt |
|
| MessageEvent |
An incremental piece of the answer.
|
| NodeToolUseFinishedEvent |
The tool call has ended.
|
| NodeToolUseOutputs |
|
| NodeToolUseStartedEvent |
An ordinary tool call has started.
|
| OtherEvent |
An event type not recognized by this SDK version, carried as raw JSON text
so callers aren't broken by future additions to the API.
|
| PingEvent |
A heartbeat with no payload, observed at arbitrary points in the stream
(including in between MessageEvent chunks).
|
| PlanChangedEvent |
The Agent created or updated its task plan.
|
| QueryMaskedEvent |
Sensitive content in the user query was masked before processing.
|
| Question |
One question the Agent needs you to answer
|
| QuestionOption |
|
| Reference |
A source referenced by the answer
|
| SubagentFinishedEvent |
The subagent has finished its sub-task.
|
| SubagentOutputs |
|
| SubagentProgressEvent |
Emitted every time the subagent calls one of its own tools.
|
| SubagentStartedEvent |
The Agent has spawned a subagent to work on a sub-task.
|
| ThinkingFinishedEvent |
The reasoning phase is over; answer text ( MessageEvent with
messageType == "answer") follows.
|
| ThinkingStartedEvent |
The Agent has entered the reasoning phase (analyzing the question, planning
tool calls).
|
| WorkflowFinishedEvent |
The run finished (succeeded, interrupted, failed, or stopped), carrying the
run's outcome.
|
| WorkflowStartedEvent |
|
| WorkflowStartedInputs |
|
| Workspace |
A Workspace the current account belongs to
|
| WorkspacesResponse |
|