Mark
28eccd6ce9
Merge pull request #50 from SuanmoSuanyangTechnology/fix/workflow
...
Fix/workflow
2026-01-07 18:04:53 +08:00
Mark
6e075d3fd8
[add] migration script
2026-01-07 18:01:27 +08:00
mengyonghao
701d506c1f
fix(memory): enable perceptual memory API and database configuration
2026-01-07 17:54:46 +08:00
mengyonghao
569a211810
fix(workflow): remove environment variable fields from default workflow template
2026-01-07 17:53:53 +08:00
Mark
04d79ac70f
Merge branch 'develop' of github.com:SuanmoSuanyangTechnology/MemoryBear into develop
2026-01-07 17:49:45 +08:00
Mark
fc56e1b624
[modify] multi agent orchestrator
2026-01-07 17:48:17 +08:00
lixinyue11
bcb3d587a1
dev新增短期记忆功能 ( #47 )
...
* dev新增短期记忆功能
* dev新增短期记忆功能
* dev新增短期记忆功能
* dev新增短期记忆功能
* dev新增短期记忆功能
* dev新增短期记忆功能
* dev新增短期记忆功能
2026-01-07 16:36:11 +08:00
乐力齐
5fe8043ff8
Fix/actr config ( #49 )
...
* [fix]Remove the LLM
* [fix]Failed to restore access history record
2026-01-07 16:00:53 +08:00
Eternity
c52b360068
Feature/memory perceptual ( #48 )
...
* perf(workflow): pass JSON data to HTTP node as a string
* perf(prompt_opt): simplify log output
* feat(memory): add perceptual memory page API and related database schema
* perf(log): clean up API exception log output
* perf(memory): simplify perceptual memory timeline response by removing metadata
2026-01-07 16:00:22 +08:00
Mark
cd76ccadc5
[modify] handoffs test
2026-01-07 15:51:12 +08:00
Mark
ba2220d7c8
[add ] handoffs service and test
2026-01-07 14:58:23 +08:00
Mark
957f8f83ff
[add] migration script
2026-01-07 14:21:04 +08:00
谢俊男
18f0b86ce2
feat(agent tool): agent tools change the parameter passing to a list
2026-01-07 14:08:42 +08:00
乐力齐
1083698a1f
[fix]Remove the LLM ( #45 )
2026-01-07 13:57:47 +08:00
Mark
1a3b85c2fc
Merge pull request #41 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
Feature/agent tool xjn
2026-01-06 20:30:55 +08:00
Mark
9409ec0b6c
Merge pull request #38 from SuanmoSuanyangTechnology/fix/workflow
...
fix(workflow): optimize input_type validation for loop variables
2026-01-06 20:28:35 +08:00
谢俊男
26947d85ae
feat(agent tool): agent tool bug fix
2026-01-06 20:05:18 +08:00
谢俊男
eb51e04a18
Merge branch 'refs/heads/develop' into feature/20260105_xjn
...
# Conflicts:
# api/app/services/app_chat_service.py
2026-01-06 19:46:36 +08:00
Mark
499d549e41
Merge branch 'develop' of github.com:SuanmoSuanyangTechnology/MemoryBear into develop
2026-01-06 18:59:01 +08:00
Mark
eabaae4a8f
[fix] model parameter error
2026-01-06 18:58:36 +08:00
mengyonghao
a716c607d7
fix(workflow): optimize input_type validation for loop variables
2026-01-06 18:44:40 +08:00
乐力齐
3183f39535
Fix/Restore user information archive and one-sentence summary ( #37 )
...
* [fix]fix memory insights
* [fix]fix memory insights
* [fix]Based on the correction of the code by sourcery-ai
* [fix]Restore user information archive and one-sentence summary
2026-01-06 18:03:28 +08:00
Mark
6783375a14
[fix] model_parameters
2026-01-06 17:55:42 +08:00
Mark
a940717ed0
[add] publish and share run add workflow type app
2026-01-06 17:11:52 +08:00
谢俊男
492401f9b7
feat(agent tool): add agent tool plugin
2026-01-06 15:25:25 +08:00
Mark
190155f438
Merge branch 'develop' of github.com:SuanmoSuanyangTechnology/MemoryBear into develop
2026-01-06 14:44:13 +08:00
Mark
f59f508c4d
[fix] public share agent run
2026-01-06 14:43:23 +08:00
Eternity
79d035ac02
fix(prompt_optim): allow streaming output to raise exceptions ( #34 )
2026-01-06 14:27:51 +08:00
乐力齐
a0f19ace92
Fix/memory insights ( #30 )
...
* [fix]fix memory insights
* [fix]fix memory insights
* [fix]Based on the correction of the code by sourcery-ai
2026-01-06 14:05:15 +08:00
Mark
85c7e531e4
Merge branch 'develop' of github.com:SuanmoSuanyangTechnology/MemoryBear into develop
2026-01-06 13:58:52 +08:00
Mark
ed62e92da6
[fix] miss agent_config
2026-01-06 13:56:40 +08:00
谢俊男
962b74a68a
fix(workflow node): Workflow nodes and question classifier nodes - bug fixes
2026-01-06 12:09:55 +08:00
Mark
2fadf88a93
Merge pull request #25 from SuanmoSuanyangTechnology/fix/workflow
...
Fix/workflow
2026-01-06 12:01:42 +08:00
mengyonghao
411525687e
fix(workflow): temporarily ignore non-text fields in knowledge retrieval node
2026-01-06 11:38:03 +08:00
mengyonghao
049642ae48
fix(workflow): require end node only in main graph during runtime validation
2026-01-06 10:46:55 +08:00
mengyonghao
0300abc454
feat(workflow): fix concurrent update conflict of looping flag in parallel loop nodes
2026-01-06 10:35:43 +08:00
Mark
ebdf4e4c5e
[fix] converfsation message duplicate entry problem
2026-01-05 19:03:28 +08:00
mengyonghao
71c5b54532
fix(workflow): throw exception when HTTP request node error handler is empty
2026-01-05 18:22:17 +08:00
mengyonghao
e1e77f70f9
feat(workflow): support context injection in LLM node
2026-01-05 17:37:45 +08:00
mengyonghao
d4a87187cb
fix(workflow): fix memory node message field not supporting variables
2026-01-05 17:32:20 +08:00
mengyonghao
05ec76f940
perf(prompt_opt): optimize streaming output structure and add variable parsing
2026-01-05 17:31:28 +08:00
mengyonghao
29ccf956ec
pref(workflow): skip orphan node check in runtime execution
2026-01-05 17:30:28 +08:00
mengyonghao
35db38c2de
feat(workflow): support context injection in LLM node
2026-01-05 17:17:52 +08:00
Eternity
78207aca34
feat(workflow): add memory read and write node ( #24 )
2026-01-05 15:57:04 +08:00
谢俊男
c8b6e22143
feat(home page): optimize the statistical interface
2026-01-05 14:38:36 +08:00
Mark
a07e151c95
[add] migration script
2026-01-05 14:10:45 +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
lixiangcheng1
d299c39c55
Merge branch 'feature/20251219_lxc' into develop
2026-01-05 12:19:03 +08:00
lixiangcheng1
dd5e21a653
[ADD] add open api for knowledge、document、file、chunk、retrieval
2026-01-05 12:18:31 +08:00