‹ 首页

agent-system-stability-ops

@mahsumaktas · 收录于 1 周前 · 上游提交 4 个月前

Audit and harden AgentSystem scheduler reliability, cron contract compliance, and agent consistency. Use when bots skip jobs, show timeout spikes, leak raw logs, or run with wrong agent identity/session.

适合你,如果Agent定时任务频繁跳过、超时或日志泄露

/ 通过 npx 安装 校验哈希
npx oh-my-skill add mahsumaktas/agent-evolution-kit/agent-system-stability-ops
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- mahsumaktas/agent-evolution-kit/agent-system-stability-ops
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify mahsumaktas/agent-evolution-kit/agent-system-stability-ops
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
1GitHub stars
~321上下文体积 · 单文件
索引托管

怎么用

商店整理自技能原文 · 版本 c599c87 · 表述以原文为准
它做什么

装上后,Claude 会检查调度器可靠性、cron 合约合规性和代理一致性,并生成健康报告。

什么时候触发

当机器人跳过任务、超时飙升、泄露原始日志或使用错误的代理身份/会话时触发。

装好后可以这样说
执行 reliability_audit.py 脚本。
运行 cron 审计脚本。
执行 cron-health-monitor.sh。
技能原文 SKILL.md作者撰写 · MIT · c599c87

AgentSystem Stability Ops

Run fast reliability checks before changing cron/model/memory behavior.

Quick Start
  1. Run reliability audit:
python3 scripts/reliability_audit.py --hours 24
  1. Run scheduler contract audit:
bash ~/.agent-evolution/scripts/agent-system-cron-audit.sh --json
  1. Regenerate health report:
bash ~/scripts/cron-health-monitor.sh
Workflow
  1. Check scheduler contract first.

If isolated + payload.kind != agentTurn exists, fix or remove those jobs before any other tuning.

  1. Check agent consistency.

If runAgent != job.agentId, treat as high severity and verify session routing + explicit agentId for every enabled job.

  1. Check failure quality.

Separate transport/provider failures from logic failures. Timeout-heavy clusters usually require timeout/model/prompt changes, not blind retries.

  1. Enforce output hygiene.

Any summary containing raw tool logs (Exec, stack trace, raw JSON) is a regression.

  1. Re-run audits after changes.

Do not declare stable until the last 6-12h window has zero contract violations and zero agent mismatches.

Resources
  • scripts/reliability_audit.py: Computes reliability metrics from jobs.json + run logs.
  • references/runbook.md: Safe remediation order and command cookbook.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。