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 agent_sdk_types;
pub mod init;
pub mod sandbox_types;
pub mod mcp;

pub use agent_sdk_types::*;
pub use init::*;
pub use sandbox_types::*;
pub use mcp::*;