@fleek-platform/agents-ui
Version:
The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward
5 lines (4 loc) • 373 B
TypeScript
export declare const AVATARS: readonly ["avatar_1", "avatar_2", "avatar_3", "avatar_4", "avatar_5", "avatar_6", "avatar_7", "avatar_8", "avatar_9", "avatar_10", "avatar_11", "avatar_12"];
export type Avatar = (typeof AVATARS)[number];
export declare const getAvatarUrl: (avatar: Avatar) => string;
export declare const isAvatarValid: (avatar?: string) => avatar is Avatar;