SurfSense/surfsense_backend/app/automations/services
CREDO23 946f8a8c5d refactor(agents): move llm_config + prompt_caching to app/agents/shared (slice 4b)
Relocate the mutually-dependent LLM config layer and the LiteLLM prompt-caching
helper to the shared kernel as one unit, rewiring their internal cross-reference
to the shared paths. Flip 21 non-frozen importers. Re-export shims remain at
new_chat/{llm_config,prompt_caching}.py for the frozen single-agent stack
(chat_deepagent); they will be removed when that stack is retired.
2026-06-04 12:41:52 +02:00
..
__init__.py feat(automations): implement model eligibility checks for automation creation 2026-05-29 03:13:46 -07:00
automation.py Merge commit '7972901f15' into dev_mod 2026-05-29 20:28:12 -07:00
model_policy.py refactor(agents): move llm_config + prompt_caching to app/agents/shared (slice 4b) 2026-06-04 12:41:52 +02:00
run.py chore: linting 2026-05-28 19:21:29 -07:00
trigger.py refactor(automations): move schedule trigger into builtin package 2026-05-29 17:49:05 +02:00