lanceyq
21ae448ed7
[add] Throw out explicit error messages; Using the CST time zone
2026-03-09 14:58:03 +08:00
lanceyq
50466124c8
[add] Verification of the existence of interest distribution
2026-03-09 14:57:22 +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
Mark
cedc4a92cc
Merge pull request #515 from SuanmoSuanyangTechnology/feature/workflow-notes
...
feat(workflow): add support for notes nodes
2026-03-09 14:14:07 +08:00
Ke Sun
c8065b0c60
feat(implicit-emotions): add Redis resilience and connection pooling
...
- Replace single Redis client with connection pool for better concurrency and auto-reconnection
- Add graceful degradation when Redis is unavailable (None handling in get_users_needing_refresh)
- Add RedisError exception handling with fallback to process all users on mget failures
- Add type hints (Optional[redis.StrictRedis]) to Redis client parameters
- Add health check and socket timeout configuration to connection pool
- Add logging for Redis connection failures and degradation events
- Reorganize imports alphabetically for consistency across both files
- Update get_sync_redis_client to validate connection with ping() before returning
2026-03-09 14:12:53 +08:00
lanceyq
476632294f
[changes] Remove the "worker-ondemand" queue
2026-03-09 14:02:23 +08:00
Ke Sun
00e0201bf9
Merge pull request #517 from SuanmoSuanyangTechnology/release/v0.2.6
...
Release/v0.2.6
2026-03-09 10:56:39 +08:00
Eternity
389dd8d402
feat(workflow): support resizing comment nodes, add theme and author display toggle
2026-03-09 03:21:04 +08:00
Eternity
966bd8528d
feat(workflow): simplify node converter registry
2026-03-09 03:08:44 +08:00
Eternity
8f789d47a2
feat(workflow): add support for notes nodes
2026-03-09 03:00:27 +08:00
lanceyq
cef14cda9e
[add] Standardize time zones; Reuse a single Redis client; Use "mget" for batch writing requests
2026-03-07 16:36:24 +08:00
lanceyq
c14f067afb
[add] The "update-implicit-emotions-storage" task uses the timeline to filter the updated data users.
2026-03-07 16:23:59 +08:00
yingzhao
6c8dca6379
Merge pull request #512 from SuanmoSuanyangTechnology/fix/release_web_zy
...
fix(web): change mousewheel factor
2026-03-07 15:25:44 +08:00
zhaoying
819d205166
fix(web): change mousewheel factor
2026-03-07 15:23:56 +08:00
yingzhao
9e17f65eda
Merge pull request #511 from SuanmoSuanyangTechnology/fix/release_web_zy
...
fix(web): jinja2 editor bugfix
2026-03-07 14:53:26 +08:00
zhaoying
7373f68172
fix(web): jinja2 editor bugfix
2026-03-07 14:52:00 +08:00
Mark
0999bd30d7
Merge pull request #510 from SuanmoSuanyangTechnology/fix/bug-patch
...
fix(workflow): fix compatibility issues when importing workflows from dify
2026-03-07 14:48:26 +08:00
Eternity
f01185a7fc
fix(workflow): fix compatibility issues when importing workflows from dify
2026-03-07 14:44:00 +08:00
yingzhao
7cd7303754
Merge pull request #509 from SuanmoSuanyangTechnology/fix/release_web_zy
...
fix(web): add notes node; jinja2 editor bugfix
2026-03-07 14:42:15 +08:00
zhaoying
d19fec2155
fix(web): add notes node; jinja2 editor bugfix
2026-03-07 14:40:43 +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
Mark
df18868888
Merge pull request #507 from SuanmoSuanyangTechnology/fix/version_026
...
fix(version)
2026-03-07 11:08:30 +08:00
yingzhao
4438b08560
Merge pull request #508 from SuanmoSuanyangTechnology/fix/release_web_zy
...
fix(web): ontology class default tag bugfix
2026-03-07 10:35:33 +08:00
zhaoying
1029f94669
fix(web): ontology class default tag bugfix
2026-03-07 10:33:32 +08:00
Timebomb2018
0a3acf446d
fix(version): Version 0.2.6 Release Notes
2026-03-07 04:19:35 +02:00
Mark
c01ad5a19e
Merge pull request #498 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
fix(mcp)
2026-03-07 10:15:18 +08:00
Mark
5a7723553c
Merge pull request #505 from SuanmoSuanyangTechnology/fix/bug-patch
...
feat: support model load balancing and add message_id to API responses
2026-03-07 10:11:20 +08:00
yingzhao
975844eccf
Merge pull request #506 from SuanmoSuanyangTechnology/fix/release_web_zy
...
fix(web): chat file delete bugfix
2026-03-06 19:45:37 +08:00
zhaoying
865ad31f2f
fix(web): chat file delete bugfix
2026-03-06 19:44:34 +08:00
Eternity
b756f0c86c
feat: support model load balancing and add message_id to API responses
2026-03-06 19:42:40 +08:00
Eternity
3e5f6176af
feat: support model load balancing and add message_id to API responses
2026-03-06 19:29:31 +08:00
Mark
ab5b165dc2
Merge pull request #504 from SuanmoSuanyangTechnology/feature/activity-cache
...
[add] Recently, memory activities have adopted Redis caching.
2026-03-06 18:48:26 +08:00
lanceyq
f9393c2f63
Merge branch 'feature/activity-cache' of github.com:SuanmoSuanyangTechnology/MemoryBear into feature/activity-cache
2026-03-06 18:39:28 +08:00
lanceyq
aa6638424c
[changes] Work space isolation
2026-03-06 18:39:21 +08:00
lanceyq
834387e254
[add] Recently, memory activities have adopted Redis caching.
2026-03-06 18:39:21 +08:00
lanceyq
9caa986c80
[changes] Work space isolation
2026-03-06 18:38:23 +08:00
yingzhao
72b84dfc8f
Merge pull request #503 from SuanmoSuanyangTechnology/fix/release_web_zy
...
fix(web): upload add loading
2026-03-06 18:32:56 +08:00
lanceyq
af10195025
[add] Recently, memory activities have adopted Redis caching.
2026-03-06 18:32:24 +08:00
zhaoying
22382423ad
fix(web): upload add loading
2026-03-06 18:30:40 +08:00
Ke Sun
0f80c67cbd
Merge pull request #502 from SuanmoSuanyangTechnology/fix/interest-distribution
...
Fix/interest distribution
2026-03-06 17:36:21 +08:00
lanceyq
aa6473c1c7
Merge branch 'fix/interest-distribution' of github.com:SuanmoSuanyangTechnology/MemoryBear into fix/interest-distribution
2026-03-06 17:35:00 +08:00
lanceyq
cde61cb6ac
[changes] The enumeration check has been changed to a string.
2026-03-06 17:34:52 +08:00
lanceyq
b1368997c2
[changes] The enumeration check has been changed to a string.
2026-03-06 17:33:12 +08:00
yingzhao
ec7dc448c1
Merge pull request #501 from SuanmoSuanyangTechnology/fix/release_web_zy
...
Fix/release web zy
2026-03-06 17:29:09 +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
zhaoying
479bba9a4e
feat(web): http-request add headers variable
2026-03-06 17:27:43 +08:00
Ke Sun
cfb39a6baa
Merge pull request #500 from SuanmoSuanyangTechnology/fix/interest-distribution
...
[changes] Memory write completion active failure interest cache
2026-03-06 17:26:18 +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