lanceyq
a3f05220d3
[changes] Test the scheduled task
2026-03-04 12:34:24 +08:00
lanceyq
7446241735
[changes] AI reviews and modifies the code
2026-03-04 12:34:24 +08:00
lanceyq
6033d37537
[changes] Implicit and emotional memories are stored in a database.
2026-03-04 12:34:24 +08:00
zhaoying
1524d7b5ce
fix(web): Implicit detail add check data api
2026-03-04 12:33:10 +08:00
zhaoying
e00341a4cc
fix(web): file upload bugfix
2026-03-04 12:33:10 +08:00
zhaoying
f5185d2e95
fix(web): FileUpload bugfix
2026-03-04 12:32:40 +08:00
Mark
c041d24989
Merge pull request #446 from SuanmoSuanyangTechnology/feature/agent-variable
...
fix(workflow): rename output message field
2026-03-04 12:32:04 +08:00
zhaoying
dc9003f9db
fix(web): model logo; BasicAuthLayout fix
2026-03-04 12:31:10 +08:00
zhaoying
07e0c70629
feat(web): create space storage type add recommend
2026-03-04 12:31:10 +08:00
zhaoying
37f77e0990
fix(web): AutocompletePlugin key up/down support scroll
2026-03-04 12:31:10 +08:00
Timebomb2018
aef1a57ea8
fix(user): The user changes the space and modifies the role, the role information is synchronized.
2026-03-04 12:31:10 +08:00
Timebomb2018
69af479224
docs(version): Version 0.2.5 Release Notes
2026-03-04 12:31:10 +08:00
Timebomb2018
f38223c97f
docs(version): Version 0.2.5 Release Notes
2026-03-04 12:31:10 +08:00
Timebomb2018
1ac6702eb0
docs(version): Version 0.2.5 Release Notes
2026-03-04 12:31:10 +08:00
zhaoying
2510f60dce
fix(web): change model list provider logo
2026-03-04 12:31:10 +08:00
Mark
b9d7fb2598
[add] migration script
2026-03-04 12:31:10 +08:00
Timebomb2018
a39ba564fa
fix(file): File uploads can be made without workspace.
2026-03-04 12:31:10 +08:00
Timebomb2018
34310bfabe
fix(version): fix version information
2026-03-04 12:31:10 +08:00
zhaoying
78fd189510
fix(web): release bugfix
2026-03-04 12:31:10 +08:00
lanceyq
94836ed9af
[add] Set up scheduled tasks for existing and new users
2026-03-04 12:28:55 +08:00
yingzhao
1d662fb63e
Merge pull request #448 from SuanmoSuanyangTechnology/feature/memory_zy
...
feat(web): short term detail use Markdown
2026-03-04 12:27:49 +08:00
yingzhao
d1933d2aef
Merge pull request #447 from SuanmoSuanyangTechnology/feature/workflow_import_zy
...
feat(web): workflow chat use content replace chunk
2026-03-04 12:25:06 +08:00
Eternity
163872be6e
fix(workflow): rename output message field
2026-03-04 12:23:17 +08:00
zhaoying
14fcb66a9c
feat(web): short term detail use Markdown
2026-03-04 12:19:48 +08:00
lanceyq
c488eb0cd0
[changes] 1.Use structured logs;
...
2.Align the type and default value of "end_user_id" with the semantic meaning of "required".
2026-03-04 12:17:34 +08:00
zhaoying
91d20f7272
feat(web): workflow chat use content replace chunk
2026-03-04 12:12:21 +08:00
lanceyq
c3d7963fe0
Merge branch 'fix/interest_distribution' of github.com:SuanmoSuanyangTechnology/MemoryBear into fix/interest_distribution
2026-03-04 12:10:08 +08:00
lanceyq
c31a92bf01
[add] Set cache for the distribution of interest tags
2026-03-04 12:10:00 +08:00
lanceyq
b5703c1b82
[fix] Revising the judgment method for the interest analysis tags
2026-03-04 12:09:59 +08:00
lanceyq
df34735a9b
[add] Set cache for the distribution of interest tags
2026-03-04 12:08:57 +08:00
zhaoying
31bee889d7
feat(web): model add is_vision/is_omni config
2026-03-04 11:52:54 +08:00
Ke Sun
b3ba0a6ed6
Merge pull request #443 from SuanmoSuanyangTechnology/fix/memory_incorememt
...
[changes] The timing of the memory increment task has been changed fr…
2026-03-04 11:16:58 +08:00
lanceyq
ce3b7897d7
Merge branch 'fix/interest_distribution' of github.com:SuanmoSuanyangTechnology/MemoryBear into fix/interest_distribution
2026-03-04 11:06:20 +08:00
lanceyq
9115ad6950
[fix] Revising the judgment method for the interest analysis tags
2026-03-04 11:06:08 +08:00
yingzhao
c6b76438f4
Merge pull request #444 from SuanmoSuanyangTechnology/feature/memory_zy
...
feat(web): change interest distribution api
2026-03-04 11:00:56 +08:00
zhaoying
68c4c7429c
feat(web): change interest distribution api
2026-03-04 10:59:29 +08:00
lanceyq
8466c8e019
[fix] Revising the judgment method for the interest analysis tags
2026-03-03 23:30:54 +08:00
lanceyq
d899b27448
[changes] The timing of the memory increment task has been changed from relative time to absolute time.
2026-03-03 22:46:05 +08:00
Ke Sun
229eb5cc86
Merge pull request #442 from SuanmoSuanyangTechnology/fix/storage
...
Fix/storage
2026-03-03 16:59:17 +08:00
Ke Sun
66c153f1ad
refactor(api): improve memory service dependency injection and code organization
...
- Update ShortService and LongService constructors to accept db Session parameter for proper dependency injection instead of using module-level db instance
- Reorganize imports in memory_short_term_controller.py following PEP 8 conventions (stdlib, third-party, local imports)
- Add comprehensive docstrings with type hints to ShortService and LongService methods for better code documentation
- Fix import organization in memory_short_service.py to group related imports and improve readability
- Reorganize imports in user_memory_service.py to follow consistent import ordering patterns
- Update ShortService instantiation in analytics_memory_types to pass db parameter
- Remove module-level db instance initialization in favor of caller-managed database session lifecycle
- Add type annotations to method signatures (end_user_id: str, db: Session, return types)
- Improve code formatting and spacing consistency across memory service files
2026-03-03 16:48:34 +08:00
lanceyq
bbb2c6c903
[changes] Modify the pop-up window for emotional suggestions at the backend
2026-03-03 16:47:50 +08:00
lanceyq
5edf3f2b8a
[changes] Test the scheduled task
2026-03-03 16:16:16 +08:00
lanceyq
006c6cd159
[changes] AI reviews and modifies the code
2026-03-03 15:33:38 +08:00
lanceyq
9675982555
[changes] Implicit and emotional memories are stored in a database.
2026-03-03 15:33:17 +08:00
yingzhao
c6c7a1827c
Merge pull request #440 from SuanmoSuanyangTechnology/feature/workflow_import_zy
...
Feature/workflow import zy
2026-03-03 15:33:13 +08:00
yingzhao
3ac8a9431b
Merge pull request #439 from SuanmoSuanyangTechnology/fix/memory_web_zy
...
fix(web): Implicit detail add check data api
2026-03-03 15:21:32 +08:00
zhaoying
5c42a84c3e
fix(web): Implicit detail add check data api
2026-03-03 15:09:16 +08:00
yujiangping
8fdaebbe6e
Merge branch 'fix/release_web_yjp' into develop
2026-03-03 15:02:20 +08:00
zhaoying
9a98ccff2c
feat(web): agent compare chat add variables
2026-03-03 14:48:50 +08:00
yujiangping
ee4027c561
feat(web): enhance knowledge base sharing with stop share feedback
...
- Fix file download URL to use absolute API path instead of apiPrefix variable
- Add stopShareSuccess i18n message for English locale
- Add stopShareSuccess i18n message for Chinese locale
- Update ShareModal to display different success messages based on share toggle state
- Show "Sharing is off" message when disabling knowledge base sharing
- Improve user feedback when toggling share status on/off
2026-03-03 14:47:24 +08:00