mirror of
https://github.com/SHOGGOTH-SECTOR/sica-fondt.git
synced 2026-07-31 16:16:26 +00:00
docs(topology): Hermes is a peer inner organ, not a separate core
Inner-brain bus carries { soul, metacog, Hermes, drive-box, COBOL ontology }
as peers behind Ada; drop the separate innermost-core layer.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015hmgREHNsxYCuim33yUF2c
This commit is contained in:
parent
a054a56c80
commit
ffce864f08
@ -1,8 +1,8 @@
|
|||||||
# Gen.03 — concentric bus topology *(DRAFT — captured live, correct freely)*
|
# Gen.03 — concentric bus topology *(DRAFT — captured live, correct freely)*
|
||||||
|
|
||||||
The body is an **onion**: Hermes at the core, organs in rings around it, Ada as
|
Two rings around a membrane. Outer organs ride Ichor up to Ada; Ada is the
|
||||||
the membrane between inner and outer, the world on the outside. Nothing reaches
|
gate; behind it the inner-brain bus carries the inner organs (Hermes among
|
||||||
the core without crossing inward through the rings.
|
them). The world is outside; nothing reaches the inner ring without crossing Ada.
|
||||||
|
|
||||||
```
|
```
|
||||||
External (world: user / network)
|
External (world: user / network)
|
||||||
@ -17,43 +17,52 @@ External (world: user / network)
|
|||||||
│ • GoDAGRAG (Graph of Directed Acyclic Graphs of RAGs) │
|
│ • GoDAGRAG (Graph of Directed Acyclic Graphs of RAGs) │
|
||||||
└─────────────────────────────────────────────────────────┘
|
└─────────────────────────────────────────────────────────┘
|
||||||
│
|
│
|
||||||
▼ ADA (D1) — the border / membrane (screens, provenance, rate)
|
▼ ADA (D1) — the membrane / border (screens, provenance, rate)
|
||||||
┌─────────────────────────────────────────────────────────┐
|
┌─────────────────────────────────────────────────────────┐
|
||||||
│ INNER ORGANS inner-brain bus (Pony OPTIONAL) │
|
│ INNER ORGANS inner-brain bus (Pony OPTIONAL) │
|
||||||
│ • soul (B2) │
|
│ • soul (B2) │
|
||||||
│ • metacog (C2) │
|
│ • metacog (C2) │
|
||||||
|
│ • Hermes (the OpenHermes agent — a peer here) │
|
||||||
│ • drive-box (A1) │
|
│ • drive-box (A1) │
|
||||||
│ • COBOL ontological structures (E1) │
|
│ • COBOL ontological structures (E1) │
|
||||||
└─────────────────────────────────────────────────────────┘
|
└─────────────────────────────────────────────────────────┘
|
||||||
│
|
|
||||||
▼
|
|
||||||
HERMES ← innermost core (the OpenHermes agent)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Layers (innermost → outermost)
|
## The chain
|
||||||
1. **Hermes** — innermost core. The OpenHermes agent. **Not external.**
|
```
|
||||||
2. **Inner-brain bus** — connects the inner organs around Hermes. **May be Pony,
|
outer organs ─► Ichor (Pony) ─► Ada (D1) ─► inner-brain bus ─► inner organs
|
||||||
but need not be.** Carries: soul, metacog, drive-box, COBOL ontology.
|
{ soul · metacog
|
||||||
3. **Ada (D1)** — the membrane between inner and outer. Screens everything
|
· Hermes
|
||||||
crossing in/out (blocklist / provenance / rate — `Trust_Boundary`).
|
· drive-box
|
||||||
4. **Ichor (Pony)** — the **outer** bus. Connects the outer organs and wires up
|
· COBOL ontology }
|
||||||
to Ada. (This is the bus already scaffolded in `src/ichor/`.)
|
```
|
||||||
5. **Outer organs** — stomach/economy (small model), microagents, SAE, GoDAGRAG.
|
|
||||||
6. **External** — the world. Reaches in only via the outer ring → Ada.
|
## Layers
|
||||||
|
1. **External** — the world (user / network). Reaches in only via the outer ring.
|
||||||
|
2. **Outer organs** — stomach/economy (small model), microagents, SAE, GoDAGRAG.
|
||||||
|
3. **Ichor (Pony)** — the **outer** bus; carries the outer organs up to Ada.
|
||||||
|
(Already scaffolded in `src/ichor/`.)
|
||||||
|
4. **Ada (D1)** — the membrane between outer and inner. Screens everything
|
||||||
|
crossing (blocklist / provenance / rate — `Trust_Boundary`).
|
||||||
|
5. **Inner-brain bus** — connects the inner organs. **Pony optional** (need not
|
||||||
|
be Pony).
|
||||||
|
6. **Inner organs** — soul, metacog, **Hermes**, drive-box, COBOL ontology.
|
||||||
|
Hermes is a peer on this bus, not a separate core.
|
||||||
|
|
||||||
## Flow of a turn
|
## Flow of a turn
|
||||||
external input → **stomach digests** it → **GoDAGRAG** builds RAG context →
|
external input → **stomach digests** it → **GoDAGRAG** builds RAG context →
|
||||||
across **Ichor** → **Ada (D1)** screens (input is already pre-digested context) →
|
across **Ichor** → **Ada (D1)** screens (already pre-digested context) → **inner
|
||||||
**inner bus** → inner organs (soul/metacog/drive-box/COBOL) → **Hermes** →
|
bus** → inner organs (soul / metacog / Hermes / drive-box / COBOL) → synthesis
|
||||||
synthesis flows back out the same rings.
|
flows back out the same rings.
|
||||||
|
|
||||||
## Corrections this doc bakes in (vs earlier wrong models)
|
## Corrections baked in (vs earlier wrong models)
|
||||||
- **Hermes is the core, not an external harness on Ichor.**
|
- **Hermes is an inner organ on the inner bus** — not external, and not a
|
||||||
|
separate innermost core.
|
||||||
- **Ichor is the OUTER bus** (organs → Ada), not the brain bus.
|
- **Ichor is the OUTER bus** (organs → Ada), not the brain bus.
|
||||||
- **The inner bus is transport-flexible** (Pony optional).
|
- **The inner bus is transport-flexible** (Pony optional).
|
||||||
- The cerebellum/harness is **not** an Ichor organ.
|
- The harness is **not** an Ichor (outer) organ.
|
||||||
|
|
||||||
## Open / to place
|
## Open / to place
|
||||||
- Exact tier + role of each outer organ's hand-off to Ada.
|
- Is the **inner bus Pony** or another mechanism? (decides 2nd Pony broker vs
|
||||||
- Whether the inner bus is Pony or another mechanism (decides 2nd-broker vs not).
|
hand-off to something else)
|
||||||
- How Hermes-at-core is reached from the inner bus (in-process vs IPC).
|
- Each **outer organ's hand-off to Ada** (what crosses, in what shape).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user