← 返回
未分类 中文

Rate Limit Guard

Prevent 429 retry loops and wasted tokens. Use before expensive API calls or after hitting rate limits. Enforces preflight checks, backoff, and context shrin...
防止429重试循环和令牌浪费。在昂贵的API调用前或触发速率限制后使用。强制执行预检、退避和上下文收缩。
dodge1218
未分类 clawhub v1.0.0 1 版本 99780.2 Key: 无需
★ 0
Stars
📥 454
下载
💾 0
安装
1
版本
#agent-intelligence#latest#reliability

概述

Rate Limit Guard

Before Expensive Calls

Check: provider/model, recent failures, concurrency, context size.

On 429

  1. Set concurrency to 1.
  2. Stop parallel retries.
  3. Shrink context.
  4. Send one minimal probe.
  5. Back off (exponential).

Rules

  • Never retry a giant request unchanged.
  • Never fallback-spam premium providers.
  • Batch corpus work in 10–20 item chunks.

Output

Next action: proceed / recovery mode / pause.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 08:07 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Spawner

dodge1218
用于需要文件编辑、构建或长时间运行的独立任务,适合工作负荷过重而无法内联执行的情况。不适用于快速...
★ 0 📥 426

Task Extractor

dodge1218
从单条用户消息中提取、追踪并核实多个任务的完成情况。适用于消息包含3个或以上可操作项或混合多个不相关内容的情况。
★ 0 📥 427

Auto Improve

dodge1218
Self-improvement loop that reads learnings, errors, and memory — detects patterns — and updates skills/protocols automat
★ 0 📥 429