Skip to main content
The TeamRunResponse class represents the response from a team run, containing both the team’s overall response and individual member responses. It supports streaming and provides real-time events throughout the execution of a team.

TeamRunResponse Attributes

TeamRunResponseEvent Types

The following events are sent by the Team.run() function depending on the team’s configuration:

Core Events

Tool Events

Reasoning Events

Memory Events

Event Attributes

Base TeamRunResponseEvent

All events inherit from BaseTeamRunResponseEvent which provides these common attributes:

RunResponseStartedEvent

RunResponseContentEvent

RunResponseCompletedEvent

RunResponseErrorEvent

RunResponseCancelledEvent

ToolCallStartedEvent

ToolCallCompletedEvent

ReasoningStartedEvent

ReasoningStepEvent

ReasoningCompletedEvent

MemoryUpdateStartedEvent

MemoryUpdateCompletedEvent