This commit is contained in:
team 1
2026-05-03 21:33:57 +02:00
parent 427dfe9987
commit c5e212f8f2
5 changed files with 60 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
# RetrieX Patch p24 - Agent RAG Evidence Cleanup Profile
## Goal
Wire the Agent RAG evidence guard to the central `rag_evidence` cleanup profile from `language.yaml`.
## Scope
- Adds `rag_evidence_guard.cleanup_profile: rag_evidence` to `config/retriex/agent.yaml`.
- Merges profile stopwords with existing legacy `rag_evidence_guard.stop_terms` at runtime.
- Keeps all legacy stop terms in place.
- Adds config validation for the referenced cleanup profile.
## Safety
No legacy lists are removed in this patch.
No Commerce, Shop fallback, Retrieval scoring, or Prompt logic is changed.