Pipeline/backend/app
null 5217a70c9f feat(usage): separate limit types — typed limits for output tokens, total tokens, messages (#39)
- Add typed limit fields to RuntimeUsageCurrent: output_token_limit,
  total_token_limit, message_limit with matching pct and source
- Add total_output_tokens and output_tokens_per_minute to burn rate
- _build_current() now computes each pct from matching units only
- Legacy token_limit backfilled from typed limits for backwards compat
- Frontend aggregateRuntimeUsage() tracks typed limits separately
- limit_kind field on predictions indicates which limit drove time-to-limit
2026-05-21 01:43:28 -05:00
..
api feat(usage): fix local window estimation + provider-native windows + pricing updates (#37 #38 #40) 2026-05-21 01:32:59 -05:00
core feat(runtime-usage): add provider usage scrapers as optional local adapters (batch 3, #32) 2026-05-20 20:55:05 -05:00
db fix(db): fix logger calls in schema drift check (standard logging API) 2026-05-20 22:41:15 -05:00
models feat(usage): fix local window estimation + provider-native windows + pricing updates (#37 #38 #40) 2026-05-21 01:32:59 -05:00
schemas feat(usage): separate limit types — typed limits for output tokens, total tokens, messages (#39) 2026-05-21 01:43:28 -05:00
services feat(usage): separate limit types — typed limits for output tokens, total tokens, messages (#39) 2026-05-21 01:43:28 -05:00
__init__.py feat: initialize Pipeline from Mission Control base (v0.0.4) 2026-05-19 01:17:58 -05:00
main.py feat(admin): gateway restart, config edit, logs, provider credentials (batch 6, #35) 2026-05-20 22:03:57 -05:00