feat: add tools#512
Open
mengnankkkk wants to merge 22 commits intospring-ai-alibaba:feat-agentscopefrom
Open
Conversation
`schema` 向量文档按 `datasourceId` 清库和写库,多个 agent 共享同一 datasource 时会互相覆盖 逻辑外键语义模型的去重
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.
Describe what this PR does / why we need it
feat:
将逻辑外键合并到工具中
增加sql执行检测工具,增加sqlcheck工具,在执行sql前先去看看数据的样式
添加简单trace展示(后续会进行优化,只是初版)
通过白名单的方式,将权限控制扩展到字段级别
增加数据来源模块
增加人工反馈的信息补充,增加开启开关
fix:
修复前端消息流式重复问题
删除过时文件和代码
修复逻辑外键和语义模型的去重问题
修复数据源进行向量化的覆盖问题
修复hive连接池的问题
提取Agent运行常量
重构会话管理,使用Agentscope原生管理
删除旧的nl2sql的兼容
Does this pull request fix one issue?
Describe how you did it
Describe how to verify it
Special notes for reviews