Skip to main content

Module radar

Module radar 

Source
Expand description

Ranked retrieval of Atelier code/memory hints from an indexed corpus.

Structs§

RadarChunk
Chunk from the F1 constellation index that can be ranked by Radar.
RadarError
Error returned when a Radar index or query cannot be ranked.
RadarHint
Ranked, confidence-scored hint for an Atelier operation.
RadarIndex
F1 chunks available to Radar.
RadarQuery
Query for ranked Atelier hints.
RadarReport
Radar retrieval result.
SourceSpan
Source location owned by a sibling checkout.

Functions§

retrieve_radar_hints
Retrieves ranked hints by applying F2 nearest-neighbor ordering and F4 confidence.

Type Aliases§

RadarResult
Result alias for Radar operations.