mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
DedupHITLToolCallsMiddleware is only wired by the main_agent stack, but its module also exports dedup-key resolvers consumed by the shared MCP tool layer. Splitting keeps the resolvers (dedup_key_full_args, wrap_dedup_key_by_arg_name, DedupResolver) in shared and moves the middleware class verbatim into main_agent/middleware/dedup_hitl.py (merged with its builder), eliminating the shared->main_agent dependency that a flat move would create. No behavior change. |
||
|---|---|---|
| .. | ||
| __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_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 | ||