SurfSense/surfsense_backend/tests/unit/agents
CREDO23 5bda944321 citations: normalize word-glued [n] markers
The model frequently writes citations glued to the preceding word
(docs[17]); the (?<!\w) lookbehind (added to dodge arr[1] array indexing)
silently skipped these, leaving raw [n] that fails to render and reads
like array access. Drop the lookbehind so glued citations resolve; genuine
code/array syntax stays protected by the existing code-region carve-out and
unresolved ordinals still drop harmlessly.
2026-06-25 16:28:31 +02:00
..
chat web-search: register results on the citation registry (Channel B -> A) 2026-06-25 15:26:51 +02:00
multi_agent_chat citations: normalize word-glued [n] markers 2026-06-25 16:28:31 +02:00
new_chat citations: consolidate prompts, retire eager path, refresh ADR 2026-06-25 15:27:09 +02:00
__init__.py feat: updated agent harness 2026-04-28 09:22:19 -07:00
test_import_all.py test: add agent refactor guardrail suite 2026-06-04 11:44:23 +02:00