SurfSense/surfsense_backend/tests/unit/automations
CREDO23 f2a61bc0ef refactor(agents): consolidate chat runtime infra under chat/runtime
Move the lower-level runtime/infra modules out of multi_agent_chat/shared/
(they were never used by subagents, so they failed the shared-by-all-siblings
rule) and unify them with the already-relocated checkpointer:

  agents/runtime/                      -> agents/chat/runtime/
  mac/shared/errors.py                 -> chat/runtime/errors.py
  mac/shared/llm_config.py             -> chat/runtime/llm_config.py
  mac/shared/prompt_caching.py         -> chat/runtime/prompt_caching.py
  mac/shared/mention_resolver.py       -> chat/runtime/mention_resolver.py
  mac/shared/path_resolver.py          -> chat/runtime/path_resolver.py

These sit below the agent packages: the boundary + agent factory + shared
middleware depend on them, and they import no agent code (acyclic).
2026-06-05 13:19:24 +02:00
..
actions fix: repair pre-existing agent_task, gateway, and skills tests 2026-06-04 10:25:06 +02:00
dispatch refactor(automations): move agent_task to builtin and restructure dispatch 2026-05-29 18:13:09 +02:00
runtime feat(automations): implement model eligibility checks for automation creation 2026-05-29 03:13:46 -07:00
schemas feat(automations): implement model eligibility checks for automation creation 2026-05-29 03:13:46 -07:00
services refactor(agents): consolidate chat runtime infra under chat/runtime 2026-06-05 13:19:24 +02:00
templating chore: linting 2026-05-28 19:21:29 -07:00
triggers refactor(automations): move schedule trigger into builtin package 2026-05-29 17:49:05 +02:00
__init__.py test(automations): cross-cutting registries, enums, side-effects + shared fixtures 2026-05-28 19:03:55 +02:00
conftest.py test(automations): cross-cutting registries, enums, side-effects + shared fixtures 2026-05-28 19:03:55 +02:00
test_definition_types.py chore: linting 2026-05-28 19:21:29 -07:00
test_import_registrations.py test(automations): cross-cutting registries, enums, side-effects + shared fixtures 2026-05-28 19:03:55 +02:00
test_persistence_enums.py feat(automations): add EVENT to TriggerType enum 2026-05-29 17:48:39 +02:00
test_stores.py chore: linting 2026-05-28 19:21:29 -07:00