Commit c1f61ab
chore(deps): bump agentfield floor to 0.1.82 (#73)
Picks up the polling-task pause-aware overdue-check fix shipped in
agentfield v0.1.82 (Agent-Field/agentfield#564). v0.1.81 made the
``wait_for_result`` loop pause-aware, but missed the second wallclock
overdue check inside ``_poll_active_executions`` — so a parent waiting
on a child sitting in ``waiting`` for hours still got flipped to
TIMEOUT at exactly the wallclock budget. v0.1.82 attaches the parent
PauseClock to the awaited ExecutionState so both the wait loop and
the polling task read paused-time from the same source.
Bumping the floor (rather than relying on the existing constraint) so
Docker layer caching does not restore the old layer with v0.1.81.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ab58917 commit c1f61ab
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments