Add watchdogs for hanging runtime paths#48
Open
exe-dev-github-integration[bot] wants to merge 1 commit into
Open
Add watchdogs for hanging runtime paths#48exe-dev-github-integration[bot] wants to merge 1 commit into
exe-dev-github-integration[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification
Note: branch was rebuilt on rewritten latest main and is one commit over origin/main.
Summary by cubic
Adds watchdogs and real cancellation across LLM, MCP, browser, and Python worker paths to prevent hangs and surface timeouts clearly. Also tightens file safety in
apply_patchandview_image.New Features
browser-use-llm): request open timeout (120s) and stream idle timeout (300s) with clear transport errors.browser-use-agent): bounded notification send, per-request reply timeout, and timed error replies on unknown methods.browser-use-agent,browser-use-browser): outer watchdogs for command/execute/observe/cancel, cancel-aware blocking task, and CDP connect deadline (10s).browser-use-python-worker): default tool timeout (120s), bounded request writes with kill/restart on write hang, stale-response filtering, and stderr nulled.browser-use-agent): caller cancellation is threaded into summarize with backoff respecting cancel.Bug Fixes
apply_patchandview_image: reject non-regular files before IO;view_imageenforces inline size limit up front.Written for commit d948195. Summary will update on new commits.