hermes-agent/website/docs/user-guide
teknium1 ba4821d68f
feat: BackSearch plugin — point-in-time web search/fetch (General Reasoning)
Adds a bundled backend plugin (plugins/backsearch/) with two check_fn-gated
tools, backsearch and backfetch, backed by BackSearch from General Reasoning
(https://search.openreward.ai). Every request carries an as_of date; search
returns only documents crawled on or before it, and fetch returns the article
text as archived at that time — forecasting backtests, quant research loops,
RL environments, and reproducible benchmarks.

- plugins/backsearch/: plugin.yaml (kind: backend, auto-loads), tools.py
  (handlers, schemas, 402/401/404 typed errors, as_of validation, fetch
  text cap), __init__.py (registers into the 'backsearch' toolset)
- toolsets.py: backsearch toolset entry
- hermes_cli/tools_config.py: hermes tools row + TOOL_CATEGORIES setup flow,
  default-off with OPENREWARD_API_KEY auto-enable (mirrors x_search/HASS)
- hermes_cli/config.py: OPENREWARD_API_KEY in OPTIONAL_ENV_VARS
- docs: tools-reference, toolsets-reference, built-in-plugins
- tests/plugins/test_backsearch_plugin.py: 32 tests, real imports, httpx
  stubbed
2026-07-24 22:20:50 -07:00
..
egress Reapply "Merge pull request #30179 from NousResearch/feat/iron-proxy" 2026-07-24 09:49:00 -07:00
features feat: BackSearch plugin — point-in-time web search/fetch (General Reasoning) 2026-07-24 22:20:50 -07:00
messaging feat(slack): support long app descriptions in the manifest generator 2026-07-23 12:01:24 -07:00
secrets fix(secrets): harden encrypted Bitwarden cache 2026-07-22 04:40:07 -07:00
skills docs(design-md): sync skill with @google/design.md CLI 0.3.0 2026-07-24 08:18:17 -07:00
_category_.json
checkpoints-and-rollback.md fix(checkpoints): never auto-delete orphans on unattended startup sweep 2026-07-24 16:01:06 -07:00
cli.md docs: describe active-turn redirect busy-input behavior 2026-07-22 12:10:58 -05:00
configuration.md feat(gateway): opt-in compression progress notices via compression.progress_notices (#52995) (#70457) 2026-07-23 19:44:19 -07:00
configuring-models.md fix: harden /model --once against persistence and config-sync leaks 2026-07-18 14:01:56 -07:00
desktop.md Merge pull request #68725 from SHL0MS/fix/desktop-stop-parks-queue 2026-07-21 10:54:58 -05:00
docker.md
git-worktrees.md docs(developer-guide): document htui/hgui worktree UI dev helpers (#64783) 2026-07-16 22:51:23 -04:00
managed-scope.md
multi-profile-gateways.md fix(gateway): skip port-conflicting multiplex profiles 2026-07-16 07:17:55 -07:00
profile-distributions.md
profiles.md
security.md fix(approval): raise gateway approval timeout to 300s, honest stale-tap UX, offer Always on mixed prompts (#68597) 2026-07-21 05:41:41 -07:00
sessions.md fix(sessions): export delegate cascade before deletion 2026-07-25 09:30:44 +05:30
tui.md fix(docs): fix broken image and video in TUI docs (#43501) 2026-07-19 19:33:03 -04:00
windows-native.md
windows-wsl-quickstart.md