Eternity
dce7206c44
fix(celery, rag): unify rag_write return type and remove deprecated downstream calls
...
- Unify the return type of `rag_write` in Celery tasks for consistency.
- Remove two deprecated downstream API calls to avoid obsolete dependencies.
2026-03-20 21:05:22 +08:00
Eternity
c17a2dad2d
style(memory): Some code style optimizations
2026-03-20 21:05:22 +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
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
Ke Sun
291767031c
Merge pull request #606 from SuanmoSuanyangTechnology/feature/app-num
...
[add] Statistics on the number of shared and owned apps
2026-03-18 18:39:40 +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
lanceyq
c7fb9ab8e3
[add] Statistics on the number of shared and owned apps
2026-03-18 17:51:57 +08:00
wxy
e24217a6ba
fix: remove redundant local AppRelease import causing NameError in draft_run
2026-03-18 17:36:43 +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
wxy
56c98648f9
fix: support both query param and body for new_name in copy_app for backward compatibility
2026-03-18 17:04:14 +08:00
wxy
956efe6a09
fix: read new_name from request body in copy_app endpoint
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
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
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
Timebomb2018
ea391dc44e
feat(app):
...
1. Add new functional features to the agent;
2. Enhance the voice output;
3. Modify the end_user binding;
4. Delete and modify the tools.
2026-03-16 18:00:09 +08:00
Ke Sun
f7c2e82dc0
Merge branch 'develop' into release/v0.2.7
2026-03-16 15:47:00 +08:00
Ke Sun
a0c4515a81
Merge pull request #555 from SuanmoSuanyangTechnology/feature/cluster
...
Feature/cluster
2026-03-13 20:37:53 +08:00
lanceyq
4bf418a3d6
[changes] Unified management of delays
2026-03-13 20:25:11 +08:00
lanceyq
f033607c8b
[changes] Queue uniformity, query statement uniformity
2026-03-13 20:07:18 +08:00
lixiangcheng1
860cd31799
Merge branch 'feature/knowledge_lxc' into develop
2026-03-13 18:39:40 +08:00
lixiangcheng1
d674b48f7d
[FIX] update mcp_market_config error
2026-03-13 18:32:47 +08:00
wxy
ad87fd96db
Merge branch 'develop' of https://github.com/SuanmoSuanyangTechnology/MemoryBear into feature/app-share-wxy
2026-03-13 17:24:20 +08:00
Mark
d575478b53
Merge pull request #557 from SuanmoSuanyangTechnology/fix/app_027
...
fix(mcp)
2026-03-13 16:21:40 +08:00
wxy
aab54ca1a8
refactor(app): address AI review suggestions on sharing endpoints
2026-03-13 16:19:35 +08:00
Timebomb2018
d4f2094ee0
fix(mcp): The token configuration modification of MCP Market needs to be verified.
2026-03-13 16:18:46 +08:00
wxy
c354618e20
feat(app): add shared_only filter and batch unshare endpoints
2026-03-13 15:57:23 +08:00
lanceyq
668539e737
[add] Selective merge submission
2026-03-13 15:47:53 +08:00
lanceyq
967139cea4
[add] Community node interface development
2026-03-13 15:47:05 +08:00
Eternity
b71bc1f875
feat(multimodel): support multimodal memory display and improve code style
2026-03-13 14:47:56 +08:00
Mark
065f8db2f7
Merge pull request #552 from SuanmoSuanyangTechnology/fix/app_027
...
fix(mcp)
2026-03-13 14:15:49 +08:00
Timebomb2018
dac1c01a2c
fix(mcp): bug fix
2026-03-13 14:05:27 +08:00
Mark
a7a2dabc5a
Merge pull request #549 from wanxunyang/feature/app-share-wxy
...
feat(app): add cross-workspace app sharing backend
2026-03-13 11:17:21 +08:00
Mark
83015a3404
Merge pull request #550 from SuanmoSuanyangTechnology/fix/app_027
...
fix(mcp)
2026-03-13 11:10:22 +08:00
Timebomb2018
b88e9c5f5e
fix(mcp): The MCP Square can obtain a maximum of 100 MCP services.
2026-03-13 11:07:32 +08:00
wxy
d66b9dd8cb
feat(app): add cross-workspace app sharing backend
2026-03-13 10:26:59 +08:00
Mark
7267198a8c
Merge branch 'feature/i18n' into develop
...
* feature/i18n:
[add] i18n support zh,en
2026-03-13 10:24:33 +08:00
Mark
5d82786c20
Merge pull request #548 from SuanmoSuanyangTechnology/fix/app_027
...
fix(mcp square)
2026-03-12 19:42:38 +08:00
Timebomb2018
e368f1c1d6
fix(mcp square): Do not obtain the mcp service when the token is empty.
2026-03-12 19:40:14 +08:00
Ke Sun
a4c942a21f
Merge pull request #540 from SuanmoSuanyangTechnology/add/develop_remark
...
add_remark
2026-03-12 18:40:43 +08:00
lanceyq
110de0afbc
[add] RAG storage displays the page effect
2026-03-12 18:35:09 +08:00
lixinyue
2a66775e45
add_remark
2026-03-12 14:17:44 +08:00
Ke Sun
f0c3d5f308
Merge pull request #538 from SuanmoSuanyangTechnology/release/v0.2.7
...
Release/v0.2.7
2026-03-12 13:50:26 +08:00
lixiangcheng1
d660521c5c
Merge branch 'feature/knowledge_lxc' into develop
2026-03-11 18:41:46 +08:00
lixiangcheng1
c612dfbc1f
【ADD]update mcp count at mcp market
2026-03-11 18:07:43 +08:00
Timebomb2018
a3e6f67ff7
fix(tool): The MCP tool checks for duplicate additions from the main screen and performs a test before adding.
2026-03-11 17:19:07 +08:00
Mark
4f5ee24bc5
[add] i18n support zh,en
2026-03-11 10:45:07 +08:00
Ke Sun
8a4d58c520
Merge pull request #524 from SuanmoSuanyangTechnology/feature/details-memory
...
Feature/details memory
2026-03-10 14:42:18 +08:00