Crate anda_core

Source

Re-exports§

pub use agent::*;
pub use context::*;
pub use http::*;
pub use json::*;
pub use model::*;
pub use tool::*;

Modules§

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.

Functions§

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.

Type Aliases§

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.