Feature/autonomous browser UI 5216869967742627929#232
Open
Ig0tU wants to merge 4 commits intoaskui:mainfrom
Open
Feature/autonomous browser UI 5216869967742627929#232Ig0tU wants to merge 4 commits intoaskui:mainfrom
Ig0tU wants to merge 4 commits intoaskui:mainfrom
Conversation
- Updated `WebVisionAgent` constructor with browser configuration options. - Added `solve_common_hurdles` method for heuristic-based UI recovery. - Implemented a new `askui.browser` package with CLI and FastAPI-based Web UI. - Enabled remote control (click, type) and LLM-instructed actions in the UI. - Integrated workflow recording and replay using `Scenario` models. - Added a dedicated Web MCP server to the Chat API. - Enhanced web agent system prompts with 'Plan -> Execute -> Verify' reasoning. - Added comprehensive documentation in `docs/autonomous-browser.md`. Co-authored-by: Ig0tU <124455599+Ig0tU@users.noreply.github.com>
- Update `WebVisionAgent` with browser config and heuristic hurdle solving. - Implement `askui.browser` CLI and FastAPI-based Web UI. - Enable remote control and LLM-instructed tasks in the UI. - Support deterministic workflow recording and replay. - Add Web MCP server to Chat API. - Enhance web agent prompts with Plan-Execute-Verify loop. - Comprehensive documentation in `docs/autonomous-browser.md`. Co-authored-by: Ig0tU <124455599+Ig0tU@users.noreply.github.com>
- Added missing return type annotations to all functions in `askui.browser`. - Fixed type mismatches in `anyio.to_thread.run_sync` calls. - Resolved implicit `Optional` and other mypy-related issues. - Added missing `__init__.py` files to browser packages. - Fixed `AttributeError` in CLI when using `--verbose`. - Corrected path handling for UI resources. - Verified all 300 unit tests pass and linting is clean. Co-authored-by: Ig0tU <124455599+Ig0tU@users.noreply.github.com>
- Added missing return type annotations and fixed argument types in `askui.browser`. - Resolved `anyio.to_thread.run_sync` type inference issues with `typing.cast`. - Fixed CLI `--verbose` crash and unified argument parsing. - Corrected relative path handling for UI assets. - Added all necessary `__init__.py` files for package recognition. - Cleaned up linting issues (TC006, BLE001, etc.) and verified with `ruff`. - Confirmed all 300 unit tests pass. Co-authored-by: Ig0tU <124455599+Ig0tU@users.noreply.github.com>
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.
No description provided.