Module: AgentHarness::Providers::QuotaCheckers
- Defined in:
- lib/agent_harness/providers/quota_checkers/open_router.rb
Overview
Standalone quota-check helpers for backends that do not have a dedicated provider class but can still be queried proactively before a run starts.
Today this hosts the OpenRouter credits lookup, which Paid's runners can
route through even though there is no canonical :openrouter provider
class (it is selected via ProviderRuntime#api_provider). Other backends
that surface through OpenAI-compatible transports but expose their own
balance endpoint belong here too.
Defined Under Namespace
Modules: OpenRouter