clawgarden-agent 0.17.0

Agent runtime with persona/memory loader, judge, and pi RPC for ClawGarden
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod agent_loop;
pub mod bus_client;
pub mod context;
pub mod intent_generator;
pub mod loop_checkpoint;
pub mod loop_guard;
pub mod loop_metrics;
pub mod loop_policy;
pub mod main_helpers;
pub mod memory;
pub mod role;
pub mod pi_rpc;
pub mod response_parser;
pub mod skill_loader;