loop-operator
仓库创建 2026年4月15日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
适合需要稳定长期自治运行的系统,防止死循环与卡顿。
▸ 风险提示
可能触发自动干预或外部调用,需谨慎授予执行权限
这个 Skill 做什么
监控并恢复自治多代理循环,检测阻塞、超时并安全干预。
监控自治多代理的循环执行,发现停滞、超时或死锁时能自动干预、重试或上报,保证整体能持续推进。在 Orchestrator 无需人工门控、让代理自主运行的路径里常用,用来防止任务挂起或无限等待。特点是有健康检测、决策日志和安全干预机制,既能修复也能做可审计的升级。
▸ 展开 SKILL.md 英文原文
Supervise an autonomous multi-agent loop, detecting stalls, managing timeouts, and performing safe interventions when agents are blocked or slow. Monitor agent health, log decisions, and escalate issues. Use this in the Orchestrator parallel path to ensure the autonomous loop makes progress and doesn't deadlock or hang.
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.agents/skills/loop-operator/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.agents/skills/loop-operator/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Loop Operator — autonomous loop supervision and recovery A guardian process that monitors the Orchestrator's autonomous loop for stalls, timeouts, and deadlocks. Detects problems and intervenes safely. ## When to use - **Orchestrator is running autonomously** (no human `/agent squad` gate). - You want **health monitoring** and **automatic recovery** from stalls. - Agent tasks may hang, timeout, or deadlock; intervention required. ## Responsibilities ### 1. Health monitoring Periodically check: - **Task queue progress:** Is the next task moving forward, or stuck in `[in_progress]`? - **Agent responsiveness:** Has the agent emitted a status update in the last N minutes? - **Resource
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有