output | str | bytes | None | Final agent output |
status | RunStatus | Run status: running, completed, paused, cancelled, error |
usage | RunUsage | None | Token usage and cost statistics |
tools | List[ToolExecution] | None | All tool executions during the run |
messages | List[ModelMessage] | None | New messages from this run |
chat_history | List[ModelMessage] | Full conversation history |
thinking_content | str | None | Reasoning content (for supported models) |
images | List[BinaryContent] | None | Generated images |
files | List[BinaryContent] | None | Generated files |
step_results | List[StepResult] | Execution step tracking |
execution_stats | PipelineExecutionStats | None | Pipeline execution statistics |