//! Built-in agent definitions and prompts.
//!
//! This module exposes the built-in agent catalog plus system-prompt builders
//! used by sessions, Ralph, and swarm execution.
//!
//! # Examples
//!
//! ```ignore
//! let prompt = codetether::agent::builtin::build_system_prompt(std::path::Path::new("."));
//! ```
pub use ;
pub use ;
pub use ;
pub use ;