Understanding team run and session metrics in Agno
TeamRunOutput
by setting store_member_responses=True
,TeamRunOutput
aggregates metrics across all team leader and team member messages.input_tokens
: The number of tokens sent to the model.output_tokens
: The number of tokens received from the model.total_tokens
: The sum of input_tokens
and output_tokens
.audio_input_tokens
: The number of tokens sent to the model for audio input.audio_output_tokens
: The number of tokens received from the model for audio output.audio_total_tokens
: The sum of audio_input_tokens
and audio_output_tokens
.cache_read_tokens
: The number of tokens read from the cache.cache_write_tokens
: The number of tokens written to the cache.reasoning_tokens
: The number of tokens used for reasoning.duration
: The duration of the run in seconds.time_to_first_token
: The time taken until the first token was generated.provider_metrics
: Any provider-specific metrics.