Skip to main content

query_introspection

Function query_introspection 

Source
pub async fn query_introspection(
    __arg0: State<Arc<RwLock<AppState>>>,
    __arg1: Query<QueryIntrospectionQueryParams>,
) -> Result<Json<QueryIntrospectionResponse>>
Expand description

GET /api/cognition/query-introspection — ranking decision introspection.

Purely structural analysis (no LLM calls). Returns included/excluded memories with per-memory signals, bucket stats, and relevant reflections. Works without agent supervisor enabled.