refactor of repo
This commit is contained in:
16
kernel/supervisor-go/README.md
Normal file
16
kernel/supervisor-go/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user