Expand description
Marginal Information Gate (#1308).
Checks whether a tool response provides enough new information to justify delivery to the model. Based on COMI’s MIG principle (arXiv 2602.01719): content should only be delivered if its information gain relative to what’s already in context exceeds a threshold.
Structs§
- Gate
Config - Configuration for the marginal information gate.
Enums§
- Gate
Decision - MIG decision.
Functions§
- check_
information_ gain - Check whether
responseprovides sufficient new information givenalready_deliveredcontent chunks. - suppression_
stub - Format a suppression stub when the gate blocks delivery.