Skip to main content

Module registry

Module registry 

Source
Expand description

Runtime registry for constraint channels.

Channels can be added, removed, and reconfigured without recompilation. This is the single mechanism used by ALL domain adapters — finance, agentic, and future domains.

Structs§

ChannelConfig
Per-channel configuration — overrides global CertifierConfig thresholds.
ChannelSummary
Summary of a registered channel (for UI rendering).
ConstraintRegistry
Runtime registry for constraint channels.
RegisteredChannel
A channel registered in the runtime registry.