docs(search): record routing policy and fallback tuning

This commit is contained in:
zap
2026-03-10 20:04:32 +00:00
parent 1de793fb8d
commit 8d288918e3
3 changed files with 25 additions and 5 deletions

View File

@@ -1,5 +1,13 @@
# Session Notes — 2026-03-10
# 2026-03-10
- Will said the current assistant instance is running in a VM on his laptop for now.
- Plan is to move the assistant to the main host later.
- Will said he will be moving out of the current apartment on April 1st, 2026.
## Search/fetch setup
- Enabled native `web_fetch` in OpenClaw config.
- Confirmed local SearXNG at `http://192.168.153.113:18803` is working.
- Confirmed local Brave MCP endpoint at `http://192.168.153.113:18802/mcp` is reachable via `mcporter` as tool `brave_web_search`.
- Added local skill `skills/brave-mcp-search` for direct Brave MCP-backed search.
- Added local skill `skills/local-meta-search` to route search as:
- SearXNG first
- Brave MCP fallback on failure or weak/empty results
- Search routing preference documented in `TOOLS.md`.
Source: workspace changes + gateway config patch on 2026-03-10.