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

8 lines (7 loc) 197 B
import type { AiAgent } from '../../api'; import type React from 'react'; type SidebarProps = { agent: AiAgent; }; export declare const AgentSettingsSidebar: React.FC<SidebarProps>; export {};