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;
- credit entitlement;
- privacy and redaction policy;
- payment/procurement policy;
- route availability.
Outcomes
| Outcome | Meaning |
|---|---|
| callable route | execution may proceed after immediate preflight checks |
| abstention | PubFi should not select a route from available evidence |
| unsupported | request is outside current product boundary |
| procurement preview | demand exists, but supplier/commercial review is required |
| contract-ready | schema shape exists, but live routeability is not promised |