SurfSense/surfsense_backend/app/agents/new_chat/middleware
2026-04-28 00:57:07 +05:30
..
__init__.py feat(new-chat): add filesystem backend interfaces and selection helpers 2026-04-23 15:02:58 +05:30
dedup_tool_calls.py feat: added ai file sorting 2026-04-14 01:43:30 -07:00
file_intent.py refactor(file_intent): remove _infer_text_file_extension function and standardize fallback filename to 'notes.md' 2026-04-28 00:57:07 +05:30
filesystem.py refactor(filesystem): streamline filesystem operations by removing cursor-based pagination and enhancing path normalization methods 2026-04-28 00:45:07 +05:30
knowledge_search.py feat(new-chat): integrate filesystem flow into agent pipeline 2026-04-23 15:45:33 +05:30
local_folder_backend.py refactor(filesystem): streamline filesystem operations by removing cursor-based pagination and enhancing path normalization methods 2026-04-28 00:45:07 +05:30
memory_injection.py fix: guard display_name.split() against whitespace-only IndexError (recurseml feedback) 2026-04-10 15:29:56 +05:30
multi_root_local_folder_backend.py refactor(filesystem): streamline filesystem operations by removing cursor-based pagination and enhancing path normalization methods 2026-04-28 00:45:07 +05:30
safe_summarization.py chore: linting 2026-04-22 01:05:31 -07:00