fix(4.11): align omni adapters and EventProcessor marketplace support

This commit is contained in:
RockChinQ
2026-09-10 15:06:57 +08:00
parent 5ba25c39af
commit d1c79a35e8
137 changed files with 2653 additions and 657 deletions
@@ -7,6 +7,7 @@ import {
FileText,
PanelTop,
Bot,
Puzzle,
} from 'lucide-react';
import { Badge } from '@/components/ui/badge';
@@ -33,6 +34,7 @@ export default function PluginComponentList({
Parser: <FileText className="w-5 h-5" />,
Page: <PanelTop className="w-5 h-5" />,
AgentRunner: <Bot className="w-5 h-5" />,
EventProcessor: <Puzzle className="w-5 h-5" />,
};
const componentKindList = Object.keys(components || {});