refactor: strengthen architecture CI gates and runtime contracts

This commit is contained in:
jxxghp
2026-08-25 17:02:29 +08:00
parent 605bf8174a
commit b914e8b6e4
123 changed files with 4240 additions and 1342 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
from app.workflow.actions import BaseAction
from app.runtime.events import eventmanager
from app.schemas.workflow import ActionParams
from app.schemas.workflow import ActionContext
from app.schemas.types import ChainEventType
from app.schemas.workflow import ActionContext, ActionParams
from app.workflow.actions import BaseAction
class SendEventParams(ActionParams):