Soma is a decentralized, biomorphic knowledge ecosystem designed for lifelong learning and autonomous task execution. It consolidates vision (Senses), metabolism (InGest), reasoning (Brain), and motor control (Hands) into a single, cohesive organism.
d:/projects/Soma/
├── InGress/ # 🖐️ Senses: Signal Capture (FastAPI)
├── InGest/ # 🫃 Stomach: Metabolism & SimpleMem (Python)
├── OmegaKG/ # 🧠 Brain: Knowledge Graph & Persistence (Python)
├── memOS/ # ✋ Hands: Model Context Protocol (MCP)
├── Cortex/ # 👁️ Vison: Dashboard Hub (React/Vite)
├── OmegaVault/ # 📚 Memory: Central Knowledge Base (Obsidian)
├── scripts/ # 🛠️ Operations & Maintenance
└── orchestrator.py # 🫀 Executive: Organism Life-Support
- Python 3.12.10
- Poetry or .venv (Manual)
- Docker Desktop (Neo4j, Postgres, Redis)
- PowerShell 7+
-
Assembling the Organs:
# Start all services via the executive orchestrator python orchestrator.py -
Verifying Health:
# Execute a Meal Trace (E2E Verification) .\scripts\operations\trace-meal.ps1
Primary governance and context are maintained in the Vault:
- Architecture:
OmegaVault/ApexSigma/Development/Projects/Soma/architecture/ - Operations:
OmegaVault/ApexSigma/Development/Projects/Soma/operations/ - Legacy Archives:
OmegaVault/ApexSigma/Development/Projects/Soma/archive/
- Agent Guidelines:
AGENTS.md - Script Reference:
scripts/SCRIPTS_REFERENCE.md - Startup Guide:
OmegaVault/ApexSigma/Development/Projects/Soma/operations/startup-guide.md - Meal Trace Guide:
OmegaVault/ApexSigma/Development/Projects/Soma/operations/meal-trace-guide.md
Soma uses a Native Organism Workflow:
- Executive: Use
orchestrator.pyto manage service lifecycles. - Verification: All changes MUST pass a
trace-meal.ps1verification. - Memory: Record architectural decisions to
memOS.MCPviapromote_memory.
Historical OmegaKG documentation is archived in:
archive/legacy/OmegaVault/ApexSigma/development/projects/Soma/archive/
Sanitized and Reorganized: 2026-01-28 (Soma Genesis)