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

13 lines (12 loc) 727 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'; export { DRAFT_BOOTSTRAP_DATA_KEY, ROUTE_NEW_DRAFT, } from '../pages/agentDraft/boostrapStore'; export { CLIENT_NAMES } from '../config/clients'; export { PLUGIN_NAMES } from '../config/plugins'; export { characterfileSchema } from '../config/schema'; export { MODEL_PROVIDER_NAMES } from '../config/modelProviders'; export { PLUGIN_NAMES as PLUGIN_NAMES_V2 } from '../config/v2/plugins';