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

8 lines (7 loc) 179 B
export type SubscriptionType = 'DEFAULT' | 'TEE'; export type AISubscriptionOptions = { name: string; cost: number; learnMoreLink?: string; disabled?: boolean; };