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

10 lines (9 loc) 239 B
import type React from 'react'; import type { AiAgent } from '../api'; type AgentLogsProps = { agent?: AiAgent; isLoggedIn: boolean; accessToken?: string; }; export declare const AgentLogs: React.FC<AgentLogsProps>; export {};