Crate anda_core Copy item path Source pub use agent ::*;
pub use context ::*;
pub use http ::*;
pub use json ::*;
pub use model ::*;
pub use tool ::*;
agent Module providing core agent functionality for AI systems. context Context Module http HTTP utilities for making RPC calls to canisters and other services. json model Core data models and traits for the AI agent system. tool Module providing core tooling functionality for AI Agents. path_lowercase Converts a path to lowercase path. validate_function_name Validates a function name to ensure it doesn’t contain invalid characters validate_path_part Validates a path part to ensure it doesn’t contain the path delimiter
agent name and user name should be validated. BoxError A type alias for a boxed error that is thread-safe and sendable across threads.
This is commonly used as a return type for functions that can return various error types. BoxPinFut A type alias for a boxed future that is thread-safe and sendable across threads.