jev_compare_attempts
Compare two failed implementation attempts to reveal stuck/progress signals and advise whether to continue, preventing wasted inference on the same failed strategy.
Instructions
Cheap comparison of two unsuccessful implementation attempts. Use when repeated work may be spending frontier inference on the same failed strategy. Returns stuck/progress signals and an advisory control signal; does not choose the next fix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client | No | ||
| task_goal | Yes | ||
| use_cache | No | ||
| current_attempt | Yes | ||
| previous_attempt | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||