UNPKG

@agentkai/cli

Version:
10 lines (9 loc) 269 B
// 导出CLI的主要组件 export * from './commands/chat'; export * from './commands/goals'; export * from './commands/memory'; export * from './commands/config'; // 导出服务组件 export * from './services'; // 导出UI相关工具 export * from './ui/console';