refactor(automation): drop Capability registry

This commit is contained in:
CREDO23 2026-05-27 13:29:30 +02:00
parent 9fa35f21cf
commit 7ac99b89a0
6 changed files with 3 additions and 70 deletions

View file

@ -10,5 +10,5 @@ from typing import Any
class TriggerDefinition:
type: str
description: str
config_schema: dict[str, Any]
params_schema: dict[str, Any]
payload_schema: dict[str, Any]