Timebomb2018
68489f1b28
feat(workflow): Document extraction node
2026-03-26 16:05:24 +08:00
Mark
81bfc9af36
Merge pull request #688 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
feat(agent)
2026-03-26 13:49:54 +08:00
Mark
189013f0f8
Merge pull request #689 from wanxunyang/feature/version-intro-db-source
...
feature: version intro db source
2026-03-26 13:49:17 +08:00
Ke Sun
6f5bcd18a4
Merge pull request #687 from SuanmoSuanyangTechnology/fix/forget-celery
...
[fix] Fix the forgotten periodic tasks
2026-03-26 13:48:32 +08:00
Eternity
4d4a780ab7
style(memory): Pref an anomaly in the message null check logic.
2026-03-26 12:05:53 +08:00
wxy
9d2f3aa8f9
feat: version introduction support db source with json fallback
2026-03-26 11:50:36 +08:00
lanceyq
f2c9902a07
[fix] Fix the forgotten periodic tasks
2026-03-26 11:13:12 +08:00
Timebomb2018
2525f8795c
feat(agent): Opening remarks and document citation function
2026-03-26 10:47:13 +08:00
Timebomb2018
b7a03a844f
feat(agent): Opening remarks and document citation function
2026-03-26 10:06:05 +08:00
Mark
a136d44e27
Merge pull request #682 from SuanmoSuanyangTechnology/pref/workflow-engine
...
pref(workflow): optimize workflow execution performance and reduce logging noise
2026-03-25 18:59:27 +08:00
Mark
5275a274c3
Merge pull request #680 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
feat(model)
2026-03-25 18:55:10 +08:00
Timebomb2018
294ee49d59
fix(file and app):
...
embedding and volcano model
2026-03-25 18:06:01 +08:00
Timebomb2018
caab58dd2f
fix(file and app):
...
1. Handle the encoding issue when downloading Markdown files;
2. Experience the sharing of memory configuration
2026-03-25 17:54:27 +08:00
wxy
1794f8f209
feat: block deactivating user who is tenant contact
2026-03-25 17:28:16 +08:00
Eternity
e86d679ae5
perf(workflow): improve performance of workflow analysis algorithms, fix typos, adjust debug log levels
2026-03-25 13:24:17 +08:00
Timebomb2018
def7367e33
Merge branch 'refs/heads/feature/agent-tool_xjn' into feature/20260105_xjn
2026-03-25 11:48:42 +08:00
Timebomb2018
54cff5861a
feat(model): add volcano model
2026-03-25 11:45:49 +08:00
Eternity
522eb569f1
fix(memory): fix undefined logger causing logging errors in memory module
2026-03-24 19:05:07 +08:00
Eternity
de6e2f54d2
fix(perceptual): prevent errors when writing unsupported modalities
2026-03-24 14:39:19 +08:00
Eternity
89d188fbf3
Merge branch 'develop' into feature/multimodel_memory
...
# Conflicts:
# api/app/core/memory/storage_services/extraction_engine/knowledge_extraction/embedding_generation.py
# api/app/repositories/neo4j/add_nodes.py
# api/app/repositories/neo4j/cypher_queries.py
# api/app/repositories/neo4j/graph_saver.py
# api/app/services/memory_agent_service.py
# api/app/services/multimodal_service.py
2026-03-24 14:15:18 +08:00
Eternity
6bba574ca6
feat(memory, model): update multi-modal memory write and model list API
...
- Adjust multi-modal memory write behavior for text and visual data
- Mask API keys in model list response to prevent exposure
- Add capability-based filtering to the model list API
2026-03-24 13:54:15 +08:00
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
Eternity
2ff81ba101
feat(memory): support perception-aware memory writing in workflow and Neo4j nodes
2026-03-23 16:33:25 +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
Eternity
31085ed678
fix(workflow): fix memory write behavior in RAG workspace
2026-03-20 21:05:23 +08:00
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
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