//! Agent execution API handler.
//!//! This module provides the HTTP endpoint for triggering AI agent execution
//! on a previously created chat session.
modhandler;modimage_fallback;modruntime;modsession;modtypes;pubusehandler::handler;pubusetypes::{
ExecuteClientSync, ExecuteRequest, ExecuteResponse, ExecuteSyncInfo, ExecuteSyncReason,};#[cfg(test)]modtests;