jev_should_nudge_continuation
Check if an autonomous agent paused prematurely and decide whether to nudge it to continue. Vetoes nudges when waiting for user input or when previous nudges yielded no progress.
Instructions
Evaluates whether an autonomous agent paused prematurely with unfinished work or unverified changes (Workflow phases: research, ask, plan, execute, verify, complete + CommandCode Jev Nudge protocol). Vetoes nudges when waiting on user permission/input or when the previous nudge produced no progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threshold | No | Optional probability threshold for nudge/waiting/progress (default: 0.5). | |
| transcript_tail | Yes | Recent agent transcript tail or turn output. | |
| previous_nudge_summary | No | Optional summary of the previous nudge to check if real progress was made. |