-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat: browserToolkit supports async #1886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 31 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
65652b8
Update browser_toolkit.py
subway-jack 03cd72a
Update browser_toolkit.py
subway-jack fb4657f
Update browser_toolkit.py
subway-jack 7ac4c68
Update browser_toolkit.py
subway-jack cb5b691
Update browser_toolkit.py
subway-jack 6151b8f
Add files via upload
subway-jack 60c4d8c
Update browser_toolkit.py
subway-jack d2cbd52
Update browser_toolkit.py
subway-jack 03ec919
Update browser_toolkit.py
subway-jack 8c2ffdd
Update function_tool.py
subway-jack 62f2be7
Update single_agent_worker.py
subway-jack b55d577
Update browser_toolkit.py
subway-jack fab659c
Update single_agent_worker.py
subway-jack 83edcd6
Update browser_toolkit.py
subway-jack cfabb75
Update browser_toolkit.py
subway-jack 97d6dd0
Update browser_toolkit.py
subway-jack 7a388ab
Update browser_toolkit.py
subway-jack 5835d23
Merge branch 'master' into BrowserToolkit-add-async-mode
subway-jack 93e1a81
Update browser_toolkit.py
subway-jack 63cf08a
Update browser_toolkit.py
subway-jack 99f3711
Delete examples/toolkits/browser_toolkit.py
subway-jack 9f2d4f6
Merge branch 'master' into BrowserToolkit-add-async-mode
Wendong-Fan 68575d0
Update browser_toolkit.py
subway-jack 0a9359d
Add files via upload
subway-jack 8656d78
Update __init__.py
subway-jack 7a0f603
Add files via upload
subway-jack 5d16594
Add files via upload
subway-jack a11ac5a
Merge branch 'master' into BrowserToolkit-add-async-mode
subway-jack b973e20
fix circular import
fengju0213 b1fa0d5
Merge remote-tracking branch 'origin/master' into BrowserToolkit-add-…
subway-jack 0dd510f
Dealing with conflict issues
subway-jack 0d948aa
Merge remote-tracking branch 'origin/master' into BrowserToolkit-add-…
subway-jack cf109e6
"Update async_browser_toolkit to the latest version"
subway-jack 1d306f6
Merge branch 'master' into BrowserToolkit-add-async-mode
subway-jack b9d3820
Update async_browser_toolkit.py
fengju0213 b028b24
fix pre-commit
fengju0213 14725c8
"Make function extract_function_name more robust"
subway-jack 18205d6
Merge remote-tracking branch 'origin/master' into BrowserToolkit-add-…
subway-jack abff93a
"fix pre-commit"
subway-jack c73c647
Merge branch 'master' into BrowserToolkit-add-async-mode
Wendong-Fan 753ff75
Merge branch 'master' into BrowserToolkit-add-async-mode
Wendong-Fan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will this leads to bug for other toolkits?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have tested it before and it works and it will distinguish between synchronous and asynchronous functions when calling toolkit_call later.