-
Notifications
You must be signed in to change notification settings - Fork 44.7k
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
Improvement in web commands functionalities #7068
Improvement in web commands functionalities #7068
Conversation
✅ Deploy Preview for auto-gpt-docs canceled.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7068 +/- ##
==========================================
- Coverage 53.81% 53.79% -0.02%
==========================================
Files 124 124
Lines 7021 7032 +11
Branches 909 912 +3
==========================================
+ Hits 3778 3783 +5
- Misses 3110 3114 +4
- Partials 133 135 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
@CodiumAI-Agent /review |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
Sorry for the long wait, this needs updated to component based. Most of it should move over pretty easily. @kcze can answer any questions you have |
Hey @amirdaaee, thanks for the contribution. I've just made a PR request on your branch if you merge it then the PR should be ready to merge into AutoGPT's |
…pdate Web functionalities update
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
Background
this pr is to address feature requests in #7067 and #7066. in summary it adds two functionalities:
Changes 🏗️
autogpts/autogpt/autogpt/config/config.py
: addedduckduckgo_backend
andselenium_proxy
attributes to Config class to control new feature behaviorautogpts/autogpt/autogpt/commands/web_search.py
: added backend argument in calling fortext()
method of DDGS inweb_search
functionautogpts/autogpt/autogpt/commands/web_selenium.py
: added--proxy-server
argument in web-drive optionsautogpts/autogpt/.env.template
: added documents aboutduckduckgo_backend
andselenium_proxy
variablesPR Quality Scorecard ✨
+2 pts
+5 pts
+5 pts
+5 pts
-4 pts
+4 pts
+5 pts
-5 pts
agbenchmark
to verify that these changes do not regress performance?+10 pts