xagent-pi 0.2.10

Self-contained local brain (chat UI + API + SSE) for the Pi agent, tunneled into xagent-service.
1
2
3
4
5
//! Pi agent driver primitives (shared across sessions).

pub mod accumulator;
pub mod converter;
pub mod transport;