abyss-stack is the infrastructure substrate of the AoA and ToS ecosystem.
It is Fedora-first in deployment posture, while remaining Windows-usable for source work, path mapping, and hybrid workflows.
It owns runtime, deployment, storage layout, lifecycle, security, and infra glue. It does not own the authored meaning of the specialized AoA layers.
This repository is the right home for:
- local and hybrid runtime topology
- rootless Podman and systemd user orchestration
- storage and mount contracts
- service modules and deployment profiles
- security, runbook, backup, and restore posture
- infra helper services that support AoA and ToS
This repository should not absorb:
- technique canon
- skill canon
- eval canon
- routing truth as such
- memo objects as primary truth
- agent role contracts as primary truth
- playbook meaning as primary truth
- ToS authored corpus and philosophical source material
Agents-of-Abyssis the ecosystem center.Tree-of-Sophiais the knowledge architecture counterpart.aoa-*repositories own their specialized meaning.abyss-stackowns the body those layers can run on.
- Read CHARTER.
- Read BOUNDARIES.
- Read docs/ARCHITECTURE.
- Read docs/SERVICE_CATALOG.
- Read docs/PROFILES.
- Read docs/PROFILE_RECIPES.
- Read docs/RENDER_TRUTH.
- Read docs/INTERNAL_PROBES.
- Read docs/PATHS.
- Read docs/STORAGE_LAYOUT.
- Read docs/DEPLOYMENT.
- Read docs/FIRST_RUN.
- Read docs/DOCTOR.
- Read docs/SECRETS_BOOTSTRAP.
- Read docs/LIFECYCLE.
- Read docs/MIGRATION_FROM_OLD.
For the shortest next route by intent:
- if you need the ecosystem center, layer map, or federation rules, go to
Agents-of-Abyss - if you need the knowledge world and authored architecture, go to
Tree-of-Sophia - if you need reusable practice, go to
aoa-techniques - if you need bounded execution workflows, go to
aoa-skills - if you need portable proof surfaces, go to
aoa-evals
| repository | owns | go here when |
|---|---|---|
abyss-stack |
runtime, deployment, storage, lifecycle, and infra glue | you need the body the system runs on |
Agents-of-Abyss |
ecosystem identity, layer map, federation rules, program-level direction | you need the center and the constitutional view of AoA |
Tree-of-Sophia |
living knowledge architecture for philosophy and world thought | you need the knowledge world rather than the runtime body |
aoa-techniques |
reusable engineering practice | you need durable techniques rather than infrastructure modules |
aoa-skills |
bounded agent-facing execution workflows | you need executable workflows rather than deployment posture |
aoa-evals |
portable proof surfaces for bounded claims | you need evaluation and quality checks rather than runtime services |
abyss-stack/
├─ README.md
├─ CHARTER.md
├─ BOUNDARIES.md
├─ ROADMAP.md
├─ AGENTS.md
├─ docs/
├─ compose/
├─ config-templates/
├─ scripts/
├─ systemd/
├─ env/
└─ .github/
The stack is organized around explicit compose modules rather than one swollen file:
10-storage.yml20-orchestration.yml30-local-inference.yml31-intel-inference.yml40-llm-gateway.yml41-agent-api.yml42-agent-api-intel.yml50-speech.yml51-browser-tools.yml60-monitoring.yml
The repository now includes:
- profile files under
compose/profiles/ - deployment helpers under
scripts/ - config-template bootstrap helpers under
scripts/ - first-run and profile-introspection helpers under
scripts/ - host-doctor and bootstrap-rehearsal support
- profile endpoint recipes and endpoint introspection helpers
- internal-only probe helpers for hidden services
- render-truth helpers for actual composed runtime output
- human-facing wrappers under
scripts/ - a systemd user unit skeleton under
systemd/user/ - a repository validation workflow under
.github/workflows/
The bootstrap skeleton is in place, the first real services have been migrated from abyss-stack_old, and the first profile-aware scripts and unit scaffolding now exist.
The current hardening pass adds render-truth helpers so the effective composed runtime can be inspected directly, not just described narratively.
Apache-2.0