Expand description
Query service - answers questions using memory context.
The query pipeline is:
- Build a
WorkingRepresentationviaRepresentationService(bucketed memories). - Flatten to deduplicated memories with bucket provenance.
- Run phase detection via
nexus_lephase::PhaseAnalyzer(CPU-only, fast). - Build a phase-grouped, lineage-annotated context string.
- Generate an answer via LLM, attaching lineage metadata.
Structs§
Functions§
- introspect_
query - Introspect query ranking decisions without requiring an LLM client.