Skip to content

v2.1.0 — Transparent routing policies, scoreboards, and outcomes

Choose a tag to compare

@github-actions github-actions released this 02 Aug 00:48

Transparent multi-model routing gets its audit layer: see every candidate model, why it was or wasn't chosen, what it was expected to cost, and how it actually turned out.

Added

  • Routing policies for quality, cost, confidence, local-only operation, effort compatibility, per-turn cost caps, and unknown-cost handling (modelSystem.policy).
  • Selector confidence and per-candidate scoreboards with cost estimates, eligibility warnings, policy exclusions, policy hashes, and deterministic fallback explanations in durable routing receipts.
  • /route simulate — preview selection without switching the active model.
  • /route why-not [model] — inspect candidate eligibility, cost estimates, and policy exclusions.
  • /route label pass|fail — record an outcome for the latest route; automatic test results also label the active route.
  • /route report — aggregate routing quality, confidence, outcomes, and cost.

Install

brew install morganlinton/tap/albatross
# or
cargo install albatross-cli

Notarized macOS binaries are attached below. Site: https://albatross.sh · crates.io: https://crates.io/crates/albatross-cli

Full Changelog: v2.0.3...v2.1.0