Module assembler

Module assembler 

Source
Expand description

Context assembly — turning a ranked candidate list into a bounded snapshot.

The assembler receives ten to twenty candidates and emits three to five facts. Everything it does is subtraction: drop weak matches, drop near-duplicates of the same predicate, and stop at the token budget. A memory block that grows without bound is a latency and a distraction problem, not a helpfulness one.

Structs§

ContextAssembler
Assembles snapshots under a budget.