UNPKG

@fleek-platform/agents-ui

Version:

The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward

9 lines (8 loc) 298 B
export declare const AgentCard: ({ name, description, image, category, isLoading, onChatButtonClick, }: { name: string; description: string; image: string; category: string; isLoading?: boolean; onChatButtonClick?: () => void; }) => import("react/jsx-runtime").JSX.Element;