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
@@ -7,7 +7,6 @@ import {
FileText,
PanelTop,
Bot,
Zap,
} from 'lucide-react';
import { Badge } from '@/components/ui/badge';
@@ -33,8 +32,7 @@ export default function PluginComponentList({
KnowledgeEngine: <Book className="w-5 h-5" />,
Parser: <FileText className="w-5 h-5" />,
Page: <PanelTop className="w-5 h-5" />,
AgentRunner: <Bot className="w-5 h-5" />,
EventProcessor: <Zap className="w-5 h-5" />,
Runner: <Bot className="w-5 h-5" />,
};
const componentKindList = Object.keys(components || {});