//! Union Square - A proxy/wire-tap service for LLM calls
//!
//! This service intercepts and records all LLM interactions for later analysis
//! and test-case extraction, following type-driven development principles.
pub use Application;
pub use ;