@talocode/retrylane
v0.1.0
Published
Tool-call reliability for agents — retries, backoff, circuit breakers, and failure classification
Maintainers
Readme
RetryLane
Tool-call reliability for agents — classify failures, plan retries with backoff/jitter, and trip circuit breakers.
Part of Talocode. Hosted at /v1/retrylane/*.
| | |
|--|--|
| npm | npm install @talocode/retrylane |
| CLI | retrylane |
| Cloud | https://api.talocode.site/v1/retrylane/* |
| Auth | TALOCODE_API_KEY |
| Repo | https://github.com/talocode/retrylane |
| License | MIT |
Why RetryLane?
Agents retry the same broken call forever. RetryLane makes reliability an explicit product: classification, policy, and circuits — no LLM.
Install
npm install @talocode/retrylane
# PyPI later: pip install talocode-retrylaneUsage
import { planRetry, withRetry, recordCircuitFailure, allowCircuitCall } from "@talocode/retrylane"
const plan = planRetry({ attempt: 1, status: 503 })
const gate = allowCircuitCall("tools.search")Talocode ecosystem
| Project | Role | |---------|------| | RetryLane | Tool retries & circuit breakers | | PromptLane | Prompt versioning & feedback | | EvalLane | Assertion eval suites | | PolicyLane | Allow/deny + redaction | | VerifyLane | Deterministic code verification | | TraceLane | Agent run tracing | | HandoffLane | Schema handoffs | | StyleLane | Constitution packs | | SearchLane | Agent web search | | StackLane | Cloud keys & credits |
More: github.com/talocode · docs.talocode.site
License
MIT © Talocode
