agent_route
Log a routing decision (task -> agent) and get a routing_id for correlating outcomes. Pairs with dispatch_send for delivery and agent_dispatch_result for completion.
Instructions
Record a routing decision — "this task goes to that agent" — in the fleet's routing_decisions ledger and return a routing_id for correlating the eventual outcome. Does NOT start or notify the target agent: pair with dispatch_send to actually deliver the work, and report completion via agent_dispatch_result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| app_id | Yes | ||
| context | No | ||
| target_agent | Yes |