Skip to content

Conversation

anyin-xyz
Copy link
Contributor

@anyin-xyz anyin-xyz commented Aug 23, 2025

Describe what this PR does / why we need it

  1. support current session add rag file upload
  2. support current session stop action

Does this pull request fix one issue?

NONE

Describe how you did it

Describe how to verify it

image image

Special notes for reviews

@github-actions github-actions bot added the area/deepresearch SAA Deepresearch module label Aug 23, 2025
HY-love-sleep and others added 17 commits August 23, 2025 13:03
* 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>
)

* feat(jmanus): add excelprocessor for basic function.

* feat(jmanus): register the tool and test success.

* feat(jmanus): add support for csv
…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
@anyin-xyz anyin-xyz changed the title feat(deepresearch): add chat rag file upload feat(deepresearch): add chat rag file upload and add stop action Aug 27, 2025
@github-actions github-actions bot added area/graph SAA Grpah module area/jmanus SAA Jmanus module area/infra SAA Infra module labels Aug 27, 2025
@github-actions github-actions bot added the area/nl2sql SAA nl2sql module label Aug 27, 2025
@anyin-xyz anyin-xyz closed this Aug 27, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.