Multi-Agent Coordinator
Category: Agent Standards: HIPAA · AI governance
Coordinate multiple agents for complex workflows
What this node does
- Agent coordination
- Parallel execution
- Consensus building
- Role assignment
How to use
- In the Hydra Builder, open or create a workflow
- In the node palette on the left, find Multi-Agent Coordinator under the Agent category (or use the search bar)
- Drag the node onto the canvas
- Double-click the node to open its configuration dialog
- Fill in the required parameters (see Configuration below)
- Connect the Coordination Task and Shared Context input port from an upstream node
- Connect the Agent Results and Consensus Output output to the next node downstream
Inputs
| Port | Type | Required | Description |
|---|---|---|---|
| Coordination Task | text | ✓ | Plain text string |
| Shared Context | json | ✓ | JSON data object |
Outputs
| Port | Type | Description |
|---|---|---|
| Agent Results | json | JSON data object |
| Consensus Output | json | JSON data object |
Configuration
Open the configuration dialog by double-clicking the Multi-Agent Coordinator node on the canvas.
| Parameter | What to enter |
|---|---|
agents | Configure agents in the node settings |
coordinationMode | Configure coordinationMode in the node settings |
consensusThreshold | Configure consensusThreshold in the node settings |
When to use this node
- Complex clinical reasoning
- Multi-specialty review
- Distributed processing
Need help configuring this node?
Go to Settings → Connectors to set up the connection this node depends on, then reference the connector ID in the node configuration dialog.