mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
refactor(automations): vertical-slice actions and triggers by domain
This commit is contained in:
parent
ce45e11009
commit
8c32455818
24 changed files with 86 additions and 108 deletions
|
|
@ -6,8 +6,8 @@ from collections.abc import Mapping
|
|||
from datetime import UTC, datetime
|
||||
from typing import Any
|
||||
|
||||
from app.automations.registries import get_action
|
||||
from app.automations.registries.actions.types import ActionContext
|
||||
from app.automations.actions import get_action
|
||||
from app.automations.actions.types import ActionContext
|
||||
from app.automations.schemas.definition.plan_step import PlanStep
|
||||
from app.automations.templating import evaluate_predicate, render_value
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue