Timebomb2018
38f3455bab
feat(workflow):
...
1. add list operator node for filtering, sorting, limiting, and extracting list items;
2. Increase the session variable to the "file" type
2026-04-03 18:57:28 +08:00
wxy
2e8e63878e
feat(workflow): add opening statement and citation support
...
- Trigger opening statement on new conversation in run/run_stream
- Fix /opening endpoint to support workflow app type
- Fix features field missing in workflow config release snapshot
- Knowledge node returns citations alongside chunks
- Aggregate citations from all knowledge nodes in result builder
- Filter citations based on features.citation.enabled switch
- Fix WorkflowConfigCreate circular import in app_schema
2026-04-03 11:44:07 +08:00
wxy
13352178ad
fix: standardize app list pagination and fix session log isolation
2026-03-30 11:55:21 +08:00
wxy
e659ca9fa2
refactor(app): merge API Key search into search parameter
2026-03-27 15:48:21 +08:00
wxy
bf5c4628c3
fix: use exact match instead of LIKE for api_key lookup, reuse ids branch flow
2026-03-20 18:02:03 +08:00
wxy
911d5e0b34
feat(app): support searching application list by API Key
2026-03-20 17:07:23 +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
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
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
wxy
ad87fd96db
Merge branch 'develop' of https://github.com/SuanmoSuanyangTechnology/MemoryBear into feature/app-share-wxy
2026-03-13 17:24:20 +08:00
wxy
aab54ca1a8
refactor(app): address AI review suggestions on sharing endpoints
2026-03-13 16:19:35 +08:00
wxy
c354618e20
feat(app): add shared_only filter and batch unshare endpoints
2026-03-13 15:57:23 +08:00
Eternity
b71bc1f875
feat(multimodel): support multimodal memory display and improve code style
2026-03-13 14:47:56 +08:00
wxy
d66b9dd8cb
feat(app): add cross-workspace app sharing backend
2026-03-13 10:26:59 +08:00
Timebomb2018
3e5a7adfe4
feat(app): Application (agent, workflow) import/export
2026-03-10 11:28:52 +08:00
Timebomb2018
3237f4cd6e
feat(app): Application (agent, workflow) import/export
2026-03-10 11:27:28 +08:00
Timebomb2018
beea826377
feat(app): Application (agent, workflow) import/export
2026-03-10 11:17:52 +08:00
Eternity
16c1cbe24f
feat(agent): add input variable validation
2026-03-05 11:17:56 +08:00
Timebomb2018
590ec3a446
feat(model and app):
...
1. Increase support for visual models and multimodal models;
2. The application and workflow can input various multimodal files such as images, documents, audio, and videos.
2026-03-05 09:55:54 +08:00
Eternity
9916cf3265
feat(workflow): add Dify workflow import adapter and related APIs
2026-02-28 11:26:52 +08:00
Eternity
ac47ab3deb
feat(DraftRun): support multimodal input for model comparison ( #353 )
2026-02-06 18:44:07 +08:00
Timebomb2018
b569d77a23
feat((model api key) and app):
...
1. model api key call log;
2. model api key Load Balancing Call Policy Implementation;
3. the API call statistics interface under the home page space
2026-02-05 14:22:52 +08:00
Mark
3f389d685a
[add] multimodal
2026-02-02 19:52:51 +08:00
Timebomb2018
2862db3534
feat(model and app statistic): 1. Optimize the model list; 2. Increase the model combination; 3. Add a model square; 4. Add application management statistics
2026-01-28 10:15:51 +08:00
Eternity
8aa496f588
fix(workflow): fix improper merge of execution flows caused by multi-branch routing
2026-01-21 11:09:48 +08:00
Eternity
2e1744c66b
fix(workflow): Fix missing user ID in trial run sessions
2026-01-15 13:18:50 +08:00
Eternity
a3f053ed02
fix(workflow): Fix missing user ID in trial run sessions
2026-01-15 12:33:49 +08:00
mengyonghao
4448296e7b
feat(workflow): officially support workflow session variables
2026-01-14 10:46:23 +08:00
谢俊男
b00049e94e
feat(home page and apps):
...
1. Add a version introduction to the homepage;
2. Query the app list. When the 'ids' parameter is provided, retrieve the specified applications by splitting them with commas, without pagination
2026-01-12 16:22:34 +08:00
lixinyue11
e05f33b286
修复RAG集群BUG ( #59 )
2026-01-08 16:13:22 +08:00
Mark
eabaae4a8f
[fix] model parameter error
2026-01-06 18:58:36 +08:00
Eternity
78207aca34
feat(workflow): add memory read and write node ( #24 )
2026-01-05 15:57:04 +08:00
mengyonghao
bf6ede64bd
feat(workflow): add support for passing workspace ID
2026-01-05 10:51:57 +08:00
Mark
74e2a48286
[modify] optimize import
2025-12-25 14:59:20 +08:00
Mark
bbd73d5e95
[add] app chat v1
2025-12-24 20:35:04 +08:00
Mark
fafbe72ce2
[modify] sse format
2025-12-20 17:45:58 +08:00
Mark
0503b26232
[add] workflow support stream mode
2025-12-18 19:46:36 +08:00
Mark
7bbef35b7d
[ADD] Merge code
2025-12-15 19:53:33 +08:00
Mark
a4e276ab27
[MODIFY] Code optimization
2025-12-15 14:09:43 +08:00
Ke Sun
c1adc62ec6
feat: Add base project structure with API and web components
2025-12-02 20:28:01 +08:00