Split memory agent

This commit is contained in:
2025-07-20 11:11:47 +08:00
parent c479282fe4
commit 3a5caf86a1
4 changed files with 81 additions and 8 deletions

View File

@@ -548,7 +548,10 @@ object JChatGPT : KotlinPlugin(
SendCompositeMessage(),
// 记忆代理
MemoryAgent(),
MemoryAppend(),
// 记忆修改
MemoryReplace(),
// 结束循环
StopLoopAgent(),