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

7 lines (6 loc) 338 B
export * as api from '../api'; export { ChatBox } from '../components/ChatBox'; export { SubscriptionModal } from '../components/SubscriptionModal'; export { AgentUIEventTypes } from '../config/events'; export type { FileWithPreview } from '../components/ChatBox/AttachementsList'; export type { CaptureEventFn } from '../config/events';