continuous-agent-loop

Solid

具有质量门、评估和恢复控制的连续自主代理循环模式。

AI & Automation 201,447 stars 30903 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
28
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 持续代理循环 这是 v1.8+ 的规范循环技能名称。它在保持一个发布版本的兼容性的同时,取代了 `autonomous-loops`。 ## 循环选择流程 ```text Start | +-- 需要严格的 CI/PR 控制? -- yes --> continuous-pr | +-- 需要 RFC 分解? -- yes --> rfc-dag | +-- 需要探索性并行生成? -- yes --> infinite | +-- default --> sequential ``` ## 组合模式 推荐的生产栈: 1. RFC 分解 (`ralphinho-rfc-pipeline`) 2. 质量门 (`plankton-code-quality` + `/quality-gate`) 3. 评估循环 (`eval-harness`) 4. 会话持久化 (`nanoclaw-repl`) ## 故障模式 * 循环空转,没有可衡量的进展 * 因相同根本原因而重复重试 * 合并队列停滞 * 无限制升级导致的成本漂移 ## 恢复 * 冻结循环 * 运行 `/harness-audit` * 将范围缩小到失败单元 * 使用明确的验收标准重放

Details

Author
affaan-m
Repository
affaan-m/everything-claude-code
Created
4 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

autonomous-loops

自主Claude代码循环的模式与架构——从简单的顺序管道到基于RFC的多智能体有向无环图系统。

201,447 Updated yesterday
affaan-m
AI & Automation Listed

autonomous-loop-patterns

This skill consolidates autonomous AI agent loop patterns: the Ralph Wiggum exit-code-2 pattern, our manage-loop (manage-continuation.json + manage-loop-hook.py), grind-loop.sh supervisor, completion detection strategies, safety caps, stall detection, and the tradeoffs between simple loops and sophisticated orchestration. Use when designing or debugging autonomous agent loops, choosing between loop approaches, or implementing safety limits. Do NOT use for choosing which command to run (use ai-coding-agents) or for task management (use linear).

0 Updated 6 days ago
jacob-balslev
AI & Automation Listed

autonomous-loop-patterns

Use when designing, reviewing, or debugging an autonomous AI agent loop: repeated agent execution, completion signals, checkpoints, supervisor respawn, stall detection, safety caps, and human handoff rules. Covers the core loop patterns from simple bounded runs through sentinel-based continuation, checkpoint-resume, and external supervisor loops. Do NOT use for choosing a specific agent product command (use agent-engineering or the product's docs), writing ordinary task instructions (use prompt-craft), or optimizing individual tool calls (use tool-call-strategy).

0 Updated 6 days ago
jacob-balslev
AI & Automation Listed

autonomous-loops

Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.

0 Updated 2 days ago
goharabbas321
AI & Automation Solid

agent-loop

Detect requests for iterative autonomous agent loops and route to the appropriate loop executor

142 Updated yesterday
jmagly