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

5 lines (4 loc) 245 B
import type { CaptureEventFn } from '@config/events'; export declare const captureEvent: CaptureEventFn; export declare const initEvents: () => void; export declare const setPosthogPersonProperties: (properties: Record<string, string>) => void;