SurfSense/surfsense_backend/tests/unit/agents/multi_agent_chat
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
..
middleware refactor(agents): extract subagent-invocation contract to subagents/shared 2026-06-05 14:18:44 +02:00
shared citations: normalize word-glued [n] markers 2026-06-25 16:28:31 +02:00
subagents refactor(agents): unify permissions into one vertical-slice package 2026-06-05 13:29:48 +02:00
__init__.py test(hitl): regression net for surfsense_resume_value pop-on-read 2026-05-05 17:04:19 +02:00
test_prompt_resources.py refactor(agents): introduce chat/ category; dissolve top-level agents/shared 2026-06-05 12:54:02 +02:00
test_subagent_composition.py refactor(agents): introduce chat/ category; dissolve top-level agents/shared 2026-06-05 12:54:02 +02:00