//! Terminal stream-event handlers: task completion and failure.
//!
//! [`handle_complete`] persists the finished task and broadcasts the success
//! events; [`record_failure`] / [`announce_failure`] and
//! [`announce_cancelled`] cover the failure and cancellation paths. Every
//! terminal frame goes through the event loop's single status emitter.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub use ;
pub use ;
pub use send_a2a_status_event;