| Name | Latest commit | Last update |
|---|---|---|
| 📂 deploy | ||
| 📂 designs | ||
| 📂 docs | ||
| 📂 src | ||
| 📄 .gitignore | Implement Lisa Matrix bot foundations | 22 hours ago |
| 📄 Cargo.lock | Add bounded web research tools | 21 hours ago |
| 📄 Cargo.toml | Add graceful shutdown and deployment support | 21 hours ago |
| 📄 README.md | Use renewable Matrix sessions | 20 hours ago |
| 📄 config.example.toml | Expose safe invocation error codes | 19 hours ago |
| 📄 persona.example.md | Implement Lisa Matrix bot foundations | 22 hours ago |
| 📄 prd.md | PRD and first design doc | 22 hours ago |
| 📄 rust-toolchain.toml | Implement Lisa Matrix bot foundations | 22 hours ago |
Lisa is a Rust Matrix bot. It durably ingests allowed-room mentions and replies, sends a bounded recent context to an OpenAI-compatible self-hosted LLM, and persists the exact rich reply before Matrix delivery. It can search through a fixed SearXNG endpoint, fetch bounded HTTP(S) pages, convert HTML using Pandoc, and append only host-validated source links.
config.example.toml to a protected location and set the Matrix
identifiers and allowed room IDs.persona.example.md to the configured persona.path and edit it.LISA_MATRIX_PASSWORD and LISA_LLM_API_KEY in the service
environment. Lisa requests and refreshes its own Matrix access tokens.database_path and matrix_store_path
with read/write access for the service account.cargo run -- --config /etc/lisa/config.toml.On first startup Lisa records a Matrix sync baseline and ignores its timeline. Later sync events are recorded in SQLite before the sync cursor advances. Persisted replies are retried with the same transaction ID after a restart. Lisa keeps room work serial while allowing configured cross-room concurrency, and displays a refreshed Matrix typing notice while an LLM response is pending.
pandoc must be installed on the host. Page content is held only in memory for
the current invocation; it never receives Matrix, LLM, or search credentials.
See operations guidance for systemd, health checks, shutdown, backup, and upgrade procedures.