[PR #133] [MERGED] feat: add DuckDuckGo search tool #281

Closed
opened 2026-02-15 19:17:02 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/133
Author: @leehuwuj
Created: 6/17/2024
Status: Merged
Merged: 6/19/2024
Merged by: @marcusschiesser

Base: mainHead: add/duckduckgo


📝 Commits (3)

  • 2e73069 add duckduckgo search tool
  • e3d271d add duckduckgo search tool for TS
  • bdaf2c6 use a local duckduckgo tool for python app

📊 Changes

7 files changed (+131 additions, -0 deletions)

View changed files

.changeset/clever-pens-mix.md (+5 -0)
📝 helpers/tools.ts (+23 -0)
templates/components/engines/python/agent/tools/duckduckgo.py (+36 -0)
templates/components/engines/typescript/agent/tools/duckduckgo.ts (+61 -0)
📝 templates/components/engines/typescript/agent/tools/index.ts (+4 -0)
📝 templates/types/streaming/express/package.json (+1 -0)
📝 templates/types/streaming/nextjs/package.json (+1 -0)

📄 Description

Summary by CodeRabbit

  • New Features

    • Introduced DuckDuckGo search functionality in Python and TypeScript.
  • Dependencies

    • Added duck-duck-scrape dependency to projects using Express and Next.js.

🔄 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/run-llama/create-llama/pull/133 **Author:** [@leehuwuj](https://github.com/leehuwuj) **Created:** 6/17/2024 **Status:** ✅ Merged **Merged:** 6/19/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `add/duckduckgo` --- ### 📝 Commits (3) - [`2e73069`](https://github.com/run-llama/create-llama/commit/2e73069ed2ff7c07f39e11157568afa8025cf791) add duckduckgo search tool - [`e3d271d`](https://github.com/run-llama/create-llama/commit/e3d271de8b5ae84ec7fcd8432995e36a70630409) add duckduckgo search tool for TS - [`bdaf2c6`](https://github.com/run-llama/create-llama/commit/bdaf2c63d93a031791b7af546f20626559c6f709) use a local duckduckgo tool for python app ### 📊 Changes **7 files changed** (+131 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/clever-pens-mix.md` (+5 -0) 📝 `helpers/tools.ts` (+23 -0) ➕ `templates/components/engines/python/agent/tools/duckduckgo.py` (+36 -0) ➕ `templates/components/engines/typescript/agent/tools/duckduckgo.ts` (+61 -0) 📝 `templates/components/engines/typescript/agent/tools/index.ts` (+4 -0) 📝 `templates/types/streaming/express/package.json` (+1 -0) 📝 `templates/types/streaming/nextjs/package.json` (+1 -0) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced DuckDuckGo search functionality in Python and TypeScript. - **Dependencies** - Added `duck-duck-scrape` dependency to projects using Express and Next.js. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <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-15 19:17:02 -05:00
yindo closed this issue 2026-02-15 19:17:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#281