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

5 lines (4 loc) 115 B
import type { AiAgent } from '@base/api'; export declare const FleekAgentsChat: React.FC<{ agent: AiAgent; }>;