Skip to Content
DocumentaçãoArquiteturaArchitecture Index

AIOS Architecture Documentation Index

🌐 EN | PT | ES


Version: 2.1.1 Last Updated: 2026-01-26 Status: Official Reference


📋 Document Navigation

This index provides navigation to all architecture documentation for AIOS v4.

Note: Official framework documentation (coding-standards, tech-stack, source-tree) has been consolidated in docs/framework/. See Framework README for details.


📁 Directory Structure

docs/architecture/ ├── ARCHITECTURE-INDEX.md # This file ├── high-level-architecture.md # System overview ├── module-system.md # 4-module architecture ├── mcp-system-diagrams.md # MCP architecture diagrams ├── memory-layer.md # Memory system architecture ├── adr/ # Architectural Decision Records └── [framework/] # See docs/framework/ for standards

Core Architecture

DocumentDescriptionStatus
High-Level ArchitectureOverview of AIOS v4 architecture✅ Current
Module System4-module modular architecture✅ Current
Memory LayerMemory system architecture✅ Current

MCP & Integrations

DocumentDescriptionStatus
MCP System DiagramsMCP architecture diagrams✅ Current

Note: MCP management is handled via Docker MCP Toolkit (Story 5.11). Use @devops agent with *setup-mcp-docker for configuration.

Agent System

DocumentDescriptionStatus
Agent Responsibility MatrixAgent roles and responsibilities✅ Current
Agent Config AuditConfiguration audit✅ Current

Tools & Utilities

DocumentDescriptionStatus
Utility Integration GuideUtility integration✅ Current
CI/CDCI/CD pipeline documentation✅ Current

Health Check System (HCS)

DocumentDescriptionStatus
HCS Check SpecificationsHealth check specs✅ Current
HCS Execution ModesExecution modes✅ Current
HCS Self-Healing SpecSelf-healing specification✅ Current

Squad System

DocumentDescriptionStatus
Squad Improvement AnalysisImprovement analysis✅ Current
Squad Improvement ApproachRecommended approach✅ Current

Architectural Decision Records (ADR)

DocumentDescriptionStatus
ADR COLLAB-1Current state audit✅ Current
ADR COLLAB-2Proposed configuration✅ Current
ADR HCSHealth Check System✅ Current
ADR Isolated VMIsolated VM decision✅ Current

Reference Documents (Official in docs/framework/)

DocumentDescriptionStatus
Tech StackTechnology decisions✅ Current
Coding StandardsCode standards✅ Current
Source TreeProject structure✅ Current

Note: These are linked to docs/framework/ which is the official location.

Research & Analysis

DocumentDescriptionStatus
Contribution Workflow ResearchContribution analysis✅ Current
IntroductionOriginal intro (v2.0)📦 Legacy

🏗️ Architecture Overview Diagram

┌─────────────────────────────────────────────────────────────────────────┐ │ AIOS v4 ARCHITECTURE │ │ │ │ ┌─────────────────────────────────────────────────────────────────┐ │ │ │ MULTI-REPO STRUCTURE │ │ │ │ │ │ │ │ SynkraAI/aios-core ◄───── Central Hub │ │ │ │ │ - Framework core │ │ │ │ │ - 11 base agents │ │ │ │ │ - Discussions hub │ │ │ │ │ │ │ │ │ ┌──────┴───────┐ │ │ │ │ │ │ │ │ │ │ ▼ ▼ │ │ │ │ aios-squads mcp-ecosystem │ │ │ │ (MIT) (Apache 2.0) │ │ │ └─────────────────────────────────────────────────────────────────┘ │ │ │ │ ┌─────────────────────────────────────────────────────────────────┐ │ │ │ MODULAR ARCHITECTURE │ │ │ │ │ │ │ │ .aios-core/ │ │ │ │ ├── core/ ← Framework foundations │ │ │ │ ├── development/ ← Agents, tasks, workflows │ │ │ │ ├── product/ ← Templates, checklists │ │ │ │ └── infrastructure/ ← Scripts, tools, integrations │ │ │ └─────────────────────────────────────────────────────────────────┘ │ │ │ │ ┌─────────────────────────────────────────────────────────────────┐ │ │ │ QUALITY GATES 3 LAYERS │ │ │ │ │ │ │ │ Layer 1: Pre-commit ──► Layer 2: PR ──► Layer 3: Human │ │ │ │ (Husky/lint-staged) (CodeRabbit) (Strategic Review) │ │ │ │ 30% +50% +20% │ │ │ │ (80% automated) │ │ │ └─────────────────────────────────────────────────────────────────┘ │ │ │ └─────────────────────────────────────────────────────────────────────────┘

📚 Reading Order for New Contributors

Quick Start (30 min)

  1. High-Level Architecture
  2. Module System
  3. Framework README

Deep Dive (2-3 hours)

  1. All Quick Start documents
  2. Agent Responsibility Matrix
  3. MCP System Diagrams
  4. Tech Stack

Complete Mastery (1-2 days)

  1. All documents in this index
  2. ADR documents for architectural decisions
  3. HCS documentation for health check system

📝 Document Status Legend

StatusMeaning
✅ CurrentUp-to-date with v4.2
⚠️ Update neededNeeds terminology or content update
📦 LegacyHistorical reference
🆕 NewRecently created

Last Updated: 2026-01-26 Maintainer: @architect (Aria)