Gives your Reachy Mini the ability to search the web using DuckDuckGo.
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