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
pub mod secret_scanner;
pub mod team_mem_secret_guard;
pub mod types;
pub mod watcher;

pub use secret_scanner::*;
pub use team_mem_secret_guard::*;
pub use types::*;
pub use watcher::*;