AgentiQly AAOS — Overview
The Agentic Agency Operating System (AAOS) is a local-first, offline-capable
substrate for running a self-improving, multi-agent organization. This repository
(agentiqly-os) holds the intelligence substrate and the War Room
dashboard.
What is actually in this Phase 1 foundation
This is the canonical Phase 1 build. It is honest about what is implemented today versus what is scaffolded for later phases.
Implemented and running:
- Docusaurus 3 static site with strict TypeScript and MDX.
- Reveal.js slide decks embeddable inside MDX (see the slide component).
- Prism syntax highlighting (configured in
docusaurus.config.ts). - GoatDB + Orderstamp typed, browser-only state layer powering the War Room.
- Aether visual design language (palette + Ghost-Draft / Approval-Gate UI).
- The 5-pillar memory structure (
os,docs,prompts,sops,architecture) kept isolated from active application code insrc/.
Scaffolded for later phases (documented, not yet wired):
- OpenClaw hub-and-spoke orchestrator (a separate WebSocket daemon).
- ArguSeek / Hermes reasoning hand-off (MCP servers, require API keys).
- The 90-day Compounding Accumulation Loop / DNA-block automation.
See the Structural DNA pillar for the honest status of the token-optimization and memory protocols.
Layout
| Area | Purpose |
|---|---|
src/ | Active application code (War Room, theme, state layer). |
docs/ | This Knowledge Base (the docs pillar). |
os/, prompts/, sops/, architecture/ | Agency memory pillars, isolated from code. |