zhaoying
edd115582f
fix(web): workflow editor bug
2026-03-25 15:40:12 +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
zhaoying
49364802c2
feat(web): model add volcano provider
2026-03-25 14:24:13 +08:00
zhaoying
8873078006
fix(web): workflow chat variables init
2026-03-25 13:58:46 +08:00
zhaoying
2b9fd33bc8
fix(web): ui upgrade
2026-03-25 13:58:25 +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
zhaoying
dc2a73155b
feat(web): user info api update
2026-03-25 10:32:02 +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
zhaoying
9df41456f6
feat(web): custom model add video & audio config
2026-03-24 18:30:23 +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
zhaoying
fb6ce839d2
feat(web): ui upgrade
2026-03-24 17:04:38 +08:00
zhaoying
c7275dccac
feat(web): memory-write add file type variable
2026-03-24 16:34:54 +08:00
zhaoying
d62b484d71
feat(web): app logs
2026-03-24 16:31:32 +08:00
Mark
8ff1c6bd08
[add] migratinon script
2026-03-24 15:33:09 +08:00
zhaoying
3dcf901043
fix(web): agent copy
2026-03-24 15:32:25 +08:00
Ke Sun
d6dfc2cb12
Merge pull request #676 from SuanmoSuanyangTechnology/feature/multimodel_memory
...
feat(memory, model): update multi-modal memory write and model list API
2026-03-24 15:26:38 +08:00
yingzhao
8a3032ce4a
Merge pull request #677 from SuanmoSuanyangTechnology/develop
...
Develop
2026-03-24 15:22:33 +08:00
zhaoying
391c60c812
feat(web): memory extraction engine add model config
2026-03-24 15:20:32 +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
zhaoying
611b14dfea
feat(web): if-else node show cases
2026-03-24 15:13:50 +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
zhaoying
9cbffd6408
feat(web): add perceptual node
2026-03-24 12:23:23 +08:00
zhaoying
4d2ad5757c
feat(web): ui update
2026-03-24 11:20:35 +08:00
zhaoying
cd0ca9cae4
feat(web): end node support right port
2026-03-24 11:11:59 +08:00
zhaoying
3369b702e4
feat(web): add association between models and conversation features
2026-03-24 11:06:27 +08:00
zhaoying
cbec2c1356
feat(web): chat's audio add status
2026-03-24 10:20:53 +08:00
Mark
5987eee0a8
Merge pull request #675 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
fix(app)
2026-03-24 10:15:05 +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
zhaoying
59f8010519
Merge branch 'feature/ui_upgrade_zy' of github.com:SuanmoSuanyangTechnology/MemoryBear into feature/ui_upgrade_zy
2026-03-23 17:49:55 +08:00
zhaoying
9308c6efae
feat(web): remote file add api
2026-03-23 17:48:50 +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
Mark
1060074740
Merge pull request #674 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
feat(app)
2026-03-23 17:20:12 +08:00
山程漫悟
95b7df7e38
Merge branch 'develop' into feature/agent-tool_xjn
2026-03-23 17:18:04 +08:00
Timebomb2018
fd1634eec4
Merge remote-tracking branch 'origin/feature/agent-tool_xjn' into feature/agent-tool_xjn
2026-03-23 17:11:44 +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
Timebomb2018
a3428c2435
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:04:30 +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