SurfSense/surfsense_backend/app/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 citations: normalize word-glued [n] markers 2026-06-25 16:28:31 +02:00
video_presentation refactor(podcasts): remove legacy podcaster agent, task, and schema 2026-06-10 21:45:04 +02:00
__init__.py feat: Added chat_history to researcher agent 2025-05-10 20:06:19 -07:00