ai-agent 0.88.0

Idiomatic agent sdk inspired by the claude code source leak
Documentation
1
2
3
4
5
6
7
8
mod agent;
pub(crate) mod common;
mod permission;
mod plugin_operations;
mod query_engine;
mod stream_interface;
mod team_memory;
mod tool;