feat(market): support AgentRunner component filters

This commit is contained in:
Junyan Qin
2026-07-11 18:04:42 +08:00
committed by huanghuoguoguo
parent 1d8601f4a6
commit 457408ad7f
3 changed files with 80 additions and 41 deletions
@@ -6,6 +6,7 @@ import {
Book,
FileText,
PanelTop,
Bot,
} from 'lucide-react';
import { Badge } from '@/components/ui/badge';
@@ -31,6 +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" />,
};
const componentKindList = Object.keys(components || {});