lixinyue11
f9898607ce
Fix/develop bug jiqun ( #95 )
...
* 修复RAG集群BUG
* Agent应用层的记忆从深度检索改为快速检索
2026-01-13 17:55:20 +08:00
谢俊男
c780d4be14
feat(workflow tool node): add a string type output variable
2026-01-13 17:41:03 +08:00
mengyonghao
e60bc37fbf
fix(workflow): set default empty value for custom variables in start node
2026-01-13 17:28:41 +08:00
谢俊男
9a0c403c51
feat(home page): place the version introduction in a static file
2026-01-13 16:41:26 +08:00
zhaoying
e187c01dc9
feat(web): add space config page; user memory page update
2026-01-13 16:16:46 +08:00
乐力齐
dec9fca8c2
Refactor/episodic explicit ( #93 )
...
* [refactor]Reconstruct episodic memory
* [refactor]Reconstructing explicit memory
* [refactor]Reconstruct episodic memory
* [refactor]Reconstructing explicit memory
* [changes]Based on the improvement of AI review
* [changes]Modify the routing
* [changes]Uniform routing format
* [fix]Fix the failure in parsing the timestamp.
* [refactor]Reconstruct episodic memory
* [refactor]Reconstructing explicit memory
* [changes]Based on the improvement of AI review
* [changes]Modify the routing
* [changes]Uniform routing format
* [fix]Fix the failure in parsing the timestamp.
* [deleted]Delete migration files
* [refactor]Reconstruct episodic memory
* [refactor]Reconstructing explicit memory
* [changes]Based on the improvement of AI review
* [changes]Modify the routing
* [changes]Uniform routing format
* [fix]Fix the failure in parsing the timestamp.
* [deleted]Delete migration files
* feat: add database migration 9ab9b6393f32_20261511
2026-01-13 16:02:36 +08:00
Eternity
7a5792ba01
Fix/workflow ( #92 )
...
* fix(workflow): use loose rendering for end-node variables
* fix(workflow): use int type for memory node config id
* fix(workflow): handle missing environment variable defaults
* fix(workflow): render jinja variables with actual values in non-strict mode
* fix(workflow): support reordering without a rerank model in knowledge base
* fix(workflow): fix typo in key value
2026-01-13 15:42:00 +08:00
mengyonghao
ada63d9f5c
fix(workflow): fix typo in key value
2026-01-13 15:40:22 +08:00
mengyonghao
8f114b0dfa
fix(workflow): support reordering without a rerank model in knowledge base
2026-01-13 15:34:57 +08:00
Mark
2ba8bb58e0
[add] migration script
2026-01-13 15:16:09 +08:00
Mark
7042f4fc1b
Merge pull request #90 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
feat(workflow node)
2026-01-13 15:13:56 +08:00
mengyonghao
9427584825
fix(workflow): render jinja variables with actual values in non-strict mode
2026-01-13 15:10:01 +08:00
mengyonghao
592c2ac217
fix(workflow): handle missing environment variable defaults
2026-01-13 15:09:06 +08:00
mengyonghao
dd7abc0d27
fix(workflow): use int type for memory node config id
2026-01-13 15:06:12 +08:00
mengyonghao
fe4a53563e
fix(workflow): use loose rendering for end-node variables
2026-01-13 15:04:44 +08:00
谢俊男
ab02f610e5
feat(workflow node): The execution records of the tool remove the foreign key that binds to the user, and directly store the user ID.
2026-01-13 14:59:12 +08:00
乐力齐
0a73b18823
Feature/return memoryconfig ( #89 )
...
* [add]Newly added: Memory configuration for returning results
* [add]Newly added: Memory configuration for returning results
* [changes]Based on the improvement of AI review
2026-01-13 14:55:12 +08:00
zhaoying
1ebab759b1
feat(web): add graph detail page
2026-01-13 14:04:28 +08:00
zhaoying
2f13cb4cbc
fix(web): iteration node‘s variableList updated
2026-01-13 14:03:44 +08:00
zhaoying
f5e71f56e9
fix(web): tool's api response change
2026-01-13 13:56:14 +08:00
yingzhao
042a34d22f
Merge pull request #87 from SuanmoSuanyangTechnology/feature/workflow_zy
...
fix(web): if-else and question-classifier node support link to same node
2026-01-13 12:19:17 +08:00
zhaoying
49fa6906ac
fix(web): if-else and question-classifier node support link to same node
2026-01-13 12:18:30 +08:00
Mark
8956939ae7
Merge pull request #85 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
feat(workflow node)
2026-01-13 12:17:00 +08:00
yingzhao
171aad78da
Merge pull request #86 from SuanmoSuanyangTechnology/feature/workflow_zy
...
fix(web): knowledge_retrieval type node's knowledge_bases
2026-01-13 11:47:08 +08:00
zhaoying
e4f8ddca9a
fix(web): knowledge_retrieval type node's knowledge_bases
2026-01-13 11:46:10 +08:00
yujiangping
213e89c627
Merge branch 'feature/knowledgeBase_yjp' into develop
2026-01-13 11:44:06 +08:00
谢俊男
7741cffa03
feat(workflow node): built-in tools output modifications to adapt to workflow nodes
2026-01-13 11:36:09 +08:00
yingzhao
65a86a9261
Merge pull request #84 from SuanmoSuanyangTechnology/feature/workflow_zy
...
fix(web): update auth
2026-01-13 11:02:19 +08:00
zhaoying
0433e17b34
fix(web): update auth
2026-01-13 10:59:28 +08:00
yingzhao
df7298ee8c
Merge pull request #83 from SuanmoSuanyangTechnology/feature/workflow_zy
...
Feature/workflow zy
2026-01-13 10:29:09 +08:00
zhaoying
c01bddf5be
feat(web): user memory updated
2026-01-13 10:25:17 +08:00
zhaoying
bca4b22453
fix(web): workflow's chat
2026-01-13 10:19:04 +08:00
Mark
c4addc7e54
Merge pull request #82 from SuanmoSuanyangTechnology/feat/memory-perceptual
...
Feat/memory perceptual
2026-01-12 21:16:14 +08:00
mengyonghao
6a0cbd7d8e
perf(memory): optimize working memory summarization prompt
2026-01-12 21:14:45 +08:00
mengyonghao
38253fa49a
feat(memory): enrich perceptual memory timeline content
2026-01-12 21:14:12 +08:00
mengyonghao
c1fba39496
feat(workflow): add conversation_id parameter
2026-01-12 21:13:21 +08:00
Mark
d3b093c09d
Merge branch 'develop' of github.com:SuanmoSuanyangTechnology/MemoryBear into develop
2026-01-12 21:11:09 +08:00
Mark
1ce5020c73
[fix] handoff limit error
2026-01-12 21:10:58 +08:00
lixinyue11
89b7d94bd1
Flx/develop config ( #81 )
...
* 修改BUG,读取接口的end_user_id获取不准确修复,statements检索内容为空需要给空列表
* 反思的默认部分检索替换为partial
* 反思的默认部分检索替换为partial
* 反思的默认部分检索替换为partial
* 情绪归类
* 情绪归类
* 情绪归类
* 情绪归类
* 情绪归类
* 情绪归类
2026-01-12 20:50:09 +08:00
Mark
4b7908f4fc
Merge pull request #80 from SuanmoSuanyangTechnology/fix/workflow
...
fix(workflow): fix default values in parameter extraction node and incorrect value retrieval in comparison operations
2026-01-12 20:39:10 +08:00
mengyonghao
6a78ed7c8a
fix(workflow): fix default values in parameter extraction node and incorrect value retrieval in comparison operations
2026-01-12 20:32:17 +08:00
Mark
a006bc94b9
Merge pull request #74 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
feat(draft run)
2026-01-12 20:30:20 +08:00
yingzhao
59dad5f3fc
Merge pull request #79 from SuanmoSuanyangTechnology/feature/workflow_zy
...
Feature/workflow zy
2026-01-12 20:07:17 +08:00
乐力齐
4e1ff99cc5
[fix]Restore episodic memory and retrieve memory type ( #78 )
2026-01-12 19:02:25 +08:00
乐力齐
d477520b67
[fix]Return the "statement" attribute ( #76 )
...
* [fix]Return the "statement" attribute
* [fix]Trigger the forgetting cycle using the end_user_id
2026-01-12 18:47:40 +08:00
lixinyue11
17318d8205
Flx/develop config ( #77 )
...
* 修改BUG,读取接口的end_user_id获取不准确修复,statements检索内容为空需要给空列表
* 反思的默认部分检索替换为partial
* 反思的默认部分检索替换为partial
* 反思的默认部分检索替换为partial
2026-01-12 18:46:07 +08:00
zhaoying
7eb0d84947
fix(web): worflow bugfix
2026-01-12 18:44:52 +08:00
zhaoying
ea944d0ee2
fix(web): user memory
2026-01-12 18:44:09 +08:00
zhaoying
18d4a5e865
fix(web): multi_agent app update sub agent init
2026-01-12 18:13:30 +08:00
yujiangping
84aefc9a79
Merge branch 'develop' into feature/knowledgeBase_yjp
2026-01-12 17:53:22 +08:00