-
Notifications
You must be signed in to change notification settings - Fork 221
[agent] add YouCom search engine #803
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
bojanbabic
commented
Dec 24, 2025
- Add You.com search API as available search 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.
Code Review
This pull request introduces a new search tool using the You.com API, which is a great addition. The implementation is largely based on the existing SearchEngine tool. My review focuses on the new YouComSearchEngine class. I've identified a few areas for improvement to enhance robustness, clarity, and design. Key points include moving the API key validation to prevent application crashes on import, removing dead code, and improving exception handling. These changes will make the new tool more modular and maintainable.
|
@CharlieFRuan would you have some time to review this PR? Thanks |
|
cc: @caoshiyi can you take a look? |