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

63 lines (62 loc) 1.97 kB
export declare const routes: { endpoints: { aiAgents: string; aiAgent: string; aiAgentUpdate: string; aiAgentPublish: string; aiAgentLogs: string; aiAgentAttestation: string; aiAgentStatus: string; aiAgentStatusUpdate: string; aiAgentDelete: string; aiAgentDraftCreate: string; projects: string; teams: string; subscriptions: string; subscriptionUpdate: string; subscriptionCheckout: string; subscriptionUpdateQuantity: string; plans: string; tokens: string; tokenDelete: string; aiAgentMessage: string; aiAgentMessageV2: string; proxyAiAgents: string; proxyAiAgentsV2: string; elizaOsVersions: string; llmModels: string; credits: string; createCreditsCheckout: string; listPaymentMethods: string; managePaymentMethods: string; listInvoices: string; cancelSubscription: string; vmResources: string; }; agentsDashboardPage: string; }; export declare const pages: { guides: { getStarted: string; characterfile: { fromScratch: string; template: string; }; }; supportPath: string; }; export declare const agentChat: { messageSenderUserValue: string; messageSenderUserLabel: string; }; export declare const featureFlags: { agentCreationViaChat: boolean; }; export declare const LEGACY_PRODUCT_NAME_AI_AGENT_PLAN = "ai agent"; export declare const PRODUCT_NAME_AI_AGENT_PLAN = "ai agent (standard)"; export declare const PRODUCT_NAME_AI_AGENT_PLAN_FAN = "fan"; export declare const chatWidget: { scriptUrl: string; }; export declare const devExperimentalFeatureNames: readonly ["influencers"]; export declare const NO_FREE_SLOTS_MESSAGE = "We're currently over capacity and unable to deploy new AI agents. Please try again later.";