Web Search Tool for Reachy Mini

Gives your Reachy Mini the ability to search the web using DuckDuckGo.

Requirements

This tool requires the ddgs package. Add it as an optional dependency in your conversation app's pyproject.toml:

[project.optional-dependencies]
search_engine = ["ddgs"]

Then install with:

uv sync --extra search_engine