Metadata-Version: 2.4
Name: camofox-web-search-hermes
Version: 0.0.4
Summary: Native HermesAgent web_search and web_extract provider for Camofox Web Search
Project-URL: Homepage, https://github.com/idefav/web-search
Project-URL: Documentation, https://idefav.github.io/web-search/en/examples/
Project-URL: Issues, https://github.com/idefav/web-search/issues
Author: Camofox Web Search contributors
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: <3.14,>=3.11
Description-Content-Type: text/markdown

# Camofox Web Search for HermesAgent

Native HermesAgent provider for the canonical `web_search` and `web_extract` tools.

```bash
python -m pip install camofox-web-search-hermes
hermes plugins enable camofox-web-search --no-allow-tool-override
hermes config set WEB_SEARCH_ENDPOINT https://search.example.com --force
hermes config set web.search_backend camofox
hermes config set web.extract_backend camofox
export WEB_SEARCH_API_KEY="..."
```

The package intentionally does not depend on `hermes-agent`, so installing it cannot replace the user's HermesAgent version.
