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
11
12
//! Shared types for the Honcho SDK.

pub mod common;
pub mod conclusion;
pub mod dialectic;
pub mod dream;
pub mod message;
pub mod pagination;
pub mod peer;
pub mod session;
pub mod validation;
pub mod workspace;