Eternity
6223b80cc4
fix(workflow): Fix LLM node, resolve abnormal field reading issue in message caching functionality
2026-03-26 16:19:01 +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
Ke Sun
c7ef97c7a6
Merge pull request #690 from SuanmoSuanyangTechnology/feature/memory-write-log
...
style(memory): Pref an anomaly in the message null check logic.
2026-03-26 12:31:10 +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
30b5db1e98
[add] migration script
2026-03-25 21:15:40 +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
Mark
4f09c4fbb3
Merge pull request #684 from wanxunyang/fix/block-deactivate-tenant-contact
...
feat: block deactivating user who is tenant contact
2026-03-25 18:52:44 +08:00
Timebomb2018
2df615eca0
fix(mcp market): Handling 401 error
2026-03-25 18:46:43 +08:00
Timebomb2018
504e5ba61e
Merge branch 'refs/heads/develop' into feature/20260105_xjn
2026-03-25 18:46:26 +08:00
Timebomb2018
294ee49d59
fix(file and app):
...
embedding and volcano model
2026-03-25 18:06:01 +08:00
lanceyq
14413fd413
[changes] Statistical analysis of shared and non-shared applications in the RAG storage mode
2026-03-25 17:54:52 +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
85daf576e9
perf(workflow): Optimize downstream node activation method to reduce performance overhead
2026-03-25 17:19:56 +08:00
Eternity
45eef12842
perf(workflow): Adjust graph construction timing, adopting a lazy strategy for constructing cyclic subgraphs within nodes
2026-03-25 14:36:21 +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
Ke Sun
1856c55c04
Merge pull request #679 from SuanmoSuanyangTechnology/pref/workflow-engine
...
pref(workflow): use lightweight deque for streaming scheduler output queue to reduce read/write overhead
2026-03-24 19:07:35 +08:00
Eternity
522eb569f1
fix(memory): fix undefined logger causing logging errors in memory module
2026-03-24 19:05:07 +08:00
Mark
04c54081c8
[add] celery support rbmq
2026-03-24 17:29:38 +08:00
Eternity
1c49e3c167
feat(workflow): use lightweight deque for streaming scheduler output queue to reduce read/write overhead
2026-03-24 17:17:30 +08:00
Mark
8ff1c6bd08
[add] migratinon script
2026-03-24 15:33:09 +08:00
Eternity
b739b032d9
fix(workflow): remove edges for unreachable nodes in graph
2026-03-24 15:17:01 +08:00
Eternity
3dc863cabf
feat(memory): add audio_id, vision_id and video_id fields to memory configuration
2026-03-24 15:16:16 +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
lanceyq
f86448f4bf
【change】 Restore chat mode 1
2026-03-23 17:39:17 +08:00
lanceyq
48e2e613bb
【change】Restore chat mode
2026-03-23 17:34:54 +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
93deb286a3
[add] migration script
2026-03-23 16:14:46 +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
Mark
2d1a1b4a1f
Merge pull request #652 from wanxunyang/feature/app-search-by-apikey
...
feat(app): support searching application list by API Key
2026-03-23 16:08:14 +08:00
Mark
503c890d93
Merge pull request #670 from wanxunyang/feature/app-message-log
...
feat(app): add app message log query API
2026-03-23 16:06:27 +08:00
wxy
c70ac1339e
fix(app): validate pagination params and fix mutable default in schema
2026-03-23 13:45:56 +08:00
wxy
27672cfaa0
feat(app): add app message log query API
2026-03-23 12:05:18 +08:00
Ke Sun
37bc4beab4
Merge branch 'release/v0.2.8' into develop
2026-03-23 10:24:17 +08:00