@fleek-platform/agents-ui
Version:
The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward
12 lines (11 loc) • 931 B
TypeScript
export declare const PLUGIN_CATEGORIES: Record<number, string>;
export declare const PLUGIN_NAMES: readonly ["@elizaos/plugin-discord", "@elizaos/plugin-farcaster", "@elizaos/plugin-telegram", "@elizaos/plugin-twitter", "@elizaos/plugin-anthropic", "@elizaos/plugin-groq", "@elizaos/plugin-local-ai", "@elizaos/plugin-openai", "@elizaos/plugin-venice", "@fleek-platform/eliza-plugin-mcp", "@elizaos/plugin-browser", "@elizaos/plugin-pdf", "@elizaos/plugin-redpill", "@elizaos/plugin-sql", "@elizaos/plugin-storage-s3", "@elizaos/plugin-video-understanding", "@elizaos/plugin-evm", "@elizaos/plugin-solana"];
export type Plugin = (typeof PLUGIN_NAMES)[number];
type CategoryLabelDescription = {
category: number;
label: string;
description: string;
};
export declare const PLUGINS_MAP: Record<Plugin, CategoryLabelDescription>;
export declare const SECRETS_PLUGIN_MAP: Record<Plugin, Record<string, string>>;
export {};