SurfSense/surfsense_backend/tests/integration/google_unification
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
..
__init__.py feat: add integration and unit tests for Google unification connectors 2026-03-19 17:51:15 +05:30
conftest.py refactor(agents): introduce chat/ category; dissolve top-level agents/shared 2026-06-05 12:54:02 +02:00
test_browse_includes_legacy_docs.py refactor(agents): introduce chat/ category; dissolve top-level agents/shared 2026-06-05 12:54:02 +02:00
test_calendar_indexer_credentials.py test: update Stripe and Google Calendar integration tests to use ComposioService 2026-05-16 21:13:17 +05:30
test_drive_indexer_credentials.py chore: ran linting 2026-05-09 05:28:09 +05:30
test_gmail_indexer_credentials.py test: refactor Gmail indexer tests to utilize ComposioService and hybrid chunking 2026-05-16 21:26:40 +05:30
test_hybrid_search_type_filtering.py chore: ran linting 2026-03-21 13:21:19 +05:30
test_search_includes_legacy_docs.py chore: ran linting 2026-03-22 00:43:53 +05:30