feat(runtime): graduated wrap-up warnings, budget reserve, and interactive budget pause/continue (#893)

Co-authored-by: Ahmed Allam <ahmed39652003@gmail.com>
This commit is contained in:
devin-ai-integration[bot]
2026-07-26 20:37:14 -07:00
committed by GitHub
co-authored by Ahmed Allam
parent 47617969d3
commit c55a8fa4ba
12 changed files with 1628 additions and 54 deletions
+2
View File
@@ -253,6 +253,8 @@ async def finish_scan(
parent_id = inner.get("parent_id")
if coordinator is not None and parent_id is None and me is not None:
active_agents = await coordinator.active_agents_except(me)
if active_agents and coordinator.reserve_stopped:
active_agents = []
else:
active_agents = []