Skip to content

agent-resilience v0.1.0

Latest

Choose a tag to compare

@Musyg Musyg released this 13 Aug 13:11
dffd03f

First public release of the standalone resilience primitives.

  • Circuit breaker with registry, sync/async protection, and optional Redis persistence
  • Redis-backed priority queue with scheduling, retries, and DLQ replay
  • Offline MQTT message buffering and reconnect flushing
  • 17 unit tests across Python 3.11, 3.12, 3.13, and 3.14
  • Source and wheel distribution builds verified in CI

Install from the tagged GitHub source as documented in the README.