Add the startup self-test and the loopd selftest command

Implemented-By: OpenCode session (model recorded in docs/implementer-log.md)
This commit is contained in:
2026-09-18 15:28:37 -07:00
parent 59cf89e7ba
commit f1d880568f
5 changed files with 428 additions and 3 deletions
+1
View File
@@ -3,4 +3,5 @@
pub mod config;
pub mod http;
pub mod llama;
pub mod selftest;
pub mod sse;