//! User response API handler for interactive agent questions.
//!//! This module provides HTTP endpoints for submitting user responses
//! when the agent asks questions via the `conclusion_with_options` tool.
modhandlers;modsession;modtypes;pubusehandlers::{get_pending_question, submit_response};pubusetypes::RespondRequest;