Skip to content

Commit 8aeab8b

Browse files
authored
Update readme.txt
Updated file structure - browser.py now integrated into os_control.py
1 parent 3545077 commit 8aeab8b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Project_Andrew/readme.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ CAIOS/
212212
│ │ # • Paradox resolutions (CPOL oscillations)
213213
│ │ # • Temporal axioms (user #UPDATE commands)
214214
│ │ # • Sovereign discoveries (Tier 0 authority)
215-
│ ├── domain_index.json # Fast lookup by domain
216-
│ ├── specialist_registry.json # Active specialists catalog
217-
│ └── integrity_chain.txt # Tamper-evident hash chain
215+
│ ├── domain_index.json # Fast lookup by domain
216+
│ ├── specialist_registry.json # Active specialists catalog
217+
│ └── integrity_chain.txt # Tamper-evident hash chain
218218
├── agents/ # ARL-generated agent modules
219219
├── logs/ # Chain-of-thought traces
220220
├── CAIOS.txt # Inference layer pre-prompt
@@ -231,14 +231,14 @@ CAIOS/
231231
├── mesh_network.py # Mesh Transport Layer
232232
├── master_init.py # System BIOS/Diagnostic
233233
├── system_identity.py # System identity and primary user assignment
234-
├── abstraction_selector.py # Modifies explanations depending on user abstraction/confusion
235-
├── ollama_config.py # bridges CAIOS's ternary logic (CPOL) state to Ollama's inference
234+
├── abstraction_selector.py # Modifies explanations depending on user abstraction/confusion
235+
├── ollama_config.py # bridges CAIOS's ternary logic (CPOL) state to Ollama's inference
236236
├── caios_pipeline.yaml # YAML support for the LangChain crowd using agent_designer pipeline
237-
├── os_control.py # CPOL-gated OS operations (file, script, network)
237+
├── os_control.py # CPOL-gated OS operations (file, script, network, browser)
238238
│ # Asimov Law 1 prevents irreversible harmful actions
239239
│ # All operations logged to KB hash chain
240240
│ # Requires human confirmation for irreversible actions
241-
├── caios_browser.py # Browser Control (requires playwright) same human confirmation
241+
# Full functioning browser control (requires Playwright or Windows-MCP), same human confirmation
242242
└── kb_inspect.py # CLI inspection tool
243243

244244
4. The Sovereign Boot Sequence

0 commit comments

Comments
 (0)