honcho-ai 0.1.2

Rust SDK for Honcho — AI agent memory and social cognition infrastructure
Documentation
1
2
3
4
5
6
7
8
9
10
//! HTTP client internals.

/// Low-level HTTP client wrapper around `reqwest`.
pub mod client;
/// Response decoding helpers.
pub mod decode;
/// API route path builders.
pub mod routes;
/// Server-Sent Events (SSE) stream parsing.
pub mod sse;