Route Planning
Route planning turns an agent data need into a route decision, candidate list, rejection, abstention, or procurement preview.Default Flow
- Normalize the request into a route intent.
- Retrieve source and capability candidates.
- Apply hard filters before ranking.
- Score remaining candidates with deterministic evidence.
- Preserve optional semantic/model scores as diagnostics, not hidden authority.
- Return an explainable plan.
- Execute only if the selected route is supported and callable.
Example Intent
Hard Filters
Hard filters can include:- supported capability id;
- required chain or network;
- configured provider credential;
- source freshness;
- caller API-key scope;
- active billing admission and sufficient request allocation;
- privacy and redaction policy;
- payment/procurement policy;
- route availability.