ai-agent 0.88.0

Idiomatic agent sdk inspired by the claude code source leak
Documentation
1
2
3
4
5
6
7
8
9
// Source: /data/home/swei/claudecode/openclaudecode/src/services/PromptSuggestion/speculation.ts
pub fn get_speculation() -> Option<Speculation> {
    None
}

#[derive(Debug, Clone)]
pub struct Speculation {
    pub prompt: String,
}