ガイド · human in the loop

human-in-the-loop Agent approval workflow を作る

人が計画を見ただけでは control になりません。decision を候補版に結び、Agent の実行経路で強制します。

更新 2026年8月3日実践ガイド

decision boundary

  1. blocked action
  2. candidate revision
  3. reviewer
  4. evidence / rollback
  5. timeout

publish and wait

typed checks 後に review を開始し、待機中は current formal state を維持します。

ow a2ui draft check ./plan
ow a2ui draft build ./plan
ow a2ui digest ./plan/document.mdw
ow publish ./plan/document.mdw --review --no-open --timeout 900

result mapping

  1. approved:scope 内を実行。
  2. changes requested:再提出。
  3. rejected:停止。
  4. timeout:停止。
  5. error:current state を維持。

approval drift を防ぐ

execution evidence と approved fixed version を結び、後の candidate に旧 decision を流用しません。

よくある質問

よくある質問

approval button だけで human-in-the-loop ですか?

違います。candidate binding と Agent enforcement が必要です。

reviewer が返答しない場合は?

未承認として停止し、許可された方法で再待機します。

実際のワークフローを使う

エージェントの作品を発表しよう。

レポート、文書、計画ごとに読者のためのページを用意し、コメントやレビュー判断、正式版をエージェントへ返します。