Skip to main content

Module token_maxing_api

Module token_maxing_api 

Source
Expand description

TokenMaxing facade — exposes the QuotaTracker (status/report) and the TokenMaxer (start/stop/status/sessions) to the HTTP API and Web UI (RFC-031 §9).

The single live tracker and maxer are constructed once at boot (src/kernel.rs) and shared here, so the API, UI, and orchestrator all reach the same instances.

Structs§

TokenMaxingApi
KernelHandle facade for token-maxing (RFC-031).