// Code generated by Prompty emitter; DO NOT EDIT.
#![allow(
unused_imports,
dead_code,
non_camel_case_types,
unused_variables,
clippy::all
)]
mod agent;
mod connection;
mod conversation;
mod core;
mod events;
mod model;
mod pipeline;
mod streaming;
mod template;
mod tools;
mod tracing;
mod wire;