SurfSense/surfsense_backend/tests/e2e/fakes
CREDO23 aab95b9130 refactor(agents): move tools package to app/agents/shared (slice 6)
Relocate the entire new_chat/tools/ package (62 files incl. registry, hitl, MCP
cluster, and all connector subpackages: gmail/slack/discord/teams/drive/etc.)
to the shared kernel. The package turned out to be a clean cohesive cluster:
its only references to non-tools new_chat modules were comments, and its
middleware deps were already flipped to shared in slice 5c.

Flip 33 live importers (multi-agent, flows, routes, services, anonymous_agent,
tests). Re-export shims remain for the frozen single-agent stack: a package
__init__ mirroring the public surface (new_chat.__init__ imports it) plus
invalid_tool + registry submodule shims (chat_deepagent imports those).

Resolves slice 5c's two transient back-edges: shared/middleware/action_log
(TYPE_CHECKING ToolDefinition) and tool_call_repair (local INVALID_TOOL_NAME)
now point at app.agents.shared.tools.
2026-06-04 13:11:56 +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): move tools package to app/agents/shared (slice 6) 2026-06-04 13:11:56 +02:00
native_google.py refactor(agents): move tools package to app/agents/shared (slice 6) 2026-06-04 13:11:56 +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