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) 212 B
export declare const useAgent: ({ agentId, refetchInterval, }: { agentId?: string; refetchInterval?: number | false; }) => import("@tanstack/react-query").UseQueryResult<import("../api").AiAgent, Error>;