session_cognitive_route
Route cognitive session states to nearest semantic concepts using policy-gated thresholds. Generates explainable recall decisions with confidence metrics, ambiguity detection, and convergence analysis for state transitions.
Instructions
Resolve an HDC compositional state into a nearest semantic concept with policy-gated routing. Returns concept, confidence, distance, ambiguity, convergence steps, and route outcome. Use this for explainable cognitive recall decisions in v6.5.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project identifier. | |
| state | Yes | Current state concept key (e.g. 'State:ActiveSession'). | |
| role | Yes | Role concept key used for transition binding. | |
| action | Yes | Action concept key used for transition binding. | |
| fallback_threshold | No | Optional route fallback threshold override (0 <= fallback < clarify <= 1). | |
| clarify_threshold | No | Optional route clarify threshold override (0 <= fallback < clarify <= 1). | |
| explain | No | If true, include expanded explainability details in the response. Default: true. |