- 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
71 lines
3.1 KiB
JSON
71 lines
3.1 KiB
JSON
{
|
|
"schemaVersion": "1.0",
|
|
"updated": "2026-02-15",
|
|
"agents": {
|
|
"tech-lead": {
|
|
"port": 18804,
|
|
"model": "anthropic/claude-opus-4-6",
|
|
"capabilities": ["fea-review", "design-decisions", "technical-analysis", "material-selection", "requirements-validation", "trade-studies"],
|
|
"strengths": "Deep reasoning, technical judgment, complex analysis",
|
|
"limitations": "Slow (Opus), expensive — use for high-value decisions",
|
|
"channels": ["#hq", "#technical"]
|
|
},
|
|
"webster": {
|
|
"port": 18828,
|
|
"model": "google/gemini-2.5-pro",
|
|
"capabilities": ["web-research", "literature-review", "data-lookup", "supplier-search", "standards-lookup"],
|
|
"strengths": "Fast research, broad knowledge, web access",
|
|
"limitations": "No deep technical judgment — finds data, doesn't evaluate it",
|
|
"channels": ["#hq", "#research"]
|
|
},
|
|
"optimizer": {
|
|
"port": 18816,
|
|
"model": "anthropic/claude-sonnet-4-20250514",
|
|
"capabilities": ["optimization-setup", "parameter-studies", "objective-definition", "constraint-formulation", "sensitivity-analysis"],
|
|
"strengths": "Optimization methodology, mathematical formulation, DOE",
|
|
"limitations": "Needs clear problem definition",
|
|
"channels": ["#hq", "#optimization"]
|
|
},
|
|
"study-builder": {
|
|
"port": 18820,
|
|
"model": "anthropic/claude-sonnet-4-20250514",
|
|
"capabilities": ["study-configuration", "doe-setup", "batch-generation", "parameter-sweeps"],
|
|
"strengths": "Translating optimization plans into executable configs",
|
|
"limitations": "Needs optimizer's plan as input",
|
|
"channels": ["#hq", "#optimization"]
|
|
},
|
|
"nx-expert": {
|
|
"port": 18824,
|
|
"model": "anthropic/claude-sonnet-4-20250514",
|
|
"capabilities": ["nx-operations", "mesh-generation", "boundary-conditions", "nastran-setup", "post-processing"],
|
|
"strengths": "NX/Simcenter expertise, FEA model setup",
|
|
"limitations": "Needs clear instructions",
|
|
"channels": ["#hq", "#nx-work"]
|
|
},
|
|
"auditor": {
|
|
"port": 18812,
|
|
"model": "anthropic/claude-opus-4-6",
|
|
"capabilities": ["quality-review", "compliance-check", "methodology-audit", "assumption-validation", "report-review"],
|
|
"strengths": "Critical eye, finds gaps and errors",
|
|
"limitations": "Reviews work, doesn't create it",
|
|
"channels": ["#hq", "#quality"]
|
|
},
|
|
"secretary": {
|
|
"port": 18808,
|
|
"model": "google/gemini-2.5-flash",
|
|
"capabilities": ["meeting-notes", "status-reports", "documentation", "scheduling", "action-tracking"],
|
|
"strengths": "Fast, cheap, good at summarization and admin",
|
|
"limitations": "Not for technical work",
|
|
"channels": ["#hq", "#admin"]
|
|
},
|
|
"manager": {
|
|
"port": 18800,
|
|
"model": "anthropic/claude-opus-4-6",
|
|
"capabilities": ["orchestration", "project-planning", "task-decomposition", "workflow-execution"],
|
|
"strengths": "Strategic thinking, orchestration, synthesis",
|
|
"limitations": "Should not do technical work — delegates everything",
|
|
"channels": ["#hq"]
|
|
}
|
|
}
|
|
}
|