feat: add summary

This commit is contained in:
2025-06-28 02:46:50 +08:00
parent 204165bf73
commit e2d0720698
14 changed files with 158 additions and 15 deletions

View File

@@ -27,6 +27,14 @@ export const cmdList: {
key: 'call-xiaoxiao',
},
},
{
category: '指令总结',
description: `总结当前的笔记,缩写当前笔记的内容`,
action: {
path: 'tools',
key: 'summarize-note',
},
},
];
agent
@@ -96,4 +104,3 @@ ${text}
ctx.body = { cmd, text: text };
})
.addTo(agent);