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) 304 B
import type { Message } from '@langchain/langgraph-sdk'; import type React from 'react'; export declare const FleekAgentsChatInterfaceMessage: React.ForwardRefExoticComponent<{ sender?: string; avatar?: string; message: Message; isLast: boolean; } & React.RefAttributes<HTMLDivElement>>;