2026-02-24 10:00:18 +00:00
|
|
|
# Atomizer-HQ 🎯
|
feat: add Atomizer HQ multi-agent cluster infrastructure
- 8-agent OpenClaw cluster (Manager, Tech-Lead, Secretary, Auditor,
Optimizer, Study-Builder, NX-Expert, Webster)
- Orchestration engine: orchestrate.py (sync delegation + handoffs)
- Workflow engine: YAML-defined multi-step pipelines
- Agent workspaces: SOUL.md, AGENTS.md, MEMORY.md per agent
- Shared skills: delegate, orchestrate, atomizer-protocols
- Capability registry (AGENTS_REGISTRY.json)
- Cluster management: cluster.sh, systemd template
- All secrets replaced with env var references
2026-02-15 21:18:18 +00:00
|
|
|
|
2026-02-24 10:00:18 +00:00
|
|
|
> The AI operations team that builds, tests, improves, and operates [Atomizer](http://192.168.86.50:3000/Antoine/Atomizer-V2).
|
feat: add Atomizer HQ multi-agent cluster infrastructure
- 8-agent OpenClaw cluster (Manager, Tech-Lead, Secretary, Auditor,
Optimizer, Study-Builder, NX-Expert, Webster)
- Orchestration engine: orchestrate.py (sync delegation + handoffs)
- Workflow engine: YAML-defined multi-step pipelines
- Agent workspaces: SOUL.md, AGENTS.md, MEMORY.md per agent
- Shared skills: delegate, orchestrate, atomizer-protocols
- Capability registry (AGENTS_REGISTRY.json)
- Cluster management: cluster.sh, systemd template
- All secrets replaced with env var references
2026-02-15 21:18:18 +00:00
|
|
|
|
2026-02-24 10:00:18 +00:00
|
|
|
## What is HQ?
|
feat: add Atomizer HQ multi-agent cluster infrastructure
- 8-agent OpenClaw cluster (Manager, Tech-Lead, Secretary, Auditor,
Optimizer, Study-Builder, NX-Expert, Webster)
- Orchestration engine: orchestrate.py (sync delegation + handoffs)
- Workflow engine: YAML-defined multi-step pipelines
- Agent workspaces: SOUL.md, AGENTS.md, MEMORY.md per agent
- Shared skills: delegate, orchestrate, atomizer-protocols
- Capability registry (AGENTS_REGISTRY.json)
- Cluster management: cluster.sh, systemd template
- All secrets replaced with env var references
2026-02-15 21:18:18 +00:00
|
|
|
|
2026-02-24 10:00:18 +00:00
|
|
|
**Atomizer** = the product (optimization framework, code, AOM docs)
|
|
|
|
|
**Atomizer-HQ** = the AI team that operates it (agent workspaces, memory, skills, orchestration)
|
|
|
|
|
|
|
|
|
|
Think of it as: Atomizer is the race car, HQ is the pit crew.
|
feat: add Atomizer HQ multi-agent cluster infrastructure
- 8-agent OpenClaw cluster (Manager, Tech-Lead, Secretary, Auditor,
Optimizer, Study-Builder, NX-Expert, Webster)
- Orchestration engine: orchestrate.py (sync delegation + handoffs)
- Workflow engine: YAML-defined multi-step pipelines
- Agent workspaces: SOUL.md, AGENTS.md, MEMORY.md per agent
- Shared skills: delegate, orchestrate, atomizer-protocols
- Capability registry (AGENTS_REGISTRY.json)
- Cluster management: cluster.sh, systemd template
- All secrets replaced with env var references
2026-02-15 21:18:18 +00:00
|
|
|
|
|
|
|
|
## Structure
|
|
|
|
|
|
|
|
|
|
```
|
2026-02-24 10:00:18 +00:00
|
|
|
atomizer-hq/
|
|
|
|
|
├── workspaces/ # Agent workspaces (SOUL.md, IDENTITY.md, MEMORY.md, etc.)
|
|
|
|
|
│ ├── manager/ # 🎯 Engineering Manager / Orchestrator
|
|
|
|
|
│ ├── secretary/ # 📋 CEO Interface, Admin
|
|
|
|
|
│ ├── technical-lead/ # 🔧 FEA Expert, R&D Lead
|
|
|
|
|
│ ├── optimizer/ # ⚡ Algorithm Specialist
|
|
|
|
|
│ ├── study-builder/ # 🏗️ Study Code Engineer
|
|
|
|
|
│ ├── auditor/ # 🔍 Quality Gatekeeper
|
|
|
|
|
│ ├── webster/ # 🌐 Web Research
|
|
|
|
|
│ └── nx-expert/ # 🖥️ NX/Simcenter Specialist
|
|
|
|
|
├── skills/ # HQ-specific agent skills
|
|
|
|
|
│ ├── atomizer-company/ # Company identity
|
|
|
|
|
│ └── atomizer-protocols/ # Engineering protocols
|
|
|
|
|
├── shared/ # Shared resources (tools, skills, windows helpers)
|
|
|
|
|
├── hq/ # HQ operational data (taskboard, condensations)
|
|
|
|
|
├── mission-control/ # Mission dashboard (web UI)
|
|
|
|
|
├── scripts/ # Automation scripts
|
|
|
|
|
├── tools/ # MCP servers, utilities
|
|
|
|
|
├── config/ # Gateway config (secrets excluded)
|
|
|
|
|
├── CHANNELS.md # Slack channel mapping
|
|
|
|
|
└── docker-compose.yml # Legacy Docker config
|
feat: add Atomizer HQ multi-agent cluster infrastructure
- 8-agent OpenClaw cluster (Manager, Tech-Lead, Secretary, Auditor,
Optimizer, Study-Builder, NX-Expert, Webster)
- Orchestration engine: orchestrate.py (sync delegation + handoffs)
- Workflow engine: YAML-defined multi-step pipelines
- Agent workspaces: SOUL.md, AGENTS.md, MEMORY.md per agent
- Shared skills: delegate, orchestrate, atomizer-protocols
- Capability registry (AGENTS_REGISTRY.json)
- Cluster management: cluster.sh, systemd template
- All secrets replaced with env var references
2026-02-15 21:18:18 +00:00
|
|
|
```
|
|
|
|
|
|
2026-02-24 10:00:18 +00:00
|
|
|
## Agents
|
|
|
|
|
|
|
|
|
|
| Agent | Emoji | Model | Status |
|
|
|
|
|
|-------|-------|-------|--------|
|
|
|
|
|
| Manager | 🎯 | Opus 4.6 | Active |
|
|
|
|
|
| Secretary | 📋 | Opus 4.6 | Active |
|
|
|
|
|
| Technical Lead | 🔧 | Opus 4.6 | Active |
|
|
|
|
|
| Optimizer | ⚡ | Opus 4.6 | Active |
|
|
|
|
|
| Study Builder | 🏗️ | Opus 4.6 | Active |
|
|
|
|
|
| Auditor | 🔍 | Opus 4.6 | Active |
|
|
|
|
|
| Webster | 🌐 | Opus 4.6 | Active |
|
|
|
|
|
| NX Expert | 🖥️ | Opus 4.6 | Phase 2 |
|
|
|
|
|
|
|
|
|
|
## Key Decisions
|
|
|
|
|
|
|
|
|
|
- **DEC-037**: Atomizer and HQ are separate entities (2026-02-23)
|
|
|
|
|
- HQ repo: `192.168.86.50:3000/Antoine/Atomizer-HQ`
|
|
|
|
|
- Atomizer V2 repo: `192.168.86.50:3000/Antoine/Atomizer-V2`
|
|
|
|
|
- HQ follows AOM as its operating manual, but HQ configs live here
|
feat: add Atomizer HQ multi-agent cluster infrastructure
- 8-agent OpenClaw cluster (Manager, Tech-Lead, Secretary, Auditor,
Optimizer, Study-Builder, NX-Expert, Webster)
- Orchestration engine: orchestrate.py (sync delegation + handoffs)
- Workflow engine: YAML-defined multi-step pipelines
- Agent workspaces: SOUL.md, AGENTS.md, MEMORY.md per agent
- Shared skills: delegate, orchestrate, atomizer-protocols
- Capability registry (AGENTS_REGISTRY.json)
- Cluster management: cluster.sh, systemd template
- All secrets replaced with env var references
2026-02-15 21:18:18 +00:00
|
|
|
|
2026-02-24 10:00:18 +00:00
|
|
|
## Infrastructure
|
feat: add Atomizer HQ multi-agent cluster infrastructure
- 8-agent OpenClaw cluster (Manager, Tech-Lead, Secretary, Auditor,
Optimizer, Study-Builder, NX-Expert, Webster)
- Orchestration engine: orchestrate.py (sync delegation + handoffs)
- Workflow engine: YAML-defined multi-step pipelines
- Agent workspaces: SOUL.md, AGENTS.md, MEMORY.md per agent
- Shared skills: delegate, orchestrate, atomizer-protocols
- Capability registry (AGENTS_REGISTRY.json)
- Cluster management: cluster.sh, systemd template
- All secrets replaced with env var references
2026-02-15 21:18:18 +00:00
|
|
|
|
2026-02-24 10:00:18 +00:00
|
|
|
- **Host:** T420 (clawdbot)
|
|
|
|
|
- **Platform:** OpenClaw multi-agent gateway
|
|
|
|
|
- **Channels:** Dedicated Slack workspace
|
|
|
|
|
- **CEO:** Antoine Letarte
|