Always-on grounded retrieval with SearxNG and role-scoped Ollama models (#62).
CI / test (pull_request) Successful in 11s
Unit Tests / test (pull_request) Successful in 10s

Phases 1–3: split THINKING/FAST/UTILITY/EMBED models, structured search with
SearxNG primary + DDGS failover, fail-open grounding, citations on Prompt + WS
frames, single history window with prompt budgeting, and reindex_embeddings.
This commit is contained in:
2026-08-02 09:05:45 -05:00
parent 57a2350b8e
commit d51033809f
32 changed files with 1734 additions and 187 deletions
+1
View File
@@ -42,6 +42,7 @@ dependencies = [
"pillow==12.0.0",
"beautifulsoup4==4.14.3",
"ddgs==9.9.3",
"requests>=2.32,<3",
"httpx==0.28.1",
"python-dateutil==2.9.0.post0",
"pytz==2025.2",