ai-agent 0.13.4

Idiomatic agent sdk inspired by the claude code source leak
Documentation
// Source: /data/home/swei/claudecode/openclaudecode/src/tools/SnipTool/prompt.ts
pub fn get_partial_compact_prompt(_custom_instructions: Option<&str>) -> String {
    String::new()
}

pub fn get_compact_prompt(_custom_instructions: Option<&str>) -> String {
    String::new()
}

pub fn format_compact_summary(_summary: &str) -> String {
    String::new()
}

pub fn get_compact_user_summary_message(
    _summary: &str,
    _suppress_follow_up_questions: Option<bool>,
    _transcript_path: Option<&str>,
) -> String {
    String::new()
}