Files
netbird/.github
Maycon Santos cf0c9ca857 [e2e] audit persisted costs with raw SQL against the management store
Add a final verification step to the provider matrix that bypasses the
whole API path: snapshot the combined server's bind-mounted sqlite
store.db (with WAL/SHM sidecars) and run the operator-facing raw SQL
double-check against agent_network_request_usage — recompute each row's
expected cost band from its own token counts (cache bucket bounded by
[all-cache-read, all-cache-write]) using rates hardcoded from the public
price lists, and fail on any row outside the band. Gateway-prefixed model
ids must store cost 0. Each audited row is logged as [sql] so the run
output doubles as a billing report.

Also trigger the Agent Network E2E workflow on pushes to this branch so
every change gets a live matrix run without a manual dispatch.
2026-07-24 06:15:23 +00:00
..
2024-10-30 17:25:02 +01:00