SurfSense/surfsense_backend/tests/unit/middleware
CREDO23 3efe51e6ec refactor(agents): move filesystem_state, path_resolver, sandbox to app/agents/shared (slice 3b)
Relocate three leaf filesystem-cluster modules to the shared kernel and flip
all 38 importers. No re-export shims needed (no frozen single-agent importer).
This also resolves the pre-existing shared->new_chat back-edge from
shared/receipt_command.py onto filesystem_state.

filesystem_backends is intentionally deferred to slice 5: it depends on
new_chat middleware (kb_postgres_backend, multi_root_local_folder_backend)
that have not yet moved, so relocating it now would create a shared->new_chat edge.
2026-06-04 12:34:28 +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 fix(test): pin enable_kb_planner_runnable=false for KB-search planner tests 2026-05-05 02:00:34 +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