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
wxy
c13c3846d1
Merge remote-tracking branch 'origin/develop'
2026-03-26 10:00:53 +08:00
Mark
30b5db1e98
[add] migration script
2026-03-25 21:15:40 +08:00
lanceyq
f92eb9f45a
[changes] Remove the unnecessary prompts
2026-03-25 19:23:31 +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
lanceyq
65b2f9e6e1
[changes] AI reviews and modifies the code
2026-03-25 18:57:35 +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
Ke Sun
7a3220aff5
chore: Move LICENSE file to project root
...
- Relocate LICENSE from api/ directory to project root
- Simplifies license visibility and accessibility for the entire project
- Aligns with standard project structure conventions
2026-03-25 18:49:20 +08:00
Ke Sun
14a32778f7
fix(memory-config): Resolve legacy config_id_old to UUID format
...
- Update config ID validation to query config_id_old field instead of user_id
- Raise InvalidConfigError when config_id_old mapping is not found instead of returning raw ID
- Add _resolve_config_id_old method to map legacy integer config IDs to UUID format
- Enhance agent memory config extraction to resolve legacy int/string formats to UUID
- Improve workflow memory node config ID resolution with proper legacy format handling
- Fix memory config serialization to always use UUID string format
- Update log messages to clarify config_id_old field references and resolution status
2026-03-25 18:49:20 +08:00
lanceyq
2a12cb04bf
[changes] Optimize the Cypher query statement
2026-03-25 18:47:30 +08:00
lanceyq
1e986c641f
[fix] Fix the code according to the comments
2026-03-25 18:47:30 +08:00
lanceyq
38c6c7f053
[changes] Simultaneously create the "end_user_info" data to ensure that the interface modification takes effect immediately.
2026-03-25 18:47:30 +08:00
lanceyq
7c0743eb8f
[changes] Modify to a millisecond-level timestamp
2026-03-25 18:47:30 +08:00
lanceyq
e981f066a3
[changes] Remove the interface and modify the parameters passed in
2026-03-25 18:47:30 +08:00
lanceyq
db14d40fb3
[changes] user_alias修改为end_user_info
2026-03-25 18:47:29 +08:00
lanceyq
e8d575fd0b
[add] Separate the definitions of end_user and user_alias
2026-03-25 18:47:29 +08:00
lanceyq
a7285e35ad
【add】Create user alias table and functionality
2026-03-25 18:47:29 +08:00
lanceyq
c4461c4917
【add】User alias extraction and retrieval
2026-03-25 18:47:29 +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
zhaoying
0bae290e0c
feat(web): use App replace confirm
2026-03-25 18:31:52 +08:00
Timebomb2018
294ee49d59
fix(file and app):
...
embedding and volcano model
2026-03-25 18:06:01 +08:00
Ke Sun
26c36f70e6
Merge pull request #685 from SuanmoSuanyangTechnology/fix/rag-app
...
[changes] Statistical analysis of shared and non-shared applications …
2026-03-25 17:58:44 +08:00
zhaoying
c4b83b1f9c
fix(web): SearchInput add variant
2026-03-25 17:58:34 +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
zhaoying
0e899bea05
fix(web): CommunityGraph
2026-03-25 17:53:24 +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
zhaoying
56fd5680cf
feat(web): table ui
2026-03-25 17:13:54 +08:00
zhaoying
0380c13a3b
fix(web): agent features init
2026-03-25 16:36:34 +08:00
zhaoying
9ddc523f91
feat(web): ui
2026-03-25 16:16:00 +08:00
zhaoying
491ef27b8a
feat(web): ui
2026-03-25 15:54:11 +08:00
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