Merge pull request #1539 from CREDO23/improve-chat-agent-context-and-citations

[FEAT] Unified [n] citation registry for KB + web, pull-based retrieval
This commit is contained in:
Rohan Verma 2026-06-25 13:34:52 -07:00 committed by GitHub
commit 94fdb8a113
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
160 changed files with 4097 additions and 5238 deletions

4
.gitignore vendored
View file

@ -11,6 +11,10 @@ debug.log
references/
references
# Source/tests packages: exempt from the broad "references" scratch-folder ignore above.
!surfsense_backend/app/agents/chat/runtime/references/
!surfsense_backend/tests/unit/agents/chat/runtime/references/
# Playwright (E2E test artifacts)
surfsense_web/playwright/.auth/
surfsense_web/playwright-report/