feat(plugins): add arsenal-reliability — production reliability patterns for LLM agents#41837
Closed
darshjme wants to merge 2 commits intoanthropics:mainfrom
Closed
feat(plugins): add arsenal-reliability — production reliability patterns for LLM agents#41837darshjme wants to merge 2 commits intoanthropics:mainfrom
darshjme wants to merge 2 commits intoanthropics:mainfrom
Conversation
added 2 commits
April 1, 2026 11:45
…rns for LLM agents Adds 6 skills for production-grade LLM agent reliability: - /arsenal-circuit-break: fail fast with kavacha circuit breaker - /arsenal-retry: exponential backoff + jitter with punarjanma - /arsenal-trace: distributed tracing with anusarana - /arsenal-validate: output schema validation with pariksha - /arsenal-rate-limit: rate limiting with maryada - /arsenal-audit: full reliability audit of existing agent code Arsenal: 100 Python libraries, 4375 tests, zero external dependencies, MIT. https://github.com/darshjme/arsenal
…rns for LLM agents Adds 6 skills for production-grade LLM agent reliability: - /arsenal-circuit-break: kavacha circuit breaker - /arsenal-retry: punarjanma retry + jitter - /arsenal-trace: anusarana distributed tracing - /arsenal-validate: pariksha output validation - /arsenal-rate-limit: maryada rate limiting - /arsenal-audit: full reliability audit Arsenal: 100 libs, 4375 tests, zero deps, MIT. https://github.com/darshjme/arsenal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the arsenal-reliability plugin — 6 specialized skills for adding production-grade reliability patterns to LLM agent code.
Skills Added
/arsenal-circuit-break/arsenal-retry/arsenal-trace/arsenal-validate/arsenal-rate-limit/arsenal-auditWhy
Every production LLM agent hits these failure modes. Arsenal provides zero-dependency, MIT-licensed primitives for each one.
100 libraries. 4,375 tests. Zero external dependencies.
https://github.com/darshjme/arsenal