refactor(automations): vertical-slice actions and triggers by domain

This commit is contained in:
CREDO23 2026-05-27 17:07:20 +02:00
parent ce45e11009
commit 8c32455818
24 changed files with 86 additions and 108 deletions

View file

@ -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