@fleek-platform/agents-ui
Version:
The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward
10 lines (9 loc) • 367 B
TypeScript
export declare const useDeployAgent: ({ onSuccess, onError, }?: {
onSuccess?: () => void;
onError?: (error: Error) => void;
}) => import("@tanstack/react-query").UseMutationResult<import("../api/withSafeApi").ApiHandlerResult<string>, Error, {
draftId?: string;
characterfile?: string;
avatar?: string;
frameworkVersion?: string;
}, unknown>;