| name | metrics |
| description | View LLM token usage, API call timing, and runtime metrics. Use when the user asks about token consumption, API costs, or performance statistics. |
View Usage Metrics
View LLM token usage, API call timing, and other runtime metrics.
Execution Logic
View recent LLM call details:
autor metrics --last 20
View aggregate statistics:
autor metrics --summary
View a specific time period:
autor metrics --since 2026-03-01
View other event categories:
autor metrics --category api --last 50
Examples
User says: "How many tokens have I used?"
→ Run metrics --summary
User says: "Show me the recent LLM calls."
→ Run metrics --last 10