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
10
// Source: /data/home/swei/claudecode/openclaudecode/src/commands/compact/compact.ts
use super::Command;

pub fn create_compact_command() -> Command {
    Command::local("compact", "Compact the conversation to save space")
}

pub fn create_summarize_command() -> Command {
    Command::local("summarize", "Summarize the current conversation")
}