ai-agent 0.13.4

Idiomatic agent sdk inspired by the claude code source leak
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Source: /data/home/swei/claudecode/openclaudecode/src/services/MagicDocs/prompts.ts
pub fn build_extract_auto_only_prompt(
    _new_message_count: usize,
    _existing_memories: &str,
    _skip_index: bool,
) -> String {
    String::new()
}

pub fn build_extract_combined_prompt(
    _new_message_count: usize,
    _existing_memories: &str,
    _skip_index: bool,
) -> String {
    String::new()
}