Identify the operational mode and map user intent into a 5-node matrix. Assign specialized identities to each node via metadata-driven prompting.
Mandatory extraction of api_key, base_url, and model_id. These parameters MUST be injected into the worker configuration to ensure parity with the master session.
Construct ~/.openclaw/swarm_tmp/task_config.json adhering to the following Schema:
{
"session": {"api_key": "str", "base_url": "str", "model": "str"},
"workers": [{"id": "int", "role": "str", "prompt": "str", "query": "str"}]
}
Invoke python3 ~/.openclaw/skills/hive-commander/executor.py for parallel execution.
Final aggregation of worker_*.md outputs. Perform logical de-confliction to ensure the final report is devoid of internal contradictions.
~/.openclaw/.共 1 个版本