Skip to content

Comments

V2#8

Merged
sopaco merged 2 commits intomainfrom
v2
Jan 30, 2026
Merged

V2#8
sopaco merged 2 commits intomainfrom
v2

Conversation

@sopaco
Copy link
Owner

@sopaco sopaco commented Jan 30, 2026

No description provided.

Add retry logic with user interaction to resilient agent
```
Switch to StageExecutor to fix LoopAgent termination bug

The previous implementation used SequentialAgent which would terminate
the entire workflow when a LoopAgent called exit_loop(). StageExecutor
isolates each stage's escalate flag so LoopAgents can use ExitLoopTool
without affecting other stages.

Also updated workflow instructions to handle critic
@sopaco sopaco merged commit a7ecba2 into main Jan 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant