agentsdk 0.9.0

A lean, OpenAI-compatible AI SDK for Rust.
Documentation
1
2
3
4
5
6
7
8
9
pub mod agent;
pub mod extensions;
pub mod messages;
pub mod tools;

pub use agent::{
    AgentBuilder, AgentListener, AgentOptions, CompletionAction, PostToolAction, PreToolAction,
    ToolErrorAction,
};