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
// Source: /data/home/swei/claudecode/openclaudecode/src/tools/SnipTool/prompt.ts
pub const TASK_STOP_TOOL_NAME: &str = "TaskStop";

pub const DESCRIPTION: &str = r#"
- Stops a running background task by its ID
- Takes a task_id parameter identifying the task to stop
- Returns a success or failure status
- Use this tool when you need to terminate a long-running task
"#;