Files
Cognition-OS/kernel/supervisor-go/README.md
2026-02-17 21:33:38 -06:00

17 lines
394 B
Markdown

# 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.