ledger_stats
Aggregate recent audit ledger actions, dispatches, and verdicts into categorized statistics (by tier, category, and outcome) for a specified number of days.
Instructions
Aggregate statistics over actions and dispatches from the last N days.
Args: days (int): How many days back to include. Defaults to 7.
Returns: dict: { "actions_by_tier": {"0": int, "1": int, "2": int}, "actions_by_category": {category: int, ...}, "dispatch_count": int, "verdicts": {"CONFIRMED": int, "REFUTED": int, "PARTIAL": int, "PENDING": int} }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||