This commit is contained in:
team3
2026-07-06 20:30:15 +02:00
parent 9c55b05373
commit 1441c01f2c
6 changed files with 16 additions and 12 deletions

View File

@@ -150,7 +150,7 @@ EVIDENCE_CTX_LINES = 15 # context lines around a cited source position
# Registry mit Suchraum: backend/train_params.py). QA-/Detektor-Konstanten bleiben bewusst in
# qa.py/guide_qa.py — die Messlatte darf nie Teil des Suchraums sein. ─────────────────────────
SUBBLOCK_MAX = 40 # chunk cap
RESEARCH_BATCH = 20 # crawl pages per batch
RESEARCH_BATCH = 1 # eine Seite pro Reader — er kann nichts übersehen (Vollständigkeit)
RESEARCH_READERS = 2 # reader agents per batch/section (consensus ≥2)
RESEARCH_THEMA_AGENTS = 5 # web mode (source "thema")
RESEARCH_SECTION_CHARS = 12000 # uni/projekt section size (lost-in-the-middle guard)