Conversation
添加对于 think 标签的解析
…证;(4)前后端都移除工具模块;(5)移除原本的 safe_config 模块;(6)其他小细节优化
Auth添加用户管理以及权限控制
178 uv lock
主要修改: 1. 服务端新增 Thread 模型,用于存储对话列表信息,但不保存实际的历史记录 2. langgraph 配置了 InMemorySaver,添加 thread_id 参数,消息对话保存在内存中(服务重启后丢失) 3. 添加获取历史记录的 API 接口,从内存中获取 4. 添加 Graph 的单例模式,get_runnable_agent 导致的重复创建 Agent 实例的情况。 5. 优化 Agent 管理页面,更容易配置,更容易调试 6. 添加独立页面的侧边栏。
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.
主要功能改进
界面优化
refs移动到侧边栏,优化了界面布局,添加调试信息(点击model_name触发)。think标签的解析功能,提高了处理特定标签内容的能力。 feat: Ollama reasoning content 适配 #123基本权限控制
新增消息管理
知识库新增功能
use_rewrite_query默认值为on环境部署优化
dockerfile中uv的配置。 dev分支根目录下没有uv.lock #178docker文件夹下的脚本。其他优化
/api前缀。BUG 修复
system prompt必须在第一位的 Bug。