Hello,
I'm opening this issue because I've found that the dukduk_search tool is no longer working as the package has been renamed. The duckduckgo_search package has been renamed to ddgs.
Proposed Changes
To fix this, the following two files need to be modified:
1. Tool File Modification
- File:
app/tools/DuckDuckGoSearchTool.py
- Change: Replace the import statement on line 3 from:
from duckduckgo_search import DDGS
to:
This updates the import to reflect the new package name.
2. Requirements File Modification
- File:
requirements.txt
- Change: Replace the package on line 17 from:
to:
This ensures that the correct dependency is installed for the project.
Thank you for your attention to this matter.
Hello,
I'm opening this issue because I've found that the
dukduk_searchtool is no longer working as the package has been renamed. Theduckduckgo_searchpackage has been renamed toddgs.Proposed Changes
To fix this, the following two files need to be modified:
1. Tool File Modification
app/tools/DuckDuckGoSearchTool.py2. Requirements File Modification
requirements.txtThank you for your attention to this matter.