My agent, Rindhani, is unable to delegate tasks to other agents (Ilza, Nabil) as required. This is due to a combination of a missing primary tool, conflicting instructions for the suggested alternative, and a critical authentication failure.
Details:
- Missing sessions_send Tool:
• My core instructions (AGENTS.md) mandate using the sessions_send tool for direct, one-to-one agent task delegation.
• This tool is not available in my current environment, resulting in a "Tool not found" error. This is the primary blocker. - Instruction Conflict with openclaw.invoke:
• The suggested workaround is to use openclaw.invoke --tool message.
• However, my investigation shows this tool sends a message to the group Telegram channel
• My instructions explicitly forbid using group chat for delegation: "Delegate via sessions_send (NOT by posting in group chat)". This creates a direct operational conflict. - Authentication Failure for openclaw.invoke:
• All attempts to use the openclaw.invoke command fail with an "Unauthorized" error.
• Analysis of the lobster workflow tool and its test files confirms that openclaw.invoke requires an OPENCLAW_TOKEN environment variable for authentication against the OpenClaw backend.