Skills Artificial Intelligence Continuous Agent Loop Control Pattern

Continuous Agent Loop Control Pattern

v20260704
continuous-agent-loop
This pattern defines a robust, continuous loop structure for autonomous agents. It integrates crucial components like quality gates, evaluation harnesses, and explicit recovery controls. It guides complex workflows by defining decision paths (e.g., PR control, RFC decomposition) and includes strategies to mitigate common failure modes such as infinite loop churn or cost drift, ensuring measurable progress in autonomous systems.
Get Skill
270 downloads
Overview

継続的エージェントループ

これはv1.8+の標準ループスキル名です。1リリースの間、autonomous-loopsとの互換性を保ちながら置き換えます。

ループ選択フロー

Start
  |
  +-- Need strict CI/PR control? -- yes --> continuous-pr
  |
  +-- Need RFC decomposition? -- yes --> rfc-dag
  |
  +-- Need exploratory parallel generation? -- yes --> infinite
  |
  +-- default --> sequential

組み合わせパターン

推奨される本番スタック:

  1. RFC分解(ralphinho-rfc-pipeline
  2. 品質ゲート(plankton-code-quality + /quality-gate
  3. 評価ループ(eval-harness
  4. セッション永続化(nanoclaw-repl

失敗モード

  • 測定可能な進捗なしのループチャーン
  • 同じ根本原因での繰り返しリトライ
  • マージキューの停止
  • 無制限のエスカレーションによるコストドリフト

リカバリー

  • ループを凍結する
  • /harness-auditを実行する
  • スコープを失敗ユニットに縮小する
  • 明示的な受け入れ基準でリプレイする
Info
Name continuous-agent-loop
Version v20260704
Size 1.3KB
Updated At 2026-07-09
Language