Skip to main content

Crate tinyhumansai

Crate tinyhumansai 

Source
Expand description

TinyHuman Neocortex SDK for Rust. Aligned with TinyHuman memory API routes.

Re-exports§

pub use error::TinyHumansError;
pub use types::*;

Modules§

error
Error types for the TinyHumans Neocortex SDK.
types
Request and response types for the TinyHuman memory API.

Structs§

TinyHumanConfig
Configuration for the TinyHuman client.
TinyHumansMemoryClient
Async client for the TinyHuman memory API.

Constants§

DEFAULT_BASE_URL
Default base URL when none is provided and env is unset.
NEOCORTEX_BASE_URL
Alias environment variable for base URL override.
TINYHUMANS_BASE_URL
Preferred environment variable for base URL override.