xpander-sdk
ExecutionMetrics
Aggregate metrics for a task execution
ExecutionMetrics
aggregates metrics for an agent task, including LLM usage and overall duration.
Properties
Property | Type | Description |
---|---|---|
execution_id | string | ID of the execution |
ai_model | string | Model used during the task |
duration | number | Total execution time in seconds |
llm_tokens | LLMTokens | Token counts for the task |
result | string | Final result summary |
status | string | Execution status |
Example
Python
The xpander-sdk reference contains additional examples.