[PR #2584] [MERGED] DuckDuckGo web search agent skill support #4037

Closed
opened 2026-02-22 18:35:00 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2584
Author: @shatfield4
Created: 11/4/2024
Status: Merged
Merged: 11/4/2024
Merged by: @timothycarambat

Base: masterHead: 2577-feat-duckduckgo_search-please-add-this-engine


📝 Commits (5)

  • 2649f7f duckduckgo web search agent skill support
  • c664ab9 move ddg to first option in dropdown menu
  • 6946de7 lint
  • fe76592 Merge branch 'master' into 2577-feat-duckduckgo_search-please-add-this-engine
  • 16075e8 add duckduckgo option stating no config required

📊 Changes

5 files changed (+84 additions, -0 deletions)

View changed files

📝 frontend/src/pages/Admin/Agents/WebSearchSelection/SearchProviderOptions/index.jsx (+10 -0)
frontend/src/pages/Admin/Agents/WebSearchSelection/icons/duckduckgo.png (+0 -0)
📝 frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx (+10 -0)
📝 server/models/systemSettings.js (+1 -0)
📝 server/utils/agents/aibitat/plugins/web-browsing.js (+63 -0)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #2577

What is in this change?

  • Add support for DuckDuckGo as a web search provider in agent skills
  • Allows users to use DuckDuckGo for searching the web with no API keys or configuration required

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/2584 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 11/4/2024 **Status:** ✅ Merged **Merged:** 11/4/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `2577-feat-duckduckgo_search-please-add-this-engine` --- ### 📝 Commits (5) - [`2649f7f`](https://github.com/Mintplex-Labs/anything-llm/commit/2649f7f09054b85a9fa8cfedd1d690a02f525dcc) duckduckgo web search agent skill support - [`c664ab9`](https://github.com/Mintplex-Labs/anything-llm/commit/c664ab98a33def780b467c21a36752f5361458fe) move ddg to first option in dropdown menu - [`6946de7`](https://github.com/Mintplex-Labs/anything-llm/commit/6946de739036b0d53f46b9e984d8cac03b1ca887) lint - [`fe76592`](https://github.com/Mintplex-Labs/anything-llm/commit/fe76592a6bb78ad545820e3dcbb7d58d29eaca23) Merge branch 'master' into 2577-feat-duckduckgo_search-please-add-this-engine - [`16075e8`](https://github.com/Mintplex-Labs/anything-llm/commit/16075e8d97bd28abfe0120897541b054a5fe1aa7) add duckduckgo option stating no config required ### 📊 Changes **5 files changed** (+84 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/Admin/Agents/WebSearchSelection/SearchProviderOptions/index.jsx` (+10 -0) ➕ `frontend/src/pages/Admin/Agents/WebSearchSelection/icons/duckduckgo.png` (+0 -0) 📝 `frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx` (+10 -0) 📝 `server/models/systemSettings.js` (+1 -0) 📝 `server/utils/agents/aibitat/plugins/web-browsing.js` (+63 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #2577 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Add support for DuckDuckGo as a web search provider in agent skills - Allows users to use DuckDuckGo for searching the web with no API keys or configuration required ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:00 -05:00
yindo closed this issue 2026-02-22 18:35:00 -05:00
yindo changed title from [PR #2584] DuckDuckGo web search agent skill support to [PR #2584] [MERGED] DuckDuckGo web search agent skill support 2026-06-05 15:16:30 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4037