Technical docs
Multi-agent operations
Overview
Use this reference when work should move between Alloy AI teammates orchestrated by a workflow.
Discover teammates
Use the teammate-list capability to find active AI teammates and their UUIDs. Workflow delegation requires the target teammate UUID.
Delegate inside a workflow
The `run_employee` step, shown as `Assign AI` in the builder, delegates a unit of work to an AI teammate. The workflow pauses until the teammate finishes, then resumes with the teammate's output. See `workflows.md` for step configuration and data-flow rules.
Continue from the result
After a `run_employee` step or workflow-tool call, use the returned output and read any relevant Alloy Storage artifacts before continuing.