Eternity
24dafa7359
fix(workflow): fix argument passing in code execution nodes
2026-02-04 11:13:28 +08:00
yingzhao
3b5df793fb
Merge pull request #292 from SuanmoSuanyangTechnology/docs/web_zy
...
style(web): translate the comments in the src/views directory into En…
2026-02-04 10:29:26 +08:00
yingzhao
da835b6138
Merge branch 'develop' into docs/web_zy
2026-02-04 10:29:03 +08:00
zhaoying
7e650d86a5
style(web): translate the comments in the src/views directory into English
2026-02-04 10:27:27 +08:00
Eternity
308e28cecc
refactor(workflow): Remove unnecessary workflow_collectroller layer and simplify non-streaming output
2026-02-03 20:08:56 +08:00
yingzhao
9a3c74fb64
Merge pull request #293 from SuanmoSuanyangTechnology/fix/release_web_zy
...
fix(web): PageScrollList style update
2026-02-03 20:03:58 +08:00
zhaoying
f571f0688a
fix(web): PageScrollList style update
2026-02-03 19:55:09 +08:00
Ke Sun
1e9c32a102
Merge branch 'develop' into fix/memory-enduser-config
2026-02-03 19:40:08 +08:00
Ke Sun
8c69199689
Merge branch 'develop' into fix/memory-enduser-config
2026-02-03 19:38:21 +08:00
Ke Sun
3efb3e8a35
fix(memory): add Redis session validation
...
- Add macOS fork() safety configuration in celery_app.py to prevent initialization issues
- Add null/False checks for Redis session queries in term_memory_save to handle missing sessions gracefully
- Add null/False checks in memory_long_term_storage to prevent processing empty Redis results
- Add null/False checks in aggregate_judgment before format_parsing to avoid errors on missing data
- Initialize redis_messages variable in window_dialogue for consistency
- Add debug logging when no existing session found in Redis for better troubleshooting
- Add TODO comments for magic numbers (scope=6, time=5) to be extracted as constants
- Improve error handling when Redis returns False or empty results instead of crashing
2026-02-03 18:50:59 +08:00
乐力齐
cfcb278406
Ontology v1 bug ( #291 )
...
* [changes]Add 'id' as the secondary sorting key, and 'scene_id' now returns a UUID object
* [fix]Fix the "end_user" return to be sorted by update time.
* [fix]Set the default values of the memory configuration model based on the spatial model.
* [fix]Remove the entity extraction check combination model, read the configuration list, and add the return of scene_id
* [fix]Fix the "end_user" return to be sorted by update time.
* [fix]
2026-02-03 18:42:54 +08:00
zhaoying
9e195ea63b
style(web): translate the comments in the src/views directory into English
2026-02-03 18:38:04 +08:00
yingzhao
dc0d34c281
Merge pull request #288 from SuanmoSuanyangTechnology/fix/release_web_zy
...
Fix/release web zy
2026-02-03 17:24:18 +08:00
zhaoying
72076c218f
fix(web): PageScrollList loading update
2026-02-03 17:23:40 +08:00
zhaoying
151fd3b950
fix(web): PageScrollList loading update
2026-02-03 17:22:58 +08:00
yujiangping
2d484fcb30
Merge branch 'feature/knowledgeBase_yjp' into develop
2026-02-03 17:12:36 +08:00
yujiangping
6e0407f404
style(web): translate Chinese comments to English in KnowledgeBase views
...
- Translate all Chinese comments to English in CreateDataset component
- Translate Chinese comments in DocumentDetails, Private, and Share pages
- Translate Chinese comments in all KnowledgeBase modal components (CreateContentModal, CreateDatasetModal, CreateFolderModal, etc.)
- Translate Chinese comments in KnowledgeGraph, RecallTest, and related components
- Translate Chinese comments in datasets and index files
- Improve code readability and maintain consistency with existing English codebase
- Ensure all inline comments and console logs use English for better maintainability
2026-02-03 17:08:22 +08:00
乐力齐
8670aaba1e
Fix/language unification ( #283 )
...
* [changes]add user_summary language unification
* [add]Entity extraction, user memory, emotion suggestions, unified language type for writing
* [add]Complete the switch between Chinese and English for the emotion labels and emotion suggestions fields.
* [changes]add user_summary language unification
* [add]Entity extraction, user memory, emotion suggestions, unified language type for writing
* [add]Complete the switch between Chinese and English for the emotion labels and emotion suggestions fields.
* [changes]Modify the code based on the AI review
2026-02-03 16:03:08 +08:00
Ke Sun
f27de7df35
feat(memory): add long-term storage task routing and batching
2026-02-03 15:52:45 +08:00
yingzhao
63fa4dc8ec
Merge pull request #287 from SuanmoSuanyangTechnology/docs/web_zy
...
Docs/web zy
2026-02-03 15:47:46 +08:00
zhaoying
a191e32f71
docs: add comments to the src/components directory
2026-02-03 15:45:11 +08:00
zhaoying
9a38e8a4a0
docs: add comments to the src/routes & src/store & src/utils directory
2026-02-03 15:43:25 +08:00
zhaoying
6194222289
docs: add comments to the src/hooks directory
2026-02-03 15:43:08 +08:00
yingzhao
0d077eaeb7
Merge pull request #286 from SuanmoSuanyangTechnology/feature/workflow_variable_zy
...
Feature/workflow variable zy
2026-02-03 15:42:07 +08:00
Mark
b2c7a9a005
Merge branch 'release/v0.2.3' into develop
2026-02-03 15:41:31 +08:00
zhaoying
be01f1869e
feat(web): iteration add output_type ;
...
docs(web): add comments
2026-02-03 15:40:18 +08:00
Mark
9f2b6390b0
Merge pull request #285 from SuanmoSuanyangTechnology/refactor/workflow-templates
...
refactor(workflow): relocate template directory into workflow
2026-02-03 15:34:42 +08:00
Eternity
e196f86e30
refactor(workflow): relocate template directory into workflow
2026-02-03 15:24:16 +08:00
yingzhao
ec41d45234
Merge pull request #284 from SuanmoSuanyangTechnology/fix/release_web_zy
...
fix(web): remove delete confirm content
2026-02-03 15:21:31 +08:00
zhaoying
567d1ba18b
fix(web): remove delete confirm content
2026-02-03 15:20:31 +08:00
zhaoying
df8706983b
feat(web): var-aggregator add group_type ;
...
docs(web): add comments
2026-02-03 15:19:02 +08:00
yujiangping
8697498b32
Merge remote develop branch into feature/knowledgeBase_yjp
2026-02-03 15:18:31 +08:00
yujiangping
af917c538a
Merge branch 'develop' into feature/knowledgeBase_yjp
2026-02-03 15:16:06 +08:00
yingzhao
034e97dfa6
Merge pull request #282 from SuanmoSuanyangTechnology/feature/ontology_v2_zy
...
Feature/ontology v2 zy
2026-02-03 14:13:01 +08:00
zhaoying
5e1e5f68e1
feat(web): Ontology support import & export;
...
docs(web): add comments to the src/views/Ontology directory
2026-02-03 14:12:06 +08:00
zhaoying
fb76f765cc
style(web): translate the comments in the web/src/api directory into English
2026-02-03 14:01:28 +08:00
Mark
7a3f57261d
Merge branch 'feature/multimodal' into develop
2026-02-03 12:07:49 +08:00
Mark
a1a460625d
[add] bedrock model mapping
2026-02-03 12:06:24 +08:00
Mark
3f42ea2c61
[add] bedrock claude support
2026-02-03 12:05:39 +08:00
Ke Sun
940c594066
Release/v0.2.3 ( #281 )
...
* feat(app and model): token consumption statistics of the cluster
* fix(web): prompt history remove pageLoading
* fix(prompt): remove hard-coded import of prompt file paths (#279 )
* Fix/develop memory bug (#274 )
* 遗漏的历史映射
* 遗漏的历史映射
* fix_timeline_memories
* fix(web): update retrieve_type key
* Fix/develop memory bug (#276 )
* 遗漏的历史映射
* 遗漏的历史映射
* fix_timeline_memories
* fix_timeline_memories
* write_gragp/bug_fix
* write_gragp/bug_fix
* write_gragp/bug_fix
* chore(celery): disable periodic task scheduling
* fix(prompt): remove hard-coded import of prompt file paths
---------
Co-authored-by: lixinyue11 <94037597+lixinyue11@users.noreply.github.com >
Co-authored-by: zhaoying <yzhao96@best-inc.com >
Co-authored-by: yingzhao <zhaoyingyz@126.com >
Co-authored-by: Ke Sun <kesun5@illinois.edu >
---------
Co-authored-by: Timebomb2018 <18868801967@163.com >
Co-authored-by: Mark <zhuwenhui5566@163.com >
Co-authored-by: zhaoying <yzhao96@best-inc.com >
Co-authored-by: Eternity <61316157+myhMARS@users.noreply.github.com >
Co-authored-by: lixinyue11 <94037597+lixinyue11@users.noreply.github.com >
Co-authored-by: yingzhao <zhaoyingyz@126.com >
2026-02-03 10:33:39 +08:00
yingzhao
5e47fc45ab
Merge pull request #280 from SuanmoSuanyangTechnology/fix/release_web_zy
...
fix(web): prompt history remove pageLoading
2026-02-03 10:32:02 +08:00
Eternity
b471d56a86
fix(prompt): remove hard-coded import of prompt file paths ( #279 )
...
* Fix/develop memory bug (#274 )
* 遗漏的历史映射
* 遗漏的历史映射
* fix_timeline_memories
* fix(web): update retrieve_type key
* Fix/develop memory bug (#276 )
* 遗漏的历史映射
* 遗漏的历史映射
* fix_timeline_memories
* fix_timeline_memories
* write_gragp/bug_fix
* write_gragp/bug_fix
* write_gragp/bug_fix
* chore(celery): disable periodic task scheduling
* fix(prompt): remove hard-coded import of prompt file paths
---------
Co-authored-by: lixinyue11 <94037597+lixinyue11@users.noreply.github.com >
Co-authored-by: zhaoying <yzhao96@best-inc.com >
Co-authored-by: yingzhao <zhaoyingyz@126.com >
Co-authored-by: Ke Sun <kesun5@illinois.edu >
2026-02-03 10:29:51 +08:00
zhaoying
61f8029205
fix(web): prompt history remove pageLoading
2026-02-03 10:27:43 +08:00
Mark
e2f047d035
Merge branch 'develop' into feature/multimodal
...
# Conflicts:
# api/app/core/agent/langchain_agent.py
2026-02-02 20:32:21 +08:00
lixinyue
1aff4eda67
memory_BUG_fix
2026-02-02 20:31:45 +08:00
Mark
a6c5c44ed8
[modify] agent call tools strategy
2026-02-02 20:21:16 +08:00
Mark
3f389d685a
[add] multimodal
2026-02-02 19:52:51 +08:00
Mark
5d5351f0bc
Merge pull request #277 from SuanmoSuanyangTechnology/fix/token
...
feat(app)
2026-02-02 19:06:14 +08:00
Timebomb2018
1224802ac6
feat(app and model): token consumption statistics of the cluster
2026-02-02 19:01:11 +08:00
Ke Sun
e919f89caf
chore(celery): disable periodic task scheduling
2026-02-02 16:37:45 +08:00