ledger_session_report
Create a markdown audit report of recent AI agent activity, grouping actions by category and listing dispatches with their resolved verdict or pending status.
Instructions
Generate a markdown report of actions and dispatches from the last N hours.
Actions are grouped by category; dispatches are listed with their resolved verdict or PENDING if not yet verified. Useful for a human-readable audit summary of recent autonomous activity.
Args: since_hours (int): How many hours back to include. Defaults to 24.
Returns: str: Markdown report, or a short "no entries" message if nothing was logged in the window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since_hours | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |