SurfSense/surfsense_backend/tests/unit/middleware
CREDO23 dcdf8f776b refactor(agents): move utils + document_xml to app/agents/shared (slice 5a)
Two pure leaf modules with no intra-new_chat deps and no frozen importer.
Moving them now (before the middleware package) pre-empts two shared->new_chat
back-edges that the middleware move would otherwise create
(knowledge_search->utils, kb_postgres_backend->document_xml).
2026-06-04 12:50:38 +02:00
..
__init__.py feat: add unit tests for DedupHITLToolCallsMiddleware 2026-03-21 13:19:58 +05:30
test_dedup_hitl_tool_calls.py feat: updated agent harness 2026-04-28 09:22:19 -07:00
test_file_intent_middleware.py chore: linting 2026-04-27 14:04:50 -07:00
test_filesystem_backends.py refactor(agents): move filesystem_selection to app/agents/shared (slice 3a) 2026-06-04 12:28:20 +02:00
test_filesystem_middleware.py refactor(agents): move filesystem_selection to app/agents/shared (slice 3a) 2026-06-04 12:28:20 +02:00
test_filesystem_verification.py refactor(agents): move filesystem_selection to app/agents/shared (slice 3a) 2026-06-04 12:28:20 +02:00
test_kb_persistence_filesystem_parity.py chore: linting 2026-04-28 21:37:51 -07:00
test_kb_persistence_revisions.py feat: improved agent streaming 2026-04-29 07:20:31 -07:00
test_knowledge_search.py refactor(agents): move utils + document_xml to app/agents/shared (slice 5a) 2026-06-04 12:50:38 +02:00
test_knowledge_tree.py refactor(agents): move filesystem_state, path_resolver, sandbox to app/agents/shared (slice 3b) 2026-06-04 12:34:28 +02:00
test_local_folder_backend.py feat: improved agent streaming 2026-04-29 07:20:31 -07:00
test_multi_root_local_folder_backend.py feat(sidebar): implement canonicalize roots, authoritative mount handling & preserved incremental UX for local folder mode 2026-04-27 19:58:12 +05:30