Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Repo & link directory

Where each piece of the system actually lives, and every external reference the site leans on — each with a one-line “why we care.” Our repos are on the Agent54 forge (Forgejo, the origin of record, d/007); distribution stays cluster-internal until Luke flips it public (d/065), so forge URLs are reachable from inside the fabric. External links are public.

Our forge repositories

Forge web base: forge.discus-mora.ts.net:3000/agent54/<repo> (cluster-internal). Code citations throughout the reviews pin commits on these repos.

RepoWhat it isWhy we care
xenon-launcherThe runtime/launcher monorepo (crates/launcher, crates/apps, crates/net/group, crates/substrate, crates/xe-sync, package-index).The core: the plane, origin router, app model, engine socket contract, peer serving, and the membership plane all live here. Most Part III citations are @56e94575; post-P-201w main is @2671bea9.
prismThe super-app shell (an IWA): Controlled-Frame hosting, the frame↔shell channel, composition, the hash-linked journal.The rendering layer and the agency-ladder host; Part III shell citations are @98acaa3.
xenon-runtimeThe device-fabric runtime and the phone companion (companion-core, companion-android, the on-device plane).Enrollment, membership over iroh, the companion apps.list protocol, the session audit chain; devices/agent citations are @b0cfc90.
android-iwaA patch series (three patches + gn args + validation scripts) on a stock Chromium base, not a full fork.The Xenon-on-Android track; the fork-maintenance cadence is an open gap.
xe-example-appsThe example-app monorepo (Excalidraw, guestbook, compose-board, and the dev-signed swbn samples).Proof material for every app kind; kept out of any super-app’s repo by d/079. Citations @5752a3e.
xe-darcThe agent-layer research preview (darc) and its design docs (injection-boundary-design, capability-model-design).Where darc → Reagent and the delegation model are being worked out; the least-built, highest-mission layer.
iroh (fork)agent54/iroh — upstream iroh plus one commit exposing a network-change hook; explicitly temporary.The transport; the fork is meant to be upstreamed and repinned vanilla (d/046).
xe-docsThis site (mdBook).The successor review surface to the retired docs/map.html (d/099).

The trust chain & key names

  • catalog — the signed static index publishing produces (Ed25519, serial-anchored, d/067); install verifies signature + content hash first.
  • console — the witness surface for receipts and the update ledger (d/064).
  • Production signing keys do not exist yet — the orchestrator holds only build-phase seeds (d/066); the ceremony is an open scheduling item.

External references — web platform

External references — transport, identity & capabilities

External references — engines, apps & tooling

  • smolvm — the default microVM app engine; gets the socket-connector capability first as an upstream contribution (d/094).
  • mdBook — the static-site tool this book is built with; the Mermaid diagrams use mdbook-mermaid.
  • Excalidraw — the real production app proven end-to-end through the peer pipeline (P-211).
  • Immich — the compose / whole-origin target gated on d/103-B (it dropped its ML service to install; see GPU/ML gap).
  • Patchwork — the first real-app target named by d/076.

External references — the audience & context