Initial commit: Fresh implementation of CHORUS architecture (ResetData Mandate)

This commit is contained in:
anthonyrawlins
2026-03-03 13:38:56 +11:00
commit 68a489b64d
41 changed files with 17535 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
## TODO
- Author module document summarizing implemented features, deployment, and test coverage; link to `project-queues/active/parallama`.
- Validate and document NVidia multi-GPU scheduling modes (round-robin, memory-aware, hybrid) with test evidence; AMD supported but not assumed.
- Implement hardware probing and drive model placement from hardware scan (avoid static model configuration); document discovery logic.
- Publish packaging guidance: container images, explicit tags, and compatibility matrices across environments.