UNPKG
@agentkai/cli
Version:
latest (3.10.0)
3.10.0
3.9.0
3.7.0
3.6.0
3.5.0
3.4.0
3.3.0
3.2.0
3.1.0
3.0.0
2.0.8
2.0.7
2.0.6
2.0.3
2.0.2
2.0.1
1.6.0
1.5.1
1.5.0
AgentKai命令行界面
github.com/Peiiii/AgentKai
Peiiii/AgentKai
@agentkai/cli
/
dist
/
index.js
10 lines
(9 loc)
•
269 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// 导出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'
;