lanceyq
48e2e613bb
【change】Restore chat mode
2026-03-23 17:34:54 +08:00
lanceyq
31b8a3764e
【change】 1.Standardize log specifications;2.Cluster settings trigger explicitly
2026-03-23 16:38:47 +08:00
Ke Sun
37bc4beab4
Merge branch 'release/v0.2.8' into develop
2026-03-23 10:24:17 +08:00
Ke Sun
e8ae46b286
feat(memory-api): add end user management and enhance memory API endpoints
...
- Add end_user_controller with unauthenticated endpoint for creating end users
- Implement get_or_create_end_user logic to handle duplicate end users by other_id
- Register end_user_controller router in main controller initialization
- Add list_memory_configs endpoint to retrieve all workspace memory configurations
- Update MemoryWriteRequest and MemoryReadRequest to make config_id required field
- Refactor memory API endpoints to parse request body directly instead of using Body parameter
- Add CreateEndUserRequest and CreateEndUserResponse schemas for end user creation
- Add ListConfigsResponse schema for configs listing endpoint
- Remove unused config_id and llm_model_id parameters from Neo4j write operation
- Update .gitignore to exclude redbear-mem-metrics and pitch-deck directories
2026-03-20 21:04:41 +08:00
Ke Sun
78316de411
Merge pull request #660 from SuanmoSuanyangTechnology/fix/remove-redundancies
...
[changes] Remove the unused config_id
2026-03-20 20:50:57 +08:00
lanceyq
81f3b50200
Ensure stability
2026-03-20 20:45:29 +08:00
lanceyq
e3795fe1ed
[changes] Remove the unused config_id
2026-03-20 20:43:29 +08:00
lanceyq
72a2f2a7e8
[add] Introduce examples and triples to enrich the community summaries
2026-03-20 20:19:44 +08:00
Timebomb2018
8e7603bcc4
fix(app): Multimodal file processing
2026-03-20 20:17:42 +08:00
Eternity
cf26c9f39c
fix(workflow): allow right-hand operand to be optional when not required by comparison
2026-03-20 19:53:02 +08:00
Timebomb2018
fa29a39920
fix(app): release notes
2026-03-20 19:52:28 +08:00
Timebomb2018
240f1d431b
fix(app): Multimodal file storage
2026-03-20 19:45:41 +08:00
Timebomb2018
0f1b1d7d10
fix(app): The processing features of the application
2026-03-20 15:36:04 +08:00
Timebomb2018
bd1f649bd0
fix(app): The processing features of the application
2026-03-20 15:14:50 +08:00
Eternity
06de54ebfd
fix(workflow): fix streaming output issues caused by unreachable nodes
2026-03-20 14:56:53 +08:00
Timebomb2018
fb6ca3909a
fix(app): The copy processing features of the application
2026-03-20 14:20:23 +08:00
Timebomb2018
3929f811b8
fix(app): The import and export processing features of the application
2026-03-20 12:05:35 +08:00
Eternity
7c6e48b04e
feat(workflow): use internal streaming execution for non-stream API and return aggregated result
2026-03-20 11:58:44 +08:00
Timebomb2018
0157c9d262
fix(file): Routing repair
2026-03-19 21:59:00 +08:00
Timebomb2018
a51e34852c
fix(app features): Support for xls and doc files
2026-03-19 21:41:45 +08:00
Eternity
fcc81ac025
feat(workflow): optimize streaming output logic for sequential execution of multiple END nodes
2026-03-19 21:26:59 +08:00
Mark
36f670b2e9
Merge pull request #627 from SuanmoSuanyangTechnology/fix/features_028
...
Fix(bug)
2026-03-19 20:50:55 +08:00
Mark
cbcbc8822c
Merge pull request #631 from wanxunyang/feature/permanent-file-url-wxy
...
feat: add file storage controller with OSS/S3 support
2026-03-19 20:49:46 +08:00
Ke Sun
39b2f3ba0e
Merge pull request #633 from SuanmoSuanyangTechnology/fix/knowledge-retrieval
...
fix(workflow): enable nested search in knowledge base retrieval node
2026-03-19 20:34:09 +08:00
Ke Sun
152559ae46
Merge pull request #634 from SuanmoSuanyangTechnology/fix/celery
...
[changes] Modify the execution conditions of the task
2026-03-19 20:24:43 +08:00
lanceyq
b4615bacdc
[changes] Modify the execution conditions of the task
2026-03-19 20:17:43 +08:00
Eternity
e849fed5c1
fix(workflow): enable nested search in knowledge base retrieval node
2026-03-19 19:53:47 +08:00
wxy
e2411e0bdd
fix: remove unused share_info variable in upload_file_with_share_token
2026-03-19 19:43:48 +08:00
Mark
7af88b19cf
Merge pull request #629 from SuanmoSuanyangTechnology/fix/conversation-msgmetadata
...
fix(conversation): handle None meta_data in msg to prevent exceptions
2026-03-19 19:35:11 +08:00
Eternity
c3f8dbd4bc
fix(conversation): handle None meta_data in msg to prevent exceptions
2026-03-19 19:27:58 +08:00
Ke Sun
c1e48fde86
Merge pull request #630 from SuanmoSuanyangTechnology/fix/celery
...
[changes]Community node attribute check
2026-03-19 19:26:52 +08:00
lanceyq
f644c84fbb
[changes]Community node attribute check
2026-03-19 19:24:37 +08:00
Timebomb2018
2e481df465
Merge branch 'refs/heads/release/v0.2.8' into fix/features_028
2026-03-19 18:59:18 +08:00
Timebomb2018
a322ec4fd5
fix(bug): tool exception display
2026-03-19 18:58:37 +08:00
Mark
bdbf9c0609
Merge pull request #626 from SuanmoSuanyangTechnology/fix/workmemory-conversations
...
feat(memory): add pagination support for conversation list in working memory
2026-03-19 18:52:11 +08:00
Ke Sun
ef7d59e442
Merge pull request #625 from SuanmoSuanyangTechnology/fix/reserve
...
[changes] keep two decimals
2026-03-19 18:52:09 +08:00
Eternity
37a22fbfa9
feat(memory): add pagination support for conversation list in working memory
2026-03-19 18:23:09 +08:00
Mark
d798d101f7
Merge pull request #623 from SuanmoSuanyangTechnology/fix/workmemory-conversations
...
feat(memory): add pagination support for conversation list in working memory
2026-03-19 17:59:48 +08:00
Timebomb2018
4d5e2958dc
Merge branch 'refs/heads/release/v0.2.8' into fix/features_028
2026-03-19 17:58:17 +08:00
Timebomb2018
6105d46198
fix(bug): bug fix
2026-03-19 17:54:32 +08:00
lanceyq
7aec157859
[changes] keep two decimals
2026-03-19 17:53:01 +08:00
Eternity
13abb03d87
feat(memory): add pagination support for conversation list in working memory
2026-03-19 17:49:16 +08:00
wxy
e8947ad0bb
feat: add permanent public URL support for remote storage (OSS/S3)
2026-03-19 17:48:46 +08:00
Timebomb2018
7056865726
fix(agetn features):
...
1. Historical multimodal message writing is incorporated into the conversation context;
2. Resolve the issues where csv, json, and txt files cannot be recognized due to encoding problems;
3. File quantity limit;
4. Error details
2026-03-19 17:25:44 +08:00
Ke Sun
0bb8278a39
Merge pull request #619 from SuanmoSuanyangTechnology/release/v0.2.8
...
Release/v0.2.8
2026-03-19 15:54:20 +08:00
Ke Sun
e43f812c14
Merge pull request #614 from SuanmoSuanyangTechnology/feature/pruning-optimization
...
Feature/pruning optimization
2026-03-19 15:53:22 +08:00
lixiangcheng1
d584b47280
Merge branch 'feature/knowledge_lxc' into release/v0.2.8
2026-03-19 15:24:42 +08:00
lixiangcheng1
4bc030c1ef
Merge branch 'feature/knowledge_lxc' into develop
2026-03-19 15:10:45 +08:00
lixiangcheng1
86a0aa1f9f
【fix]Nested query of folder knowledge base retrieve
2026-03-19 15:08:50 +08:00
Mark
2258b5c43c
Merge pull request #615 from SuanmoSuanyangTechnology/fix/features_028
...
fix(agent features):
2026-03-19 13:03:22 +08:00