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/utils/filePersistence/types.ts
pub type SpinnerMode = String;

#[derive(Debug, Clone)]
pub struct RgbColor {
    pub r: u8,
    pub g: u8,
    pub b: u8,
}