Initial commit: Ten31 Signal Engine (ingest, scoring brain, corpus seeds)

This commit is contained in:
Keysat
2026-06-15 09:24:29 -05:00
commit a6aec77506
77 changed files with 6263 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
"""Web UI (FastAPI) — corpus management + (later) the human-eval rating interface (§4.7/§6.7).
This is the app the StartOS s9pk exposes on its `ui` interface. Server-rendered HTML, no template
engine / JS framework — boring and inspectable, like the rest of the system.
"""