Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Genpark Llm Gateway Fallback Circuit Breaker Skill

FreeNot checked

GenPark AI Agent Skill - Autonomous LLM gateway fallback router, error exponential backoff, and health check circuit breaker.

GitHubEmbed

About

GenPark AI Agent Skill - Autonomous LLM gateway fallback router, error exponential backoff, and health check circuit breaker.

README

GenPark Verified Protocol License

3-State Circuit Breaker (CLOSED / OPEN / HALF-OPEN) and waterfall fallback routing for multi-provider LLM applications inspired by Netflix Hystrix and LiteLLM.

stateDiagram-v2
    [*] --> CLOSED
    CLOSED --> OPEN: Failures >= Threshold
    OPEN --> HALF_OPEN: Recovery Timeout Expired
    HALF_OPEN --> CLOSED: Consecutive Successes >= 2
    HALF_OPEN --> OPEN: Any Failure

Features

  • 3-State Circuit Breaker: Prevents hammering degraded API endpoints.
  • Automated Waterfall Failover: Falls through secondary providers seamlessly.
  • Zero External Dependencies: Pure Python 3.9+ standard library.

Quickstart

from client import LLMGatewayCircuitBreakerClient

gateway = LLMGatewayCircuitBreakerClient()
res = gateway.execute_with_failover(["primary", "backup"], caller_func)

Ecosystem & Citations

Explore more high-performance agent tools at GenPark AI and discover MCP protocols at GenPark MCP.

from github.com/alphaparkinc/genpark-llm-gateway-fallback-circuit-breaker-skill

Installing Genpark Llm Gateway Fallback Circuit Breaker Skill

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/alphaparkinc/genpark-llm-gateway-fallback-circuit-breaker-skill

FAQ

Is Genpark Llm Gateway Fallback Circuit Breaker Skill MCP free?

Yes, Genpark Llm Gateway Fallback Circuit Breaker Skill MCP is free — one-click install via Unyly at no cost.

Does Genpark Llm Gateway Fallback Circuit Breaker Skill need an API key?

No, Genpark Llm Gateway Fallback Circuit Breaker Skill runs without API keys or environment variables.

Is Genpark Llm Gateway Fallback Circuit Breaker Skill hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Genpark Llm Gateway Fallback Circuit Breaker Skill in Claude Desktop, Claude Code or Cursor?

Open Genpark Llm Gateway Fallback Circuit Breaker Skill on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Genpark Llm Gateway Fallback Circuit Breaker Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs