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

13 lines (12 loc) 374 B
export declare const useDeployAgentOrPromptUpgrade: ({ onDeploy, onUpgradePrompt, onError, }?: { onDeploy?: () => void; onUpgradePrompt?: () => void; onError?: (error: Error) => void; }) => { deployAgent: (args: { characterfile: string; draftId: string; avatar?: string; frameworkVersion?: string; }) => Promise<void>; };