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

4 lines (3 loc) 219 B
export declare const getPlanLocale: (count: number) => "plans" | "plan"; export declare const getAgentLocale: (count: number) => "agent" | "agents"; export declare const getIsAreLocale: (count: number) => "is" | "are";