ai-agent 0.88.0

Idiomatic agent sdk inspired by the claude code source leak
Documentation
1
2
3
4
5
6
7
// Source: ~/claudecode/openclaudecode/src/tools/AgentTool/built-in/
pub mod claude_code_guide_agent;
pub mod explore_agent;
pub mod general_purpose_agent;
pub mod plan_agent;
pub mod statusline_setup;
pub mod verification_agent;