SurfSense/surfsense_backend/tests/e2e/fakes
CREDO23 24b62a63b4 refactor(agents): introduce chat/ category; dissolve top-level agents/shared
Recursive shared-folder rule: a shared/ must be shared by ALL siblings at its
level. The kernel (context, compaction, retry_after, web_search) was shared by
only 2 of the agents -- anonymous_chat + multi_agent_chat -- never by podcaster
or video_presentation. Those 2 are the "chat" category, so their shared code
belongs in that category's shared/, not the top-level one.

  app/agents/anonymous_chat/   -> app/agents/chat/anonymous_chat/
  app/agents/multi_agent_chat/ -> app/agents/chat/multi_agent_chat/
  app/agents/shared/           -> app/agents/chat/shared/   (anon<->mac kernel)

Top-level app/agents/shared/ is gone: nothing was shared across all three
categories (chat / podcaster / video_presentation).

~289 import sites rewritten (app.agents.{anonymous_chat,multi_agent_chat,shared}
-> app.agents.chat.*); all moves are git renames (history preserved).
app/agents/ now: chat/, podcaster/, video_presentation/, runtime/.
2026-06-05 12:54:02 +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): introduce chat/ category; dissolve top-level agents/shared 2026-06-05 12:54:02 +02:00
native_google.py refactor(agents): introduce chat/ category; dissolve top-level agents/shared 2026-06-05 12:54:02 +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