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

@ -14,5 +14,5 @@ class ActionDefinition:
type: str
name: str
description: str
config_schema: dict[str, Any]
params_schema: dict[str, Any]
handler: ActionHandler