mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
filesystem_state.py (the multi-agent graph state) and state_reducers.py (its merge reducers) are consumed only by multi_agent_chat (filesystem tools/middleware, kb projection, and the MAC-only shared middleware) plus two unit tests -- no external app code. Relocate them into a dedicated multi_agent_chat/shared/state/ package (filesystem_state.py + reducers.py) and repoint every importer. No behavior change; import-all + the full unit/middleware + unit/agents suites (1066 tests) stay green. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_b_filesystem_path_resolution.py | ||
| test_b_filesystem_rm_rmdir_cloud.py | ||
| test_b_filesystem_system_prompt.py | ||
| test_dedup_hitl_tool_calls.py | ||
| test_file_intent_middleware.py | ||
| test_filesystem_backends.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 | ||