feat: 添加DACP服务支持,允许通过命令行调用DACP专业服务,增强AI角色的执行能力,同时更新相关依赖和工具定义。
This commit is contained in:
@ -30,7 +30,8 @@ class PouchCLI {
|
||||
action: commands.ActionCommand,
|
||||
learn: commands.LearnCommand,
|
||||
recall: commands.RecallCommand,
|
||||
remember: commands.RememberCommand
|
||||
remember: commands.RememberCommand,
|
||||
dacp: commands.DACPCommand
|
||||
})
|
||||
|
||||
// 将命令注册到状态机
|
||||
|
||||
Reference in New Issue
Block a user