@fleek-platform/agents-ui
Version:
The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward
5 lines (4 loc) • 340 B
TypeScript
import type { Client, LabelAndIcon } from '@base/types';
export declare const CLIENT_NAMES: readonly ["discord", "twitter", "telegram", "direct", "farcaster", "lens", "auto", "slack", "github"];
export declare const CLIENTS_MAP: Record<Client, LabelAndIcon>;
export declare const SECRETS_CLIENT_MAP: Record<Client, Record<string, string>>;