mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-16 23:07:14 +00:00
feat(market): support AgentRunner component filters
This commit is contained in:
committed by
huanghuoguoguo
parent
1d8601f4a6
commit
457408ad7f
@@ -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 || {});
|
||||
|
||||
Reference in New Issue
Block a user