-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WebSurfer Documentation and Fixes (#4624)
* fixes remake * modified toml adding tests * playwright tests * tests websurfer --------- Co-authored-by: Ryan Sweet <[email protected]>
- Loading branch information
1 parent
4085ba5
commit b9d682c
Showing
7 changed files
with
1,125 additions
and
287 deletions.
There are no files selected for viewing
This file contains 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
3 changes: 2 additions & 1 deletion
3
python/packages/autogen-ext/src/autogen_ext/agents/web_surfer/__init__.py
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
from ._multimodal_web_surfer import MultimodalWebSurfer | ||
from .playwright_controller import PlaywrightController | ||
|
||
__all__ = ["MultimodalWebSurfer"] | ||
__all__ = ["MultimodalWebSurfer", "PlaywrightController"] |
616 changes: 355 additions & 261 deletions
616
python/packages/autogen-ext/src/autogen_ext/agents/web_surfer/_multimodal_web_surfer.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.