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

11 lines (10 loc) 340 B
import type React from 'react'; import type { Message } from '@langchain/langgraph-sdk'; interface FleekAgentsChatImageMessageProps { sender?: string; avatar?: string; message: Message; AvatarComp: React.ElementType; } export declare const FleekAgentsChatImageMessage: React.FC<FleekAgentsChatImageMessageProps>; export {};