agent-sdk 0.9.2

Rust Agent SDK for building LLM agents
Documentation
1
2
3
4
5
6
//! Agent lifecycle hooks for customization.
//!
//! Re-exported from [`agent_sdk_tools::hooks`] and [`agent_sdk_tools::audit`].

pub use agent_sdk_tools::audit::{NoopAuditSink, ToolAuditSink};
pub use agent_sdk_tools::hooks::*;