new stuff

This commit is contained in:
deamonkai
2026-02-17 21:28:50 -06:00
parent a2b1600cf7
commit 9ce36d2385
14 changed files with 426 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# supervisor-go
Runnable stub demonstrating CognitiveOS control-plane concepts without
an actual LLM.
## Run
go run . -ledger ./ledger.jsonl
Then type requests and observe: - deterministic route decision -
session_spawn + child_output_received - final_output_emitted
## Notes
- This is intentionally minimal and deterministic.
- Replace `childWorkerStub` with real model calls later.