Multi-agent orchestration with persistent memory, 148+ skills, and an iMac-native gateway runtime.
Two machines share one memory vault via git. MacBook Pro handles development; iMac runs the gateway for messaging.
%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#f5f5f7', 'primaryTextColor': '#1d1d1f', 'primaryBorderColor': '#d2d2d7', 'lineColor': '#86868b', 'secondaryColor': '#f5f5f7', 'tertiaryColor': '#f5f5f7', 'fontSize': '13px', 'fontFamily': 'Inter, -apple-system, system-ui, sans-serif'}}}%%
graph TD
subgraph HOST["MacBook Pro · M1 Max, 64GB"]
CC["Claude Code"]
SKILLS["148+ Skills"]
QMD["qmd · 1554 docs"]
COMMDB["CommDB · 330K msgs"]
HOOKS["12 Hooks"]
end
subgraph IMAC["iMac · Gautam's iMac (native)"]
GW["Gateway"]
AGENTS["17 Agents"]
BB["BlueBubbles"]
GMAIL["Gmail Watcher"]
LINEAR["Linear Dispatch"]
LANCE["LanceDB"]
TS["Tailscale · gautams-imac"]
end
subgraph MEM["Shared Memory · ~/openclaw/memory/"]
DAILY["Daily Logs"]
CTX["Agent Context"]
SHARED["Decisions · Learnings"]
GRAPH["Knowledge Graph"]
end
CC --- SKILLS
CC --- QMD
CC --- COMMDB
CC -.->|"git sync"| MEM
GW --- AGENTS
GW --- BB
GW --- GMAIL
GW --- LINEAR
GW --- LANCE
GW --- TS
AGENTS -.->|"git sync"| MEM
17 specialized personas with model tiering to optimize for cost and capability.
Plus tasks, search, schedule, triage, imac, and linear-dispatcher agents.
Three-tier persistent memory with cross-agent sharing via git sync.
| Tool | Type | Speed | Use Case |
|---|---|---|---|
qmd query |
BM25 + vector + LLM rerank | ~2s | Semantic questions |
qmd search |
BM25 keyword | ~30ms | Fast keyword lookup |
commdb_search |
FTS5 + vector | ~100ms | Email + iMessage |
| LanceDB | Vector similarity | ~50ms | iMac memory recall |
memory |
760 docs |
letta-source |
784 docs |
references |
10 docs |
| Total | 1,554 |
nomic-embed-text — LanceDB vectorsembedding-001 — CommDB batch APIgemma3:1b — nightly curation
148+ skills synced across tools via Skillshare.
orchestration roster, delegationsub-agent-setup role-based agentsagent-creator create agentsagent-protocol agent commsmemory-architecture tier systemdefrag maintenance, auditslearnings capture & promoteontology knowledge graphcoding-agent delegate to agentsralph PRD to autonomousreview-pr PR reviewmerge-prs batch mergeslack discord imsgbluebubbles iMessage bridgeemail-triage inbox zerovoice-call voice callsopenai-image-gen batch imagesspotify-player playbacksonoscli speaker controlopenai-whisper transcriptionopenclaw gateway managementhealthcheck security auditdeploy-gate pre-deploy checkdone session wrap-upPlus productivity, smart home, web, browser automation, and 30+ more categories.
All embeddings run locally or on free tiers. Zero API cost.
MacBook Pro for development, iMac for the native gateway, Tailscale network.
claude-opus-4-6100.100.183.111
ai.openclaw.gateway100.92.200.34 · gautams-imacgautams-imac.tail053faf.ts.net:10000
Scheduled agents and system jobs running continuously.
Architecture changes from today's PRs.
is_branch_merged() helper, branch ancestry
detection.