SurfSense/surfsense_backend/tests/unit/middleware
CREDO23 d59bb2b5aa refactor(agents): evict mac-only tools/middleware from shared kernel
These were never shared with anonymous_chat (nor podcaster/video_presentation)
-- only multi_agent_chat (subagents/main agent) and the boundary use them:

  shared/tools/mcp/             -> multi_agent_chat/shared/tools/mcp/
  shared/tools/hitl.py          -> multi_agent_chat/shared/tools/hitl.py
  shared/tools/catalog.py       -> multi_agent_chat/shared/tools/catalog.py
  shared/middleware/dedup_tool_calls.py
                                -> multi_agent_chat/shared/middleware/dedup_tool_calls.py

app/agents/shared/ now holds only the genuine anon<->mac kernel:
context, middleware/{compaction,retry_after}, tools/web_search.
2026-06-05 12:50:46 +02:00
..
__init__.py feat: add unit tests for DedupHITLToolCallsMiddleware 2026-03-21 13:19:58 +05:30
test_b_filesystem_path_resolution.py refactor(agents): move mac-only modules out of the cross-agent shared kernel 2026-06-05 12:30:15 +02:00
test_b_filesystem_rm_rmdir_cloud.py refactor(agents): move mac-only modules out of the cross-agent shared kernel 2026-06-05 12:30:15 +02:00
test_b_filesystem_system_prompt.py refactor(agents): move mac-only modules out of the cross-agent shared kernel 2026-06-05 12:30:15 +02:00
test_dedup_hitl_tool_calls.py refactor(agents): evict mac-only tools/middleware from shared kernel 2026-06-05 12:50:46 +02:00
test_filesystem_backends.py refactor(agents): move mac-only modules out of the cross-agent shared kernel 2026-06-05 12:30:15 +02:00
test_kb_persistence_filesystem_parity.py refactor(agents): move mac-only modules out of the cross-agent shared kernel 2026-06-05 12:30:15 +02:00
test_kb_persistence_revisions.py refactor(agents): move mac-only modules out of the cross-agent shared kernel 2026-06-05 12:30:15 +02:00
test_knowledge_search.py refactor(agents): move MAC middleware impls out of shared kernel 2026-06-05 12:04:31 +02:00
test_knowledge_tree.py refactor(agents): move mac-only modules out of the cross-agent shared kernel 2026-06-05 12:30:15 +02:00
test_local_folder_backend.py refactor(agents): group filesystem backends under filesystem/backends/ 2026-06-05 11:02:26 +02:00
test_multi_root_local_folder_backend.py refactor(agents): group filesystem backends under filesystem/backends/ 2026-06-05 11:02:26 +02:00