@fleek-platform/agents-ui
Version:
The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward
9 lines (8 loc) • 422 B
TypeScript
export declare const MESSAGE_STREAMING_PUT_DELAY_MS = 8;
export declare const MESSAGE_LOADING_PLACEHOLDER = "Thinking...";
export declare const sleep: (ms: number) => Promise<unknown>;
export declare const ChatSystemRoleNameForAgent = "agent";
export declare const ChatSystemRoleNameForUser = "user";
declare const SenderRoles: readonly ["agent", "user"];
export type SenderRole = (typeof SenderRoles)[number];
export {};