乐力齐
07e698265e
Fix/writer memory bug ( #326 )
...
* [fix]Fix the bug
* [fix]Fix the bug
* [fix]Correct the direction indication.
2026-02-05 13:50:04 +08:00
lixinyue11
46ed7e38bf
Fix/release memory bug ( #324 )
...
* Write Missing None
* Write Missing None
* Write Missing None
* Apply suggestion from @sourcery-ai[bot]
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
* Write Missing None
* redis update
* redis update
* redis update
* redis update
---------
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
2026-02-05 12:11:45 +08:00
lixinyue11
3364374dc6
Write Missing None ( #321 )
...
* Write Missing None
* Write Missing None
* Write Missing None
* Apply suggestion from @sourcery-ai[bot]
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
* Write Missing None
---------
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
2026-02-05 10:50:10 +08:00
lixinyue
657d48a5f9
Multiple independent transactions - single transaction
2026-02-04 20:25:45 +08:00
lixinyue
3735bdde19
Multiple independent transactions - single transaction
2026-02-04 20:20:45 +08:00
lixinyue
3f906d81cb
Multiple independent transactions - single transaction
2026-02-04 20:19:04 +08:00
lixinyue
7c1f622797
Multiple independent transactions - single transaction
2026-02-04 20:11:05 +08:00
Mark
88b89ef315
Merge pull request #314 from SuanmoSuanyangTechnology/pref/workflow-token
...
feat(workflow): add token usage statistics for question classifier and parameter extraction
2026-02-04 18:10:22 +08:00
Eternity
1c8a83140b
feat(workflow): add token usage statistics for question classifier and parameter extraction
2026-02-04 18:08:02 +08:00
lixinyue
34276e2066
knowledge_retrieval/bug/fix
2026-02-04 18:06:56 +08:00
lixinyue
918e7285c4
knowledge_retrieval/bug/fix
2026-02-04 18:01:05 +08:00
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
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
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
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
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
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
Timebomb2018
21eae29bb7
feat(app): modify the key of the token
2026-02-04 12:07:59 +08:00
Eternity
24dafa7359
fix(workflow): fix argument passing in code execution nodes
2026-02-04 11:13:28 +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
Ke Sun
f27de7df35
feat(memory): add long-term storage task routing and batching
2026-02-03 15:52:45 +08:00
Eternity
e196f86e30
refactor(workflow): relocate template directory into workflow
2026-02-03 15:24:16 +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
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
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
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
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
乐力齐
696b0475a8
Feature/ontology class clean ( #249 )
...
* [add] Complete ontology engineering feature implementation
* [add] Add ontology feature integration and validation utilities
* [add] Add OWL validator and validation utilities
* [fix] Add missing render_ontology_extraction_prompt function
* [fix]Add dependencies, fix functionality
2026-01-30 15:16:39 +08:00
Ke Sun
e7370489e8
Release/v0.2.2 ( #260 )
...
* [modify] migration script
* [add] migration script
* fix(web): change form message
* fix(web): the memoryContent field is compatible with numbers and strings
* feat(web): code node hidden
* fix(model):
1. create a basic model to check if the name and provider are duplicated.
2. The result shows error models because the provider created API Keys for all matching models.
---------
Co-authored-by: Mark <zhuwenhui5566@163.com >
Co-authored-by: zhaoying <yzhao96@best-inc.com >
Co-authored-by: yingzhao <zhaoyingyz@126.com >
Co-authored-by: Timebomb2018 <18868801967@163.com >
2026-01-30 15:10:22 +08:00
Timebomb2018
ffb7b0ba38
fix(model):
...
1. create a basic model to check if the name and provider are duplicated.
2. The result shows error models because the provider created API Keys for all matching models.
2026-01-30 14:23:35 +08:00