lixinyue
c8c7e9b304
memory_BUG
2026-02-04 13:45:10 +08:00
lixinyue
7c2902d2b8
Merge branch 'refs/heads/release/v0.2.3' into fix/release_memory_bug
...
# Conflicts:
# api/app/core/memory/agent/langgraph_graph/write_graph.py
2026-02-04 13:43:15 +08:00
yingzhao
8e41afdffc
Merge pull request #304 from SuanmoSuanyangTechnology/fix/release_web_zy
...
Fix/release web zy
2026-02-04 13:39:51 +08:00
zhaoying
7268886294
fix(web): language editor support paste
2026-02-04 13:38:58 +08:00
zhaoying
cbae900866
fix(web): save add session update
2026-02-04 13:37:49 +08:00
Mark
ead3080b2b
Merge pull request #297 from SuanmoSuanyangTechnology/fix/app_statistic
...
fix(app)
2026-02-04 12:11:51 +08:00
Timebomb2018
21eae29bb7
feat(app): modify the key of the token
2026-02-04 12:07:59 +08:00
yingzhao
406740b524
Merge pull request #296 from SuanmoSuanyangTechnology/fix/release_web_zy
...
Fix/release web zy
2026-02-04 12:00:17 +08:00
zhaoying
9d30bc4062
fix(web): space icon required
2026-02-04 11:59:27 +08:00
zhaoying
fad91b64ab
fix(web): prompt add disabled
2026-02-04 11:52:34 +08:00
Mark
2132e71a81
Merge pull request #295 from SuanmoSuanyangTechnology/fix/workflow-code
...
fix(workflow): fix argument passing in code execution nodes
2026-02-04 11:25:55 +08:00
Eternity
24dafa7359
fix(workflow): fix argument passing in code execution nodes
2026-02-04 11:13:28 +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
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
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
Ke Sun
f27de7df35
feat(memory): add long-term storage task routing and batching
2026-02-03 15:52:45 +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
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
lixinyue
1aff4eda67
memory_BUG_fix
2026-02-02 20:31:45 +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
Mark
3464573f17
Merge pull request #273 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
feat(app and model)
2026-02-02 11:55:20 +08:00
yingzhao
9cf49c9c75
Merge pull request #272 from SuanmoSuanyangTechnology/feature/space_zy
...
Feature/space zy
2026-02-02 11:50:31 +08:00
lixinyue11
4e837cb90c
Add/develop memory ( #264 )
...
* 遗漏的历史映射
* 遗漏的历史映射
* 遗漏的历史映射
* 遗漏的历史映射
* 遗漏的历史映射
* 遗漏的历史映射
* 遗漏的历史映射
* 遗漏的历史映射
* 遗漏的历史映射
* 新增长期记忆功能
* 新增长期记忆功能
* 新增长期记忆功能
* 知识库检索多余字段
* 长期
2026-02-02 11:50:23 +08:00
Timebomb2018
e4fb58496b
feat(app and model): token consumption statistics
2026-02-02 11:49:44 +08:00
zhaoying
15a254c0cd
feat(web): create space add icon
2026-02-02 11:49:32 +08:00
zhaoying
d62746fc8c
feat(web): RadioGroupCard support block mode
2026-02-02 11:49:24 +08:00
yingzhao
4b8b6fe407
Merge pull request #271 from SuanmoSuanyangTechnology/fix/customSelect_zy
...
fix(web): Restructure the CustomSelect component, repair the interfac…
2026-02-02 11:47:36 +08:00
zhaoying
6754834eb3
fix(web): Restructure the CustomSelect component, repair the interface that is called multiple times when the form is updated
2026-02-02 11:40:19 +08:00
yingzhao
be98db561d
Merge pull request #270 from SuanmoSuanyangTechnology/fix/develop_chat_zy
...
Fix/develop chat zy
2026-02-02 10:41:02 +08:00
zhaoying
574d0afc72
feat(web): show code node
2026-02-02 10:28:21 +08:00
zhaoying
31c8ad611c
fix: chat conversation_id add node_start
2026-02-02 10:27:20 +08:00
Mark
b23730388d
Merge branch 'release/v0.2.2' into develop
2026-01-31 15:24:20 +08:00
lixinyue11
1b853aa893
隐性+情绪,BUG遗漏 ( #267 )
2026-01-30 19:09:43 +08:00
Mark
36cb0a12ad
[add] migration script
2026-01-30 18:56:44 +08:00
lixinyue11
5439eacf2d
Fix/develop memory reflex ( #265 )
...
* 遗漏的历史映射
* 遗漏的历史映射
* 反思后台报错处理
2026-01-30 18:46:16 +08:00
乐力齐
2687c3b80e
Fix/v022 bug ( #263 )
...
* [fix]Fix the issue of inconsistent language in explicit and episodic memory.
* [fix]Fix the issue of inconsistent language in explicit and episodic memory.
* [add]Add scene_id
* [fix]Based on the AI review to fix the code
2026-01-30 18:02:45 +08:00
yingzhao
fa009327ad
Merge pull request #262 from SuanmoSuanyangTechnology/feature/ontology_zy
...
fix(web): conflict resolve
2026-01-30 17:09:46 +08:00
zhaoying
838bd46e83
fix(web): conflict resolve
2026-01-30 17:09:05 +08:00
Ke Sun
ccc2009aa8
feat(celery): add dedicated periodic tasks worker and queue ( #261 )
2026-01-30 15:31:48 +08:00
Mark
d9aba92314
[add] migration script
2026-01-30 15:27:13 +08:00