Description
Add an Audit Trail Tool to generate chronological decision timelines from agent runs
for analysis, debugging, and documentation.
Motivation
Developers need visibility into agent decision-making to debug behavior and
understand reasoning paths.
Scope
- Generate audit trail for a given run (JSON + Markdown)
- List available runs in runtime storage
- Proper error handling and validation
- Unit tests + documentation
Acceptance Criteria
- Tool follows existing MCP tool patterns
- Supports structured and human-readable output
- Includes tests