SurfSense/surfsense_backend/tests/e2e/fakes
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
..
fixtures test(e2e): wire PDF metadata into connector fixture JSONs 2026-05-09 05:02:40 +05:30
__init__.py test(backend): add E2E harness foundation (entrypoints, middleware, LLM/embedding fakes) 2026-05-06 17:17:42 +05:30
binary_loader.py test(e2e): add shared binary fixture loader for connector fakes 2026-05-09 05:02:23 +05:30
chat_llm.py refactor(tests): simplify logging messages and enhance manual upload journey tests 2026-05-09 05:10:05 +05:30
clickup_module.py test(e2e): add ClickUp MCP backend fake 2026-05-08 13:12:34 +05:30
composio_module.py feat(tests): add mock response for file ownership in composio_module 2026-05-16 20:20:04 +05:30
confluence_indexer.py chore: ran linting 2026-05-09 05:16:20 +05:30
confluence_oauth.py chore: ran linting 2026-05-09 05:16:20 +05:30
docling_service.py chore: fix linting 2026-05-12 04:00:04 +05:30
dropbox_api.py test(e2e): serve binary PDF bytes from storage connector fakes 2026-05-09 05:03:07 +05:30
embeddings.py chore: ran linting 2026-05-09 05:16:20 +05:30
jira_module.py chore: ran linting 2026-05-09 05:16:20 +05:30
linear_module.py test(backend): add Jira MCP E2E fakes 2026-05-08 00:15:08 +05:30
llm.py test(backend): add E2E harness foundation (entrypoints, middleware, LLM/embedding fakes) 2026-05-06 17:17:42 +05:30
mcp_oauth_runtime.py chore: ran linting 2026-05-09 05:16:20 +05:30
mcp_runtime.py refactor(agents): evict mac-only tools/middleware from shared kernel 2026-06-05 12:50:46 +02:00
native_google.py refactor(agents): colocate gmail + calendar connector tools into subagent slices 2026-06-04 20:09:37 +02:00
notion_module.py test(backend): add Confluence OAuth E2E fakes 2026-05-08 01:02:52 +05:30
onedrive_graph.py chore: ran linting 2026-05-09 05:16:20 +05:30
slack_module.py chore: ran linting 2026-05-09 05:16:20 +05:30