class |
AgentToolFinishedEvent |
The delegated Agent's run has finished.
|
class |
AgentToolProgressEvent |
Emitted for each inner tool call the delegated Agent makes.
|
class |
AgentToolStartedEvent |
The Agent has delegated to another Agent as a tool.
|
class |
ChatFinishedEvent |
|
class |
ChatStartedEvent |
The run has started.
|
class |
ChatTitleUpdatedEvent |
The server auto-generating a short title for the conversation as a UI
convenience.
|
class |
ContextCompressFinishedEvent |
The context-compression pass has finished.
|
class |
ContextCompressStartedEvent |
A context-compression pass has started, marking the start of a
context-compression pass triggered by a long conversation.
|
class |
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>>).
|
class |
MessageEvent |
An incremental piece of the answer.
|
class |
NodeToolUseFinishedEvent |
The tool call has ended.
|
class |
NodeToolUseStartedEvent |
An ordinary tool call has started.
|
class |
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.
|
class |
PingEvent |
A heartbeat with no payload, observed at arbitrary points in the stream
(including in between MessageEvent chunks).
|
class |
PlanChangedEvent |
The Agent created or updated its task plan.
|
class |
QueryMaskedEvent |
Sensitive content in the user query was masked before processing.
|
class |
SubagentFinishedEvent |
The subagent has finished its sub-task.
|
class |
SubagentProgressEvent |
Emitted every time the subagent calls one of its own tools.
|
class |
SubagentStartedEvent |
The Agent has spawned a subagent to work on a sub-task.
|
class |
ThinkingFinishedEvent |
The reasoning phase is over; answer text ( MessageEvent with
messageType == "answer") follows.
|
class |
ThinkingStartedEvent |
The Agent has entered the reasoning phase (analyzing the question, planning
tool calls).
|
class |
WorkflowFinishedEvent |
The run finished (succeeded, interrupted, failed, or stopped), carrying the
run's outcome.
|
class |
WorkflowStartedEvent |
|