Expand description
Decision log handler
Implements the DecisionHandler trait by writing decisions to the
decision_log table in the agent’s SQLite database. This enables
poll-based decision making where an external process (e.g., a separate
tap-mcp instance) can query pending decisions and act on them.
Structs§
- Decision
LogHandler - Writes decisions to the decision_log table for external polling