lixinyue
056d422c71
Merge branch 'refs/heads/release/v0.2.3' into fix/release_memory_bug
2026-02-04 18:00:58 +08:00
lixinyue
5ee54f4e0e
knowledge_retrieval/bug/fix
2026-02-04 17:57:43 +08:00
Mark
2d7401922f
Merge pull request #310 from SuanmoSuanyangTechnology/fix/memoryConfig-ontology
...
Fix/memory config ontology
2026-02-04 17:46:00 +08:00
lanceyq
24fbdbd716
[changes]Modify the code based on the AI review
2026-02-04 17:40:19 +08:00
lanceyq
aad8f0e36b
[changes]Modify the description of the time for the recent event
2026-02-04 17:23:52 +08:00
lanceyq
d0ddf288ca
[fix]1.The "read_all_config" interface returns "scene_name";2.Memory configuration for lightweight query ontology scenarios
2026-02-04 17:10:35 +08:00
lixinyue
7922fc3b0e
knowledge_retrieval/bug/fix
2026-02-04 15:53:13 +08:00
Mark
161da723b9
Merge branch 'develop' of github.com:SuanmoSuanyangTechnology/MemoryBear into develop
...
# Conflicts:
# api/app/core/agent/langchain_agent.py
2026-02-04 15:51:44 +08:00
lixinyue
514c19a247
knowledge_retrieval/bug/fix
2026-02-04 15:51:13 +08:00
lixinyue
41550d4a41
knowledge_retrieval/bug/fix
2026-02-04 15:44:26 +08:00
Mark
7d15182202
[fix] remove error code
2026-02-04 15:40:47 +08:00
lixinyue11
8f0a1d9c6e
Fix/release memory bug ( #306 )
...
* memory_BUG_fix
* memory_BUG
* memory_BUG_long_term
* memory_BUG_long_term
* memory_BUG_long_term
2026-02-04 14:34:00 +08:00
Mark
cdd6b80089
Merge pull request #305 from SuanmoSuanyangTechnology/fix/ontology-v1
...
Fix/ontology v1
2026-02-04 14:11:57 +08:00
lanceyq
333836f5e7
[changes]
2026-02-04 14:08:09 +08:00
Mark
a2dfda3471
[add] migration script
2026-02-04 13:57:20 +08:00
Mark
87f9bcc6a3
Merge branch 'release/v0.2.3' into develop
2026-02-04 13:52:45 +08:00
Mark
48aca996ff
Merge pull request #300 from SuanmoSuanyangTechnology/fix/workflow-code
...
fix(workflow): switch code input encoding to base64+URL encoding
2026-02-04 13:46:00 +08:00
Mark
e273a336f8
Merge pull request #303 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
feat(skills)
2026-02-04 13:44:34 +08:00
lanceyq
34f0c3b90c
[changes]Active status filtering logic, API Key selection strategy
2026-02-04 13:44:07 +08:00
lanceyq
ffff138a6f
[changes]Attribute security access, secure numerical conversion, unified use of local variables
2026-02-04 13:34:22 +08:00
lanceyq
88c95db8d0
[add]The main project adds multi-API Key load balancing.
2026-02-04 13:34:22 +08:00
Timebomb2018
56e657a0bb
feat(skills): parameter passing correction
2026-02-04 12:32:37 +08:00
Eternity
bc36b79105
fix(workflow): switch code input encoding to base64+URL encoding
2026-02-04 12:28:28 +08:00
Timebomb2018
5694bc0230
fix(fix the key of the app's token):
2026-02-04 12:27:14 +08:00
Mark
36130031f9
Merge pull request #298 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
feat(skills and model)
2026-02-04 12:24:58 +08:00
Timebomb2018
b8f1095f53
feat(skills and model):
...
1. Add the "Skills" module;
2. The loading of the model square has been modified to be controlled through environment variables;
3. Dynamic scheduling of the skill binding tool;
4. Agent Integration Skills
2026-02-04 12:21:38 +08:00
Mark
442fa09533
[modify] cors settting support '*'
2026-02-04 12:19:20 +08:00
Eternity
c6ea31c296
fix(workflow): add backward compatibility for any-value variable type
2026-02-04 12:11:22 +08:00
Timebomb2018
21eae29bb7
feat(app): modify the key of the token
2026-02-04 12:07:59 +08:00
Eternity
bd8a451879
feat(workflow): enforce strong typing for runtime variables
...
- Reduce exposed information in release workflows
2026-02-04 11:17:48 +08:00
Eternity
24dafa7359
fix(workflow): fix argument passing in code execution nodes
2026-02-04 11:13:28 +08:00
Eternity
308e28cecc
refactor(workflow): Remove unnecessary workflow_collectroller layer and simplify non-streaming output
2026-02-03 20:08:56 +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
乐力齐
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
Mark
b2c7a9a005
Merge branch 'release/v0.2.3' into develop
2026-02-03 15:41:31 +08:00
Eternity
e196f86e30
refactor(workflow): relocate template directory into workflow
2026-02-03 15:24:16 +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
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
Mark
e2f047d035
Merge branch 'develop' into feature/multimodal
...
# Conflicts:
# api/app/core/agent/langchain_agent.py
2026-02-02 20:32:21 +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
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