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
+11
View File
@@ -0,0 +1,11 @@
"""Ten31 Signal Engine — pilot.
A recurring pipeline that ingests audio + text, extracts structured propositions
locally, and surfaces signal over time. The discipline that separates signal from
plausible-sounding noise (handoff §5): statistics & graph structure NOMINATE
candidates; the frontier model only JUDGES and FANS OUT a pre-filtered shortlist.
See README.md for the architecture and ten31-signal-engine-handoff.md for the spec.
"""
__version__ = "0.1.0"