-
Notifications
You must be signed in to change notification settings - Fork 7k
Added DuckDuckGo Search Agent in AutoGen Extensions #6682
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
base: main
Are you sure you want to change the base?
Conversation
@microsoft-github-policy-service agree |
python/packages/autogen-ext/src/autogen_ext/agents/duckduckgo_search/_duckduckgo_agent.py
Outdated
Show resolved
Hide resolved
python/packages/autogen-ext/src/autogen_ext/tools/web_search/_duckduckgo_search.py
Outdated
Show resolved
Hide resolved
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.
The content in this file is okay but we need to have the user guide and examples in the API doc so it can be rendered on the website. This README.md file should be used for developers of this extension.
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.
Yes, I have now added there.
python/packages/autogen-ext/src/autogen_ext/agents/duckduckgo_search/README.md
Outdated
Show resolved
Hide resolved
python/packages/autogen-ext/src/autogen_ext/agents/duckduckgo_search/README.md
Outdated
Show resolved
Hide resolved
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.
We could use more information taken from the README for the agent in the APi doc for the tool
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.
Yes, thanks! I have updated API doc with info and examples now.
Why are these changes needed?
Adds a specialized AutoGen agent that uses DuckDuckGo for web searches, providing privacy-focused search capabilities without requiring API keys.
Related issue number
Checks