What problem does it solve?
This skill provides a centralized, auditable store for agent interactions, reasoning traces, token usage, and events, enabling easier debugging, compliance, and performance tuning.
Core Features & Use Cases
- Logging: capture agent messages, session IDs, and sequence numbers.
- Reasoning persistence: save internal reasoning trails for audits and improvements.
- Token accounting: track token usage per session and per agent.
- Event management: save and query notable events (TL issues, verdicts, etc.) to support governance and post-mortems.
- Use case: You run a long-running chatbot and need an immutable log of all interactions and decisions to meet regulatory requirements and QA standards.
Quick Start
To begin, invoke the bazinga-db-agents skill to log a sample interaction with session_id "sess_001", agent_type "developer", and a message "Initialize logging".