가이드 · human in the loop

human-in-the-loop Agent 승인 워크플로 만들기

사람이 계획을 봤다고 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: 범위 내 실행
  2. changes requested: 재제출
  3. rejected: 중단
  4. timeout: 중단
  5. error: current state 유지

approval drift 방지

execution evidence와 approved fixed version을 연결하고 후속 candidate에 이전 decision을 재사용하지 않습니다.

FAQ

자주 묻는 질문

approval 버튼만 있으면 human-in-the-loop인가요?

아닙니다. candidate binding과 Agent enforcement가 필요합니다.

리뷰어가 답하지 않으면?

미승인으로 멈추고 허용된 방식으로 다시 기다립니다.

실제 워크플로 사용

에이전트가 만든 작품을 발표하세요.

리포트, 문서, 계획마다 독자를 위한 페이지를 만들고 코멘트, 검토 결정, 공식 개정을 에이전트에게 돌려보내세요.