CLI¶
Route¶
compitum route --prompt "..." [--constraints configs/constraints_us_default.yaml] \
[--defaults configs/router_defaults.yaml] [--verbose | --trace]
--verbose: prints the full routing certificate JSON.--trace: prints the full certificate with process signals (constraints, boundary, drift, utility components).
The concise output includes only model and U.
Annotated Trace Examples¶
Example 1: Boundary case with high entropy and low gap
compitum route --prompt "Prove AM-GM for two variables." --trace
Interpretation guide:
utility_components: quality, latency, and cost contributions before constraintsconstraints:feasible, approximate shadow prices (diagnostic)boundary:gap,entropy,sigmadiagnosticsdrift: trust radius and EMA flags
Example 2: Clear winner with strong utility gap
compitum route --prompt "Summarize the plot of Pride and Prejudice." --trace
Notes:
Use
--constraints/--defaultsto point at custom configs.Add
--seedto match synthetic demo fitting deterministically.