agent_route
Record a routing decision that assigns a task to a target agent, returning a routing_id to correlate the outcome. Pair with dispatch_send to deliver work 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 |