pub const SUMMARY_PROMPT: &str = include_str!;
pub const COMPRESS_PROMPT: &str = include_str!;
pub const SUMMARIZE_COOLDOWN_SECS: i64 = 300;
pub const SUMMARIZE_LOCK_TIMEOUT_SECS: i64 = 180;
pub const SUMMARIZE_STDIN_TIMEOUT_MS: u64 = 3000;
pub const COMPRESS_THRESHOLD: i64 = 100;
pub const KEEP_RECENT: i64 = 50;
pub const COMPRESS_BATCH: i64 = 30;