mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
Completes slice 5. filesystem_backends was deferred from 3b because it depends
on middleware.{kb_postgres_backend,multi_root_local_folder_backend}; those moved
to shared in 5c, so it now relocates cleanly. Flip the 2 non-frozen importers
(multi-agent factory + test); a re-export shim remains for the frozen
chat_deepagent (build_backend_resolver).
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_dedup_hitl_tool_calls.py | ||
| test_file_intent_middleware.py | ||
| test_filesystem_backends.py | ||
| test_filesystem_middleware.py | ||
| test_filesystem_verification.py | ||
| test_kb_persistence_filesystem_parity.py | ||
| test_kb_persistence_revisions.py | ||
| test_knowledge_search.py | ||
| test_knowledge_tree.py | ||
| test_local_folder_backend.py | ||
| test_multi_root_local_folder_backend.py | ||