Route to Agent
neuroverse_routeRoute tasks to any registered agent via HTTP, providing a task description and optional payload for execution.
Instructions
Route a task to a registered downstream agent via HTTP.
Args:
target_agent (string): Name of the agent
task (string): Task description
payload (object): Arbitrary payload
Returns: JSON with the agent's response or a fallback error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Task description to send | |
| payload | No | Arbitrary payload for the target | |
| target_agent | Yes | Name of the registered agent |