yingzhao
75e8caf441
Merge pull request #746 from SuanmoSuanyangTechnology/feature/ui_upgrade_zy
...
Feature/UI upgrade zy
2026-03-31 13:44:41 +08:00
zhaoying
02660c7c97
feat(web): end user list support page
2026-03-31 12:26:17 +08:00
Ke Sun
3ea57d1cb0
Merge pull request #724 from SuanmoSuanyangTechnology/feature/memory-agent-perceptual
...
feat(agent, memory): add agent-perceived memory writing
2026-03-31 12:03:47 +08:00
Ke Sun
4a71484151
Merge pull request #708 from SuanmoSuanyangTechnology/pref/workflow-engine
...
pref(workflow): performance optimization
2026-03-31 11:39:34 +08:00
zhaoying
db8b3416a6
feat(web): workflow edge ui
2026-03-31 11:38:42 +08:00
zhaoying
3cca35a74f
feat(web): workflow node port view update
2026-03-30 17:21:09 +08:00
Ke Sun
ed90405439
Merge pull request #735 from SuanmoSuanyangTechnology/revert-729-fix/memory-write
...
Revert "fix(memory,task): add Redis fair lock for ordered memory writes"
2026-03-30 17:16:35 +08:00
Ke Sun
533000030f
Revert "fix(memory,task): add Redis fair lock for ordered memory writes"
2026-03-30 17:16:14 +08:00
Ke Sun
a58ac385b1
Merge pull request #729 from SuanmoSuanyangTechnology/fix/memory-write
...
fix(memory,task): add Redis fair lock for ordered memory writes
2026-03-30 17:15:14 +08:00
Eternity
e9ad13504a
fix(memory,task): add Redis fair lock for ordered memory writes
2026-03-30 16:06:23 +08:00
zhaoying
13e35ed122
feat(web) workflow edge center add add tool
2026-03-30 15:15:20 +08:00
Eternity
7acb7045f0
feat(agent, memory): add agent-perceived memory writing
2026-03-30 13:39:49 +08:00
zhaoying
f9f302dd2a
feat(web): api key & space config ui upgrade
2026-03-30 11:41:18 +08:00
zhaoying
167c915631
feat(web): logo update
2026-03-27 19:19:18 +08:00
zhaoying
8224848ce1
fix(web): file upalod add class
2026-03-27 18:25:37 +08:00
zhaoying
c3e5c8b8bb
fix(web): app message duration
2026-03-27 18:14:57 +08:00
zhaoying
930cadcaa8
fix(web): model tag
2026-03-27 18:11:54 +08:00
zhaoying
57b6b34567
fix(web): app file
2026-03-27 18:03:09 +08:00
zhaoying
7dce63dc0b
feat(web): user permissions
2026-03-27 17:27:14 +08:00
zhaoying
e37b1b01ca
fix(web): ui
2026-03-27 16:00:26 +08:00
zhaoying
200c13b59f
fix(web): use file type get info
2026-03-27 15:00:26 +08:00
zhaoying
8677db114b
fix(web): features suggested_questions
2026-03-27 14:39:40 +08:00
zhaoying
4298cd7d06
fix(web): workflow features
2026-03-27 14:34:29 +08:00
zhaoying
3da6331515
fix(web): app chat
2026-03-27 14:28:51 +08:00
Eternity
bca43fcc75
perf(workflow): expose extract_document_text as instance method, optimize knowledge base parallel search
...
- Change extract_document_text from private to instance method in multimodal service for external access
- Optimize knowledge base search logic to improve parallel retrieval performance
2026-03-27 12:23:18 +08:00
zhaoying
4f69224cfd
Merge branch 'feature/ui_upgrade_zy' of github.com:SuanmoSuanyangTechnology/MemoryBear into feature/ui_upgrade_zy
2026-03-27 12:03:07 +08:00
zhaoying
6f7fee18c9
fix(web): height calculate
2026-03-27 12:02:50 +08:00
Eternity
7fd00009a2
perf(workflow): introduce LazyDict to reduce variable serialization, optimize regex to reduce compilation
...
- Use LazyDict for deferred serialization, improving performance
- Reuse regex patterns to avoid repeated compilation
2026-03-27 12:00:30 +08:00
Eternity
4534b65d6a
refactor(workflow): optimize workflow history queries and migrate ORM to SQLAlchemy 2.0
...
- Migrate historical workflow queries from legacy ORM Query API to SQLAlchemy 2.0 select() + execute()
- Limit query fields and use pagination to reduce returned data, improving performance
- Preserve original ordering and filtering logic
2026-03-27 11:56:22 +08:00
zhaoying
701df40270
fix(web): agent model
2026-03-27 10:08:27 +08:00
Ke Sun
a5bce221bd
refactor(memory-api): migrate end user creation to authenticated API endpoint
...
- Remove unauthenticated end_user_controller and its router registration
- Move end user creation logic to authenticated memory_api_controller endpoint
- Add create_end_user method to MemoryAPIService with workspace authorization
- Fix retrieve_nodes import in read_graph to use correct function reference
- Consolidate end user management under authenticated memory API with API key scoping
2026-03-26 20:12:11 +08:00
Mark
3ed6f49bb0
[add] migration script
2026-03-26 19:56:31 +08:00
Mark
a416a6b2bd
Merge pull request #702 from wanxunyang/feature/app-message-log
...
fix: add tenant status check on token refresh
2026-03-26 19:54:06 +08:00
wxy
35be03803f
feat: add tenant relationship and status fields to User model
2026-03-26 18:56:43 +08:00
yingzhao
6427018ffb
Merge pull request #701 from SuanmoSuanyangTechnology/feature/ui_upgrade_zy
...
Feature/UI upgrade zy
2026-03-26 18:49:52 +08:00
wxy
06b823ff96
fix: prevent token refresh when tenant is disabled
2026-03-26 18:48:20 +08:00
zhaoying
0fdb489227
fix(web): editor bugfix
2026-03-26 18:47:44 +08:00
Ke Sun
f6394a791e
Merge pull request #700 from SuanmoSuanyangTechnology/feature/user-alias
...
[changes] New field added
2026-03-26 18:36:41 +08:00
Ke Sun
4bfd4944d0
Merge pull request #698 from SuanmoSuanyangTechnology/fix/batch-clustering
...
[changes] Set up Celery tasks to perform clustering
2026-03-26 18:36:23 +08:00
Mark
7faf291ec3
Merge pull request #699 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
fix(app)
2026-03-26 18:35:44 +08:00
Mark
3d291e3c23
[add] migration script
2026-03-26 18:34:19 +08:00
lanceyq
b35bedc730
[changes] New field added
2026-03-26 18:30:59 +08:00
Timebomb2018
4d39cdf464
fix(app): The opening remarks and the referenced documents have been saved in the history.
2026-03-26 18:28:19 +08:00
lanceyq
a874cc70a4
[changes] Add the content for client initialization failure alarm
2026-03-26 18:18:23 +08:00
lanceyq
2319432182
[changes] Set up Celery tasks to perform clustering
2026-03-26 18:18:23 +08:00
Ke Sun
7556468c6e
Merge pull request #686 from SuanmoSuanyangTechnology/feature/user-alias
...
Feature/user alias
2026-03-26 17:34:00 +08:00
zhaoying
91d38c0648
feat(web): add document-extractor node
2026-03-26 17:09:41 +08:00
wxy
df3d58d388
Merge branch 'develop' of https://github.com/SuanmoSuanyangTechnology/MemoryBear into feature/app-message-log
2026-03-26 17:09:05 +08:00
Ke Sun
80856e3c92
Merge pull request #697 from SuanmoSuanyangTechnology/fix/memoryconfig-update
...
Fix/memoryconfig update
2026-03-26 16:47:27 +08:00
Ke Sun
8c6f395818
refactor(app-service): Rename memory config extraction method for clarity
...
- Rename `_extract_memory_config_id` to `_get_memory_config_id_from_release` to better reflect its purpose of retrieving memory config from release objects
- Update method call in release creation flow
- Update method call in release retrieval flow
- Improves code readability by making the method's scope and responsibility more explicit
2026-03-26 16:36:53 +08:00