Timebomb2018
6348304b7d
fix(app): Error occurred while processing the experience sharing and loading the historical messages.
2026-03-23 18:52:23 +08:00
Ke Sun
2f78b7cf5e
Merge pull request #671 from SuanmoSuanyangTechnology/fix/log-community
...
【change】 1.Standardize log specifications;2.Cluster settings trigger …
2026-03-23 17:43:09 +08:00
山程漫悟
95b7df7e38
Merge branch 'develop' into feature/agent-tool_xjn
2026-03-23 17:18:04 +08:00
Timebomb2018
efeead41b2
feat(app):
...
1. Handling the storage of multimodal messages and adapting to the loading of historical messages for multi-round conversations;
2. Obtain the interface for retrieving the voice status of the reply;
3. File Information Retrieval Interface
2026-03-23 17:10:49 +08:00
lanceyq
31b8a3764e
【change】 1.Standardize log specifications;2.Cluster settings trigger explicitly
2026-03-23 16:38:47 +08:00
Mark
7bd97bf6d3
Merge pull request #651 from wanxunyang/feat/username-non-unique-dev
...
feat: remove username uniqueness constraint for community edition
2026-03-23 16:09:55 +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
Timebomb2018
8e7603bcc4
fix(app): Multimodal file processing
2026-03-20 20:17:42 +08:00
Timebomb2018
240f1d431b
fix(app): Multimodal file storage
2026-03-20 19:45:41 +08:00
wxy
bd31aa5abf
feat: remove username uniqueness constraint for community edition
...
- Remove unique=True from username column in User model
- Remove username duplicate check in create_user and create_superuser
- Add migration to drop unique index on username, keep email unique
2026-03-20 16:11:50 +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
Timebomb2018
a51e34852c
fix(app features): Support for xls and doc files
2026-03-19 21:41:45 +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
ef7d59e442
Merge pull request #625 from SuanmoSuanyangTechnology/fix/reserve
...
[changes] keep two decimals
2026-03-19 18:52: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
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
Mark
2258b5c43c
Merge pull request #615 from SuanmoSuanyangTechnology/fix/features_028
...
fix(agent features):
2026-03-19 13:03:22 +08:00
Timebomb2018
8c804a1011
fix(agent features):
...
1.Voice output is generated in a streaming manner.
2.Multimodal file storage type repair;
3.Adding features to the configuration of the sub-agents in the multi-agent system
2026-03-19 12:31:41 +08:00
lanceyq
c2fc4ab4ff
[changes] Remove regular logs and apply strict rules.
2026-03-19 12:26:16 +08:00
Eternity
83fcabadae
fix(workflow): fix incorrect file message display in non-streaming calls
2026-03-19 12:04:48 +08:00
lanceyq
d12ad213e0
[changes] Optimize the semantic pruning judgment rules
2026-03-19 11:49:59 +08:00
Mark
33d522b387
Merge pull request #612 from SuanmoSuanyangTechnology/feature/message-file
...
feat(workflow): move conversation file content into metadata
2026-03-19 11:12:28 +08:00
Eternity
5997458aaf
fix(workflow): fix missing file in non-streaming API calls
2026-03-19 11:06:01 +08:00
Eternity
68f9471caf
feat(workflow): move conversation file content into metadata
2026-03-19 11:03:15 +08:00
Timebomb2018
f6efa0d711
fix(agent): Reading of docx multimodal files; Multimodal attachment history record
2026-03-18 22:29:10 +08:00
wxy
e6c558c2a0
fix: use real workflow_config id from db to avoid foreign key violation in workflow_executions
2026-03-18 18:03:09 +08:00
Mark
1089a52ca0
Merge pull request #602 from wanxunyang/fix/app-share-wxy
...
fix: shared app exposes draft config to recipients before publishing
2026-03-18 17:52:03 +08:00
wxy
f042f44501
fix: shared app uses release snapshot config instead of draft in draft_run and get_agent_config
2026-03-18 17:04:14 +08:00
Timebomb2018
1503f8781a
Merge branch 'refs/heads/release/v0.2.8' into fix/features_028
2026-03-18 16:50:17 +08:00
Timebomb2018
7bbfd33ca0
fix(workflow and tool): Output processing modification of tool nodes and error modification for tool tests
2026-03-18 16:37:39 +08:00
Eternity
0ea47ce890
feat(workflow): add configurable workflow feature options
2026-03-18 16:20:18 +08:00
Ke Sun
da3f875555
Merge pull request #590 from SuanmoSuanyangTechnology/fix/perceptual-filename
...
fix(multimodel): gate perceptual memory writes on provider support
2026-03-18 12:00:48 +08:00
Timebomb2018
7e5e1609b0
fix(app): The bugs that were fixed in the previous version but were later rolled back.
2026-03-18 11:50:17 +08:00
Timebomb2018
7b99a32a1e
fix(app):
...
1.The end users are still bound to the app.
2. Multi-modal file support includes xlsx, csv, and json.
3. The file routing protocol is consistent with the page routing.
2026-03-18 10:46:55 +08:00
Eternity
3b8a806661
feat(workflow): expose workflow memory enable status in app share config API
2026-03-17 18:01:28 +08:00
Eternity
8ddacb7bc9
fix(perceptual): resolve inconsistency between local filename and actual filename
2026-03-17 17:29:46 +08:00
Eternity
262a9ddc48
fix(multimodel): filter unsupported files during perception memory write
2026-03-17 17:20:51 +08:00
Timebomb2018
dfcc85a466
fix(app): Experience sharing: Adding 'features' to agent_config parameters
2026-03-17 14:58:28 +08:00
Timebomb2018
e492dcd968
fix(app): File verification support
2026-03-17 13:09:51 +08:00
Timebomb2018
55bfee856d
fix(app): File verification support
2026-03-17 12:33:41 +08:00