xagent-pi 0.2.5

Self-contained local brain (chat UI + API + SSE) for the Pi agent, tunneled into xagent-service.
1
2
3
fn main() -> anyhow::Result<()> {
    xagent_pi::main_entry()
}