@fleek-platform/agents-ui
Version:
The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward
11 lines (10 loc) • 318 B
TypeScript
import { type AiAgent } from '@base/api';
export type UseFetchAgentAttestationParams = {
agent: AiAgent;
};
export declare const useCopyAgentAttestation: () => {
isCopyingHash: boolean;
copyHash: import("@tanstack/react-query").UseMutateFunction<void, Error, {
agentId: string;
}, unknown>;
};