Ke Sun
f7c2e82dc0
Merge branch 'develop' into release/v0.2.7
2026-03-16 15:47:00 +08:00
Ke Sun
a0c4515a81
Merge pull request #555 from SuanmoSuanyangTechnology/feature/cluster
...
Feature/cluster
2026-03-13 20:37:53 +08:00
lanceyq
f033607c8b
[changes] Queue uniformity, query statement uniformity
2026-03-13 20:07:18 +08:00
wxy
ad87fd96db
Merge branch 'develop' of https://github.com/SuanmoSuanyangTechnology/MemoryBear into feature/app-share-wxy
2026-03-13 17:24:20 +08:00
wxy
c7cc0cd922
refactor(app): use soft delete for app shares via is_active flag
2026-03-13 17:02:29 +08:00
Eternity
73aee97be5
fix(multimodel): handle 302 redirect when downloading files
2026-03-13 16:46:03 +08:00
wxy
aab54ca1a8
refactor(app): address AI review suggestions on sharing endpoints
2026-03-13 16:19:35 +08:00
wxy
c354618e20
feat(app): add shared_only filter and batch unshare endpoints
2026-03-13 15:57:23 +08:00
lanceyq
967139cea4
[add] Community node interface development
2026-03-13 15:47:05 +08:00
Eternity
b71bc1f875
feat(multimodel): support multimodal memory display and improve code style
2026-03-13 14:47:56 +08:00
Mark
a7a2dabc5a
Merge pull request #549 from wanxunyang/feature/app-share-wxy
...
feat(app): add cross-workspace app sharing backend
2026-03-13 11:17:21 +08:00
wxy
d66b9dd8cb
feat(app): add cross-workspace app sharing backend
2026-03-13 10:26:59 +08:00
Mark
7267198a8c
Merge branch 'feature/i18n' into develop
...
* feature/i18n:
[add] i18n support zh,en
2026-03-13 10:24:33 +08:00
Mark
0f36c5c872
Merge pull request #547 from SuanmoSuanyangTechnology/fix/RAG-show
...
[changes] Field standardization
2026-03-12 19:52:57 +08:00
lanceyq
6a67f028ce
[changes] Set constants
2026-03-12 19:50:32 +08:00
lanceyq
572ce7f9ec
[changes] Field standardization
2026-03-12 19:13:24 +08:00
Ke Sun
4859ab3ba7
Merge pull request #544 from SuanmoSuanyangTechnology/fix/RAG-show
...
[add] RAG storage displays the page effect
2026-03-12 18:40:17 +08:00
lanceyq
110de0afbc
[add] RAG storage displays the page effect
2026-03-12 18:35:09 +08:00
Timebomb2018
73e51a9b0b
fix(app): Bug fixes for application import and export
2026-03-12 17:36:42 +08:00
Timebomb2018
a3e6f67ff7
fix(tool): The MCP tool checks for duplicate additions from the main screen and performs a test before adding.
2026-03-11 17:19:07 +08:00
Mark
4f5ee24bc5
[add] i18n support zh,en
2026-03-11 10:45:07 +08:00
Ke Sun
f1207dc8b9
Merge pull request #531 from SuanmoSuanyangTechnology/feature/pruning-scene
...
[add] Different scenarios achieve different pruning effects.
2026-03-10 20:16:08 +08:00
lanceyq
8b0f806079
[add] Different scenarios achieve different pruning effects.
2026-03-10 19:00:30 +08:00
Eternity
99e94b3567
feat(workflow,app): add MIME-based file handling and HTTP response files
2026-03-10 18:28:16 +08:00
Timebomb2018
f941541304
fix(app): Workflow import verification
2026-03-10 16:18:22 +08:00
Ke Sun
8a4d58c520
Merge pull request #524 from SuanmoSuanyangTechnology/feature/details-memory
...
Feature/details memory
2026-03-10 14:42:18 +08:00
lanceyq
424d2033ea
[add] Added an interface for refreshing RAG storage image data
2026-03-10 12:11:13 +08:00
lanceyq
fd556f9b00
[add] Generate user summaries and memory insights using Jinja2 tags
2026-03-10 11:51:17 +08:00
lanceyq
e2f5fa87b1
[add] Add cache to RAG storage
2026-03-10 11:41:09 +08:00
Mark
e4a2bd3b9b
Merge pull request #522 from SuanmoSuanyangTechnology/fix/bug-patch
...
feat(workspace, app, agent): add duplicate name validation and restrict model/memory config on agent publish
2026-03-10 11:31:54 +08:00
Timebomb2018
3237f4cd6e
feat(app): Application (agent, workflow) import/export
2026-03-10 11:27:28 +08:00
Timebomb2018
beea826377
feat(app): Application (agent, workflow) import/export
2026-03-10 11:17:52 +08:00
Eternity
7cdbbefc64
feat(workspace, app, agent): add duplicate name validation and restrict model/memory config on agent publish
2026-03-10 10:59:59 +08:00
Ke Sun
9fe47e2fb2
fix(memory_agent): handle draft run without current release
...
- Add TODO comment to verify end_user sources (chat, draft, apikey)
- Comment out release validation check to support draft run mode
- Add TODO note explaining temporary fix for draft execution
- Handle null current_release_id in result by returning None instead of failing
- Improve import formatting for MemoryConfig model import statement
- Allow configuration retrieval when app has no published release
2026-03-09 19:07:09 +08:00
lanceyq
e4aaa18f61
[changes] User summaries stored in RAG, generation of memory insights
2026-03-09 18:50:32 +08:00
Ke Sun
ece88a3879
Merge pull request #518 from SuanmoSuanyangTechnology/feature/timer-shaft
...
Feature/timer shaft
2026-03-09 14:44:46 +08:00
lanceyq
2612abc9d0
[add] Create a Celery task for checking the existence of the "implicit_emotions" data
2026-03-07 13:56:15 +08:00
Mark
d080b44ac3
Merge branch 'release/v0.2.6' into develop
...
* release/v0.2.6:
fix(web): ontology class default tag bugfix
fix(version): Version 0.2.6 Release Notes
fix(web): chat file delete bugfix
feat: support model load balancing and add message_id to API responses
feat: support model load balancing and add message_id to API responses
[changes] Work space isolation
[add] Recently, memory activities have adopted Redis caching.
[changes] Work space isolation
[add] Recently, memory activities have adopted Redis caching.
fix(web): upload add loading
[changes] The enumeration check has been changed to a string.
[changes] The enumeration check has been changed to a string.
feat(web): http-request add headers variable
fix(workflow): ensure file messages are written to messages in non-stream mode
fix(workflow): fix Dify compatibility issues
[changes] Memory write completion active failure interest cache
feat(workflow): support multimodal context
[changes] AI review and correction of code
[add] Semantic pruning is unified with the ontology engineering scenario.
feat(chat): add message_id field to chat API response
2026-03-07 11:09:39 +08:00
lanceyq
834387e254
[add] Recently, memory activities have adopted Redis caching.
2026-03-06 18:39:21 +08:00
Ke Sun
254147265e
Merge pull request #497 from SuanmoSuanyangTechnology/fix/bug-patch
...
feat(workflow,chat): support multimodal context and add message_id to chat API response; fix Dify compatibility issues
2026-03-06 17:28:36 +08:00
Eternity
05c9ed1450
fix(workflow): ensure file messages are written to messages in non-stream mode
2026-03-06 17:26:03 +08:00
Eternity
f53633a8b8
fix(workflow): fix Dify compatibility issues
2026-03-06 17:17:29 +08:00
Timebomb2018
9600d687fa
fix(mcp): Obtain the MCP tool information to complete the channel information
2026-03-06 17:15:12 +08:00
Ke Sun
cae9105b8d
Merge pull request #489 from SuanmoSuanyangTechnology/feature/scene-uniformity
...
[add] Semantic pruning is unified with the ontology engineering scena…
2026-03-06 16:55:20 +08:00
Ke Sun
08e4ad6a7c
Merge pull request #495 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
fix(mcp)
2026-03-06 16:40:03 +08:00
Ke Sun
16b87de0df
Merge branch 'develop' into release/v0.2.6
2026-03-06 16:37:02 +08:00
Timebomb2018
391cd602a2
fix(mcp): MCP tool binds the information of the tool marketplace
2026-03-06 16:32:33 +08:00
Eternity
ccc67df8df
feat(workflow): support multimodal context
2026-03-06 15:44:37 +08:00
Mark
03676b7adc
Merge pull request #490 from SuanmoSuanyangTechnology/fix/mutimodal
...
fix(agent and model)
2026-03-06 14:48:34 +08:00
Timebomb2018
af6fde414f
fix(agent and model):
...
1. From the model square to the model list, the added models are initially set to be inactive. When manually activating them, a mandatory API key configuration is required.
2. Copying of applications (agent, workflow, multi_agent)
2026-03-06 14:40:07 +08:00