Eternity
78207aca34
feat(workflow): add memory read and write node ( #24 )
2026-01-05 15:57:04 +08:00
乐力齐
1fc81d1347
Merge #105 into develop from feature/user-summary
...
[feature]用户记忆内容扩展
* feature/user-summary: (11 commits squashed)
- [ADD]Support graph search
- Merge #82 into develop from feature/20251219_myh
fix: correct function naming for memory retrieval
* feature/20251219_myh: (2 commits squashed)
- perf(workflow): adjust default template to be compatible with frontend format
- fix: correct function naming for memory retrieval
Signed-off-by: Eternity <1533512157@qq.com >
Reviewed-by: zhuwenhui5566@163.com <zhuwenhui5566@163.com >
Reviewed-by: aliyun6762716068 <accounts_68cb7c6b61f5dcc4200d6251@mail.teambition.com >
Merged-by: aliyun6762716068 <accounts_68cb7c6b61f5dcc4200d6251@mail.teambition.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/82
- [fix]parsed excel document error:float division by zero
- [fix]parsed excel document error:float division by zero
- [fix]parsed excel document error:float division by zero
- [fix]parsed excel document error:float division by zero
- [changes]1.Fix the Neo4j alert;2.Separate the functions of "insight" and "summary"
- [feature]Develop user summary
- [feature]Developing Memory Insights
- [changes]Modify the data types and processing procedures of the configuration parameters
- [fix]fix
Signed-off-by: 乐力齐 <accounts_690c7b0af9007d7e338af636@mail.teambition.com >
Reviewed-by: aliyun6762716068 <accounts_68cb7c6b61f5dcc4200d6251@mail.teambition.com >
Merged-by: aliyun6762716068 <accounts_68cb7c6b61f5dcc4200d6251@mail.teambition.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/105
2026-01-05 04:34:12 +00:00
乐力齐
e8a5cfe7e3
Merge #85 into develop from feature/actr-forget
...
[feature]actr-记忆遗忘需求开发
* feature/actr-forget: (12 commits squashed)
- [feature]
1.Extended fields of the date_config table;
2.New activation value calculation has been added, and the ACTR parameter has been introduced in Neo4j.
- [feature]1.Create a forgetting strategy executor;2.Create the forgetting scheduler
- [feature]Introduce activation values for retrieval, and develop a two-stage retrieval reordering process
- [feature]
1.Extended fields of the date_config table;
2.New activation value calculation has been added, and the ACTR parameter has been introduced in Neo4j.
- [feature]1.Create a forgetting strategy executor;2.Create the forgetting scheduler
- [feature]Introduce activation values for retrieval, and develop a two-stage retrieval reordering process
- Merge branch 'feature/actr-forget' of codeup.aliyun.com:redbearai/python/redbear-mem-open into feature/actr-forget
- [fix]Eliminate the interference caused by redundant code
- [feature]
1.Extended fields of the date_config table;
2.New activation value calculation has been added, and the ACTR parameter has been introduced in Neo4j.
- [feature]1.Create a forgetting strategy executor;2.Create the forgetting scheduler
- [feature]Introduce activation values for retrieval, and develop a two-stage retrieval reordering process
- Merge branch 'feature/actr-forget' of codeup.aliyun.com:redbearai/python/redbear-mem-open into feature/actr-forget
Signed-off-by: 乐力齐 <accounts_690c7b0af9007d7e338af636@mail.teambition.com >
Reviewed-by: aliyun6762716068 <accounts_68cb7c6b61f5dcc4200d6251@mail.teambition.com >
Merged-by: aliyun6762716068 <accounts_68cb7c6b61f5dcc4200d6251@mail.teambition.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/85
2026-01-05 04:30:36 +00:00
mengyonghao
fc4cf418e0
feat(workflow): add support for question classifier in graph construction
2026-01-05 11:29:27 +08:00
mengyonghao
63f0fa5da2
Merge branch 'develop' into feature/20251219_myh
...
# Conflicts:
# api/app/core/workflow/executor.py
# api/app/core/workflow/nodes/node_factory.py
# api/app/core/workflow/nodes/question_classifier/node.py
2026-01-05 11:10:01 +08:00
mengyonghao
4685fd14ad
refactor(workflow): refactor graph construction to support subgraph building
2026-01-05 11:06:21 +08:00
mengyonghao
5957eb9c1a
fix(workflow): ensure default values are properly retrieved in HTTP nodes
2026-01-05 11:02:17 +08:00
mengyonghao
1f6835a8e0
feat(workflow): enable front-end to cover pre-rendered non-variable values
2026-01-05 11:00:50 +08:00
mengyonghao
b56994b999
feat(workflow): update workflow conditional logic
2026-01-05 10:57:44 +08:00
mengyonghao
eaf2437633
feat(prompt_opt): support streaming output for prompt optimization API
2026-01-05 10:53:53 +08:00
mengyonghao
fc831e04c1
feat(workflow): support retrieving variables wrapped in {{}} from variable pool
2026-01-05 10:52:46 +08:00
mengyonghao
55dac533d9
fix(workflow): fix passing of loop variable termination condition
2026-01-05 10:50:32 +08:00
mengyonghao
373b91143d
feat(workflow): support variable types(TODO)
2026-01-05 10:49:30 +08:00
谢俊男
c0b29dd938
feat(workflow_node): question classifier node optimization
2026-01-04 19:06:51 +08:00
谢俊男
a8c5368d49
feat(home page): add statistical interface
2026-01-04 15:36:24 +08:00
谢俊男
b731389c81
Merge branch 'refs/heads/develop' into feature/20251219_xjn
2026-01-04 15:35:57 +08:00
lixiangcheng1
5f6ae3a0ef
Merge branch 'feature/20251219_lxc' into develop
2025-12-31 13:00:02 +08:00
lixiangcheng1
742d54342b
[fix]parsed excel document error:float division by zero
2025-12-31 12:58:30 +08:00
朱文辉
184150810b
Merge #98 into develop from feature/20251219_myh
...
fix(workflow): adapt node ID regex to support symbols
* feature/20251219_myh: (1 commits)
fix(workflow): adapt node ID regex to support symbols
Signed-off-by: Eternity <1533512157@qq.com >
Reviewed-by: zhuwenhui5566@163.com <zhuwenhui5566@163.com >
Reviewed-by: Eternity <1533512157@qq.com >
Merged-by: zhuwenhui5566@163.com <zhuwenhui5566@163.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/98
2025-12-31 12:16:18 +08:00
mengyonghao
e08e761319
fix(workflow): adapt node ID regex to support symbols
2025-12-31 12:07:59 +08:00
lixinyue
8985d13635
提示词优化
2025-12-31 11:33:35 +08:00
lixinyue
4f9b090b34
提示词优化
2025-12-31 11:28:37 +08:00
lixinyue
9935459b32
Merge branch 'refs/heads/develop' into fix/develop_kj_knowledge
...
# Conflicts:
# api/app/core/memory/utils/prompt/prompts/reflexion.jinja2
2025-12-31 11:28:23 +08:00
lixinyue
b96a63fb22
表的默认值修改
2025-12-31 11:24:30 +08:00
lixinyue
8d6e773a10
提示词优化
2025-12-31 11:21:12 +08:00
李新月
6b0ee1b74a
Merge #88 into develop from fix/develop_kj_knowledge
...
提示词优化
* fix/develop_kj_knowledge: (5 commits squashed)
- Agent应用中添加知识库的配置字段(提示词修改、反思给默认值)
- 提示词优化
- 提示词优化
- 提示词优化
- 提示词优化
Signed-off-by: aliyun8644380055 <accounts_68c0f5d519f260d93ee2997e@mail.teambition.com >
Reviewed-by: aliyun6762716068 <accounts_68cb7c6b61f5dcc4200d6251@mail.teambition.com >
Merged-by: aliyun6762716068 <accounts_68cb7c6b61f5dcc4200d6251@mail.teambition.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/88
2025-12-31 02:20:45 +00:00
lixiangcheng1
7ce21afbb3
Merge branch 'feature/20251219_lxc' into develop
2025-12-31 09:51:20 +08:00
lixiangcheng1
c78dc1fd47
[fix]parsed excel document error:float division by zero
2025-12-31 09:51:00 +08:00
lixiangcheng1
306efb50ce
Merge branch 'feature/20251219_lxc' into develop
2025-12-31 09:14:13 +08:00
lixiangcheng1
07bcb54ed3
[fix]entity_resolution.py:199: SyntaxWarning: invalid escape sequence '\d'
2025-12-31 08:54:36 +08:00
谢俊男
0475d80472
feat(tool system): add workflow tool nodes
2025-12-30 21:08:05 +08:00
谢俊男
e6c35e5f5a
feat(tool system): add all methods for obtaining the tool
2025-12-30 21:07:24 +08:00
谢俊男
73dad6f017
Merge branch 'refs/heads/develop' into feature/20251219_xjn
2025-12-30 21:05:31 +08:00
lixinyue
a09d3be310
提示词优化
2025-12-30 19:46:48 +08:00
lixiangcheng1
72afe68de9
Merge branch 'feature/20251219_lxc' into develop
2025-12-30 19:32:06 +08:00
lixiangcheng1
37f72f919f
[fix]parsed excel document error:float division by zero
2025-12-30 19:31:54 +08:00
lixinyue
3aa52cc676
提示词优化
2025-12-30 19:25:40 +08:00
lixiangcheng1
ca029730a1
Merge branch 'feature/20251219_lxc' into develop
2025-12-30 19:07:11 +08:00
lixiangcheng1
775d36b16b
[fix]parsed excel document error:float division by zero
2025-12-30 19:05:29 +08:00
lixinyue
4e73820271
提示词优化
2025-12-30 19:03:06 +08:00
lixiangcheng1
b0c58ec313
Merge branch 'feature/20251219_lxc' into develop
2025-12-30 18:26:52 +08:00
lixiangcheng1
909c536b47
[fix]parsed excel document error:float division by zero
2025-12-30 18:20:34 +08:00
lixinyue
7377abe884
提示词优化
2025-12-30 18:11:25 +08:00
李新月
8ea243c572
Merge #87 into develop from fix/develop_kj_knowledge
...
Agent应用中添加知识库的配置字段(提示词修改、反思给默认值)
* fix/develop_kj_knowledge: (1 commits squashed)
- Agent应用中添加知识库的配置字段(提示词修改、反思给默认值)
Signed-off-by: aliyun8644380055 <accounts_68c0f5d519f260d93ee2997e@mail.teambition.com >
Reviewed-by: aliyun6762716068 <accounts_68cb7c6b61f5dcc4200d6251@mail.teambition.com >
Merged-by: aliyun6762716068 <accounts_68cb7c6b61f5dcc4200d6251@mail.teambition.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/87
2025-12-30 08:37:37 +00:00
lixinyue
d1757796ad
Agent应用中添加知识库的配置字段(提示词修改、反思给默认值)
2025-12-30 16:33:06 +08:00
孟永豪
0e5397bcf4
Merge #86 into develop from feature/20251219_myh
...
fix(workflow): prevent duplicate conditional branches in if-else nodes
* feature/20251219_myh: (3 commits squashed)
- perf(workflow): adjust default template to be compatible with frontend format
- fix: correct function naming for memory retrieval
- fix(workflow): prevent duplicate conditional branches in if-else nodes
Signed-off-by: Eternity <1533512157@qq.com >
Reviewed-by: aliyun6762716068 <accounts_68cb7c6b61f5dcc4200d6251@mail.teambition.com >
Merged-by: aliyun6762716068 <accounts_68cb7c6b61f5dcc4200d6251@mail.teambition.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/86
2025-12-30 07:53:49 +00:00
lixiangcheng1
eabf6bb1a9
Merge branch 'feature/20251219_lxc' into develop
2025-12-30 15:22:27 +08:00
lixiangcheng1
724eb4f801
[ADD]Intelligent physical examination inquiry knowledge base adds usage graph options
2025-12-30 15:21:48 +08:00
lixiangcheng1
023cf5aa27
Merge branch 'feature/20251219_lxc' into develop
2025-12-30 11:53:41 +08:00
lixiangcheng1
0078028992
[ADD]Support graph search
2025-12-30 11:53:16 +08:00