xagent-pi 0.2.3

Self-contained local brain (chat UI + API + SSE) for the Pi agent, tunneled into xagent-service.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# xagent-pi Web

Responsive React frontend for the local `xagent-pi` Brain.

```bash
npm install
npm run dev
```

Vite proxies `/api` to `BRAIN_ORIGIN`, which defaults to
`http://127.0.0.1:15012`. Production assets are generated in `dist/`:

```bash
npm run build
```