Conversation
- 新增长期记忆模块,支持用户画像/偏好/决策/项目事实的跨会话持久化 - 重构短期记忆模块,将MessageBufferManager重命名为RecentMessagesManager - 实现长期记忆筛选器,通过LLM判断信息的跨会话价值并分类存储 - 集成长期记忆到Agent系统提示词中,提升对话连续性 - 添加记忆冲突处理机制,支持记忆更新与压制功能 - 优化短期记忆TTL策略,从24小时调整为168小时兜底清理 - 在前端组件中增加requestId标识,改善消息合并逻辑
# Conflicts: # internal/model/entity/model.go
Feature/login:解决了合并冲突
- 新增 GetModelInfo 方法用于获取模型的基本信息 - 支持动态调整上下文窗口的需求 - 返回模型协议、名称和上下文窗口大小信息 - 提供模型存在性检查和错误处理机制
feat(model): 添加模型基本信息获取功能
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.