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

4 lines (3 loc) 166 B
export declare const useAgentVm: ({ agentId }: { agentId?: string; }) => import("@tanstack/react-query").UseQueryResult<import("@base/api").Agent | null, Error>;