@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) • 396 B
TypeScript
export declare const useDeployAgent: ({ onSuccess, onError, }?: {
onSuccess?: () => void;
onError?: (error: Error) => void;
}) => import("@tanstack/react-query").UseMutationResult<string, Error, {
draftId?: string;
characterfile?: string;
avatar?: string;
frameworkVersion?: string;
managedModelName?: string;
tee?: boolean;
withUpdate?: boolean;
}, unknown>;