//! Built-in prompt constants.
//!
//! This module groups the raw prompt templates used by built-in agents.
//!
//! # Examples
//!
//! ```ignore
//! assert!(BUILD_SYSTEM_PROMPT.contains("CodeTether Agent"));
//! ```
pub use ;
pub use EXPLORE_SYSTEM_PROMPT;
pub use PLAN_SYSTEM_PROMPT;