//! Chat API handler for creating and managing agent conversations.
//!//! This module provides the HTTP endpoint for initiating chat sessions with the AI agent.
modhandler;modtypes;pubusehandler::handler;pubusetypes::{ChatImage, ChatRequest, ChatResponse};#[cfg(test)]modtests;