//! Interaction outbox — persisted queue for replay calls and resolution events.
//!
//! Stored at `state["interaction_outbox"]`. Written by interaction plugins,
//! drained by the agent loop.
use ;
use InteractionResponse;
use ToolCall;
use State;
/// Persisted outbox for interaction-driven tool replay and resolution events.