Run a full Discord-based delegation loop between two OpenClaw bots on different PCs/gateways.
Treat the second bot as an external worker, not as an internal session.
Do not use same-gateway assumptions like sessions_send, local subagents, or same-process routing.
A complete delegation flow should include all of these stages:
If only steps 1-2 are working, the setup is incomplete.
Use a protocol namespace that matches the worker lane.
Examples:
[MAC_TASK], [MAC_STATUS], [MAC_DONE][KAI_TASK], [KAI_STATUS], [KAI_DONE]Do not mix worker identity and protocol prefix unless you are intentionally keeping a legacy compatibility layer.
references/setup-checklist.mdreferences/operating-modes.mdreferences/full-process.mdreferences/macjini-rollout.mdreferences/diagnosis.mdRead references/diagnosis.md.
If the worker bot responds in DM but not in server channels, first assume a guild-channel inbound policy issue.
For groupPolicy: allowlist, explicitly add the target guild/channel under guilds, then re-test channel-based worker intake before falling back.
共 1 个版本