← 返回
未分类 中文

Nm Conserve Agent Expenditure

Tracks per-agent token usage and flags waste in parallel dispatch
跟踪每个代理的令牌使用情况,标记并行调度中的浪费
athola athola 来源
未分类 clawhub v1.9.12 4 版本 100000 Key: 无需
★ 0
Stars
📥 466
下载
💾 1
安装
4
版本
#latest

概述

> Night Market Skill — ported from claude-night-market/conserve. For the full experience with agents, hooks, and commands, install the Claude Code plugin.

Agent Token Waste Monitoring

When To Use

  • After parallel agent dispatch completes
  • When evaluating whether to increase agent count
  • During retrospectives on agent-heavy workflows
  • When plan-before-large-dispatch rule triggers

When NOT To Use

  • Single-agent workflows (no coordination overhead)
  • During active agent execution (post-hoc analysis)
  • For token budgeting (use token-conservation instead)

Brooks's Law for Agents

Dispatching more agents does not always help. Coordination overhead

grows with agent count:

Agent CountExpected OverheadGuidance
------------------------------------------
1-3NegligibleDispatch freely
4-510-15%Acceptable; plan first
6-820-30%Monitor closely
9+30%+Likely counterproductive

Coordination overhead is measured as shared-file conflicts: concurrent

Read/Write operations on the same file by different agents, as a

percentage of total agent runtime.

Post-Dispatch Review Checklist

After parallel agent runs, evaluate:

  1. Did each agent produce unique findings?
  2. Was total token expenditure proportional to value?
  3. Did any agent duplicate another's work?
  4. Would fewer agents have produced the same result?

If 2+ questions answer no, reduce agent count in future dispatches

of the same type.

Waste Signals

See modules/waste-signals.md for the 5 waste signal categories and

detection criteria.

Cross-References

  • .claude/rules/plan-before-large-dispatch.md for the 4+ agent

planning requirement

  • conserve:token-conservation for session-level token budgeting
  • conjure:agent-teams for dispatch coordination

版本历史

共 4 个版本

  • v1.9.12 当前
    2026-06-19 19:55
  • v1.0.3
    2026-06-09 17:51 安全 安全
  • v1.0.2
    2026-05-09 16:39 安全 安全
  • v1.0.1
    2026-05-07 09:46 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,099 📥 825,910
ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,460 📥 517,965
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,396 📥 322,515