@agentdao/core
Version:
Core functionality, skills, and ready-made UI components for AgentDAO - Web3 subscriptions, content generation, social media, help support, live chat, RSS fetching, web search, and agent pricing integration
6 lines (5 loc) • 369 B
TypeScript
export { Web3SubscriptionWidget } from './Web3SubscriptionWidget';
export { LiveChatWidget } from './LiveChatWidget';
export { Button } from './common/Button';
export type { Web3SubscriptionConfig, LiveChatConfig, SubscriptionPlan, PaymentMethod, ChatMessage, Theme } from './types';
export { defaultTheme, createTheme, getTheme, generateCSSVariables } from './theme';