Documentation
README
CAO Supervisor Protocols
Use this skill when supervising worker agents through CLI Agent Orchestrator.
This skill covers how supervisors should dispatch work, decide between assign and handoff, and receive worker results without blocking inbox delivery.
Core MCP Tools
From cao-mcp-server, supervisors orchestrate work with:
assign(agent_profile, message)for asynchronous work that returns immediatelyhandoff(agent_profile, message)for synchronous work that blocks until the worker finishessend_message(message, receiver_id=None)for direct messages —receiver_iddefaults to the terminal that created yours via handoff/assignanswer_user_prompt(terminal_id, answer)for answering a Hermes worker that reportswaiting_user_answer
This is the opening of the README. Read the full README on GitHub.