-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat(deepresearch): add chat rag file upload and add stop action #2228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
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
* feat: add ParallelAgent * feat: add parallelAgent
Signed-off-by: zhouyou <zhouyou9505@gmail.com>
…#2176) refactor(web-ui): reset debug query to empty when starting debug
* feat: enhance CodePoolExecutorService * feat: add LocalCodePoolExecutorService * feat: enhance python prompt * feat: enhance python display * fix: frontend bugs * fix: frontend bugs
fix(deepresearch): 修复断言,result应该非空
* fix(entity): update PlanExecutionRecord column definition to longtext for larger data storage * bug(jmanus): fix polardb concurrent trasaction bug * bug(jmanus): fix polardb concurrent trasaction bug * feat(jmanus): add namespace host column * feat(jmanus): 扩展序列化方式,支持agent是否初始化,修复polardb事务并发问题 * bug(jmanus): fix compile error * bug(jmanus): fix compile error * feat(jmanus): enhance index page (alibaba#1842) * fix(entity): update PlanExecutionRecord column definition to longtext for larger data storage * feat(i18n): update direct button text and add AI novel example * build front end --------- Co-authored-by: rainerWJY <answeropensource@alibabacloud.com> * feat(nl2sql): update nl2sql common db connector (alibaba#1824) * feat(nl2sql): update nl2sql common db connector Signed-off-by: shown.Ji <yuluo08290126@gmail.com> * style(nl2sql): update code styl Signed-off-by: shown.Ji <yuluo08290126@gmail.com> * fix Signed-off-by: shown.Ji <yuluo08290126@gmail.com> * feat(nl2sql): fix some issue Signed-off-by: shown.Ji <yuluo08290126@gmail.com> * style(nl2sql): update code style Signed-off-by: shown.Ji <yuluo08290126@gmail.com> * fix(ut): fix ut Signed-off-by: shown.Ji <yuluo08290126@gmail.com> --------- Signed-off-by: shown.Ji <yuluo08290126@gmail.com> * feat(graph): StreamingOutput增强,增加 ChatResponse 属性以获取完整响应 (alibaba#1836) * (streamfeating): StreamingOutput增强,增加 ChatResponse 属性以获取完整响应 - 在 StreamingOutput 类中添加 chatResponse 属性,用于存储 ChatResponse 对象 * feat(streaming): 增加对全量 ChatResponse 的处理支持 * feat(streaming): 增加对全量 ChatResponse 的处理支持 * fix(deepresearch): enable researchTeam error handling mechanism (alibaba#1843) * fix(deepresearch): enable researchTeam error handling mechanism * format * remove unused imports * bug(jmanus): fix end file character * bug(jmanus): fix polardb concurrent trasaction bug * bug(jmanus): fix polardb concurrent trasaction bug * feat(jmanus): add namespace host column * feat(jmanus): 扩展序列化方式,支持agent是否初始化,修复polardb事务并发问题 * bug(jmanus): fix compile error * bug(jmanus): fix compile error * bug(jmanus): fix end file character * fix(jmanus): merge main branch * feat(jmanus): add namespace host column * bug(jmanus): fix compile error * bug(jmanus): fix end file character * feat(jmanus): add namespace host column * bug(jmanus): fix compile error * fix(jmanus): merge origin main * fix(jmanus): merge main branch * feat(jmanus): merge ui/support ignore load buildin tools * feat(jmanus): add namespace host column * bug(jmanus): fix compile error * bug(jmanus): fix end file character * feat(jmanus): add namespace host column * feat(jmanus): 扩展序列化方式,支持agent是否初始化,修复polardb事务并发问题 * bug(jmanus): fix compile error * bug(jmanus): fix end file character * feat(jmanus): add namespace host column * bug(jmanus): fix compile error * feat(jmanus): merge upstream main * feat(nl2sql): update nl2sql common db connector (alibaba#1824) * feat(nl2sql): update nl2sql common db connector Signed-off-by: shown.Ji <yuluo08290126@gmail.com> * style(nl2sql): update code styl Signed-off-by: shown.Ji <yuluo08290126@gmail.com> * fix Signed-off-by: shown.Ji <yuluo08290126@gmail.com> * feat(nl2sql): fix some issue Signed-off-by: shown.Ji <yuluo08290126@gmail.com> * style(nl2sql): update code style Signed-off-by: shown.Ji <yuluo08290126@gmail.com> * fix(ut): fix ut Signed-off-by: shown.Ji <yuluo08290126@gmail.com> --------- Signed-off-by: shown.Ji <yuluo08290126@gmail.com> * fix(jmanus): merge main branch * feat(jmanus): merge ui/support ignore load buildin tools * feat(jmanus): 支持不加载内置工具 * feat(jmanus): 支持不加载内置工具 * feat(jmanus): 支持不加载内置工具 * feat(jmanus):Extended acquisition agent implementation * merge upstream main * chore(pom): update mcp and mcp-spring-webflux dependencies to version 0.12.0-SNAPSHOT * style(CorsConfig): format code for addCorsMappings method * chore(pom): bump version to 3.0.5-SNAPSHOT * release * chore(pom): update mcp and mcp-spring-webflux dependencies to version 0.11.2 * feat(sidebar): implement sidebar resizing and replace JSON editor with a component * feat(JsonEditor): integrate agent selection with dynamic loading and improve UI components * feat(JsonEditor): enhance agent selection display and tooltip with internationalization support * feat(JsonEditor): add internationalization support for tasks and subtasks, enhance textarea auto-resizing functionality * feat(JsonEditor): update i18n strings for English and Chinese, adjust UI styles for better readability * build front end * upgrade pom * Update version to 3.0.5 * chore(pom): update version to 3.0.6-SNAPSHOT * refactor(ui-vue3): 优化 JSON 编辑器组件逻辑 - 为函数和计算属性添加英文注释,提高代码可读性 - 优化部分变量和函数命名,使其更加清晰 - 添加组件挂载后的 agents 加载逻辑 * refactor(ui-vue3): 优化 JsonEditor 组件中的文本域自动调整逻辑 - 移除了未使用的业务逻辑注释 - 删除了自动调整文本域高度的方法 - 简化了代码结构,提高了可读性 * style: 移除 JsonEditor 组件中 textarea 的行数注释 移除了 JsonEditor.vue 文件中 textarea 样式部分的行数注释。 这个修改提高了代码的可读性,去除了不必要的注释信息。 --------- Signed-off-by: shown.Ji <yuluo08290126@gmail.com> Co-authored-by: rainerWJY <answeropensource@alibabacloud.com> Co-authored-by: zizhu8 <ziyunyangyong@126.com> Co-authored-by: huoci.yy@cainiao.com <huoci.yy@cainiao.com> Co-authored-by: shown <yuluo08290126@gmail.com> Co-authored-by: xiaohai-78 <xiaoyuntao789@163.com> Co-authored-by: sixiyida <102841234+sixiyida@users.noreply.github.com> Co-authored-by: CaptainGreenskin <liulihan5211@gmail.com>
…libaba#2249) * test: cover FileSystemSaver file deletion * chore(format): pass spotless & build locally * ci(build): disable mvnd daemon on CI to avoid mvnd connect timeouts Signed-off-by: Wanderlnk <125452745+6mmLIU@users.noreply.github.com> --------- Signed-off-by: Wanderlnk <125452745+6mmLIU@users.noreply.github.com>
* feat(graph): support Store * feat(graph): support Store
* feat: init loop agent * feat: finish count mode * feat: finish iterable mode * feat: finish iterable mode * feat: Preliminary completion LoopAgent * feat: Preliminary completion LoopAgent * fix: style * feat: add annotation and translate it into english * feat: simplify startNodeActionFunc and endNodeActionFunc * feat: simplify startNodeActionFunc and endNodeActionFunc * feat: simplify startNodeActionFunc and endNodeActionFunc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/deepresearch
SAA Deepresearch module
area/graph
SAA Grpah module
area/infra
SAA Infra module
area/jmanus
SAA Jmanus module
area/nl2sql
SAA nl2sql module
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
Does this pull request fix one issue?
NONE
Describe how you did it
Describe how to verify it
Special notes for reviews