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

44 lines (43 loc) 1.17 kB
export declare const routes: { endpoints: { aiAgents: 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; plans: string; tokens: string; tokenDelete: string; aiAgentMessage: string; proxyAiAgents: string; elizaOsVersions: string; }; agentsDashboardPage: string; }; export declare const pages: { guides: { getStarted: string; characterfile: { fromScratch: string; template: string; }; }; supportExternalUrl: string; }; export declare const agentChat: { messageSenderUserValue: string; messageSenderUserLabel: string; }; export declare const featureFlags: { agentCreationViaChat: boolean; }; export declare const PRODUCT_NAME_AI_AGENT_PLAN = "ai agent";