ralph_loop_start
Start an iterative expert loop to delegate a task to a selected specialist, refining output through repeated consultations until a completion promise is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expert | No | 작업에 사용할 전문가 (기본: strategist) | strategist |
| prompt | Yes | 작업 내용 (최소 10자) | |
| context | No | 추가 컨텍스트 정보 | |
| max_iterations | No | 최대 반복 횟수 (기본: 10, 최대: 50) | |
| completion_promise | No | 완료 시 출력할 프라미스 텍스트 (기본: "DONE") | DONE |