feat(runner): unify plugin execution across agents and event processors

This commit is contained in:
RockChinQ
2026-09-10 18:04:38 +08:00
parent 8903a40c41
commit f24a7c9bb2
223 changed files with 4091 additions and 3068 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ test('create first, select a plugin in the header, debug beside scrollable logs'
page,
}) => {
await installLangBotApiMocks(page, { authenticated: true });
const ref = 'event_processor:qa/welcome/default';
const ref = 'plugin:qa/welcome/default';
const processor = {
uuid: 'processor-qa',
kind: 'event_processor',