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
16
17
18
@import 'highlight.js/styles/github.css';
@import 'highlight.js/styles/github-dark.css' (prefers-color-scheme: dark);
@import 'katex/dist/katex.min.css';

:root {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #202124;
    background: #f7f7f8;
    font-synthesis: none;
    letter-spacing: 0;
}

* { box-sizing: border-box; }
html, body, #root { width: 100%; height: 100%; margin: 0; overflow: hidden; }
button, input, textarea, select { font: inherit; letter-spacing: 0; }
button { color: inherit; }
button, label { -webkit-tap-highlight-color: transparent; }
::selection { background: #c7dcff; }