cli-resilience

Featured

Inspect and manage circuit-breaker states, connection cooldowns, quota limits, and backoff levels from the CLI. Reset stuck providers and configure resilience thresholds.

AI & Automation 64,625 stars 9032 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten --> ## Overview Inspect and manage circuit-breaker states, connection cooldowns, quota limits, and backoff levels from the CLI. Reset stuck providers and configure resilience thresholds. ## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` ## Subcommands ### `quota` **Flags:** - `--provider <id>` - `--json` **Example:** ```bash omniroute quota ``` ### `quota status` Show truthful OmniRoute gateway, quota, pool, and circuit state **Example:** ```bash omniroute quota status ``` ### `quota preview` Preview allocation enforcement without an upstream request **Flags:** - `--tokens <n>` **Example:** ```bash omniroute quota preview ``` ### `quota ensure <json>` Idempotently create or update a quota pool from a JSON object **Example:** ```bash omniroute quota ensure <json> ``` ### `resilience` **Example:** ```bash omniroute resilience ``` ### `resilience status` **Flags:** - `--provider <p>` **Example:** ```bash omniroute resilience status ``` ### `resilience breakers` **Flags:** - `--provider <p>` **Example:** ```bash omniroute resilience breakers ``` ### `resilience cooldowns` **Flags:** - `--provider <p>` - `--connection-id <id>` **Example:** ```bash omniroute resilience cooldowns ``` ### `resilience lockouts` **Flags:** - `--provider <p>` - `--model <m>` **Example:** ```bash omniroute resilience lockouts ```...

Details

Author
diegosouzapw
Repository
diegosouzapw/OmniRoute
Created
7 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category