clawgarden-agent 0.3.3

Agent runtime with persona/memory loader, judge, and pi RPC for ClawGarden
Documentation
1
2
3
4
5
6
7
8
9
10
//! ClawGarden Agent Library
//!
//! Runtime with persona/memory loader, speak_or_not judge, pi RPC bridge, and collaboration event loop.

pub mod bus_client;
pub mod judge;
pub mod loop_guard;
pub mod memory;
pub mod persona;
pub mod pi_rpc;