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§
- Tiny
Human Config - Configuration for the TinyHuman client.
- Tiny
Humans Memory Client - 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.