Expand description
ATD reference client SDK (Rust).
Zero runtime dependency on any anos-* crate. Protocol-level types
live in the atd-protocol sibling crate.
Re-exports§
pub use client::AtdClient;pub use endpoint::Endpoint;pub use options::CallAllOptions;pub use options::CallOptions;pub use options::ConnectOptions;pub use options::DiscoverFilter;pub use options::MergePolicy;pub use options::PaginatedSdkResult;
Modules§
Functions§
- desanitize_
tool_ name - Map a sanitized name back to the original tool id by searching
the provided known-id set. Returns
Noneif no match. - sanitize_
tool_ name - Map an ATD tool id to an LLM-/MCP-safe name.