Skip to main content

Module decision_log_handler

Module decision_log_handler 

Source
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§

DecisionLogHandler
Writes decisions to the decision_log table for external polling