Commit Graph

5696 Commits

Author SHA1 Message Date
CaptainB daacbc3e4e feat: add recursive filtering for file_bytes in context data 2025-11-26 11:38:22 +08:00
CaptainB 831c07d51f fix: filter out 'file_bytes' from result in get_details method 2025-11-26 11:14:09 +08:00
zhangzhanwei 434a9bf3e4 fix: Get workspace_id from workflow params 2025-11-26 10:12:17 +08:00
CaptainB 76dcc22ae6 refactor: improve polling mechanism for knowledge workflow action 2025-11-26 09:41:20 +08:00
CaptainB 62b7ca189b style: adjust div width for improved layout in Tree component 2025-11-26 09:22:35 +08:00
wangdan-fit2cloud 45b3dd3b5f perf: Optimize the style
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-25 17:46:00 +08:00
CaptainB f1f03e9a87 refactor: simplify ToolStoreDialog by removing unused toolType logic 2025-11-25 16:34:36 +08:00
CaptainB c4fd921377 fix: ensure filterList is properly initialized and updated in getList function 2025-11-25 15:41:22 +08:00
zhangzhanwei b2ad983154 feat: Alter fork depth 2025-11-25 15:29:23 +08:00
CaptainB 0bb8a6266d refactor: update tool type handling and improve category merging logic 2025-11-25 14:41:02 +08:00
shaohuzhang1 1f7ae78b8a feat: Execution details support loading status
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-25 11:09:55 +08:00
CaptainB 757cff4837 Merge branch 'v2-c' into knowledge_workflow
# Conflicts:
#	apps/common/utils/tool_code.py
2025-11-25 10:40:45 +08:00
CaptainB 18445b56d8 refactor: remove unused sys import and improve module handling 2025-11-25 10:36:39 +08:00
liqiang-fit2cloud 5e909a4ba1 feat: add MAXKB_SANDBOX_PYTHON_PROCESS_TIMEOUT_SECONDS env. 2025-11-25 10:27:08 +08:00
liqiang-fit2cloud eb30b88d10 refactor: remove MAXKB_SANDBOX_PYTHON_BANNED_KEYWORDS.
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-24 18:42:06 +08:00
liqiang-fit2cloud 057e0420cf security: not allow to create subprocess in sandbox by default. 2025-11-24 18:25:20 +08:00
CaptainB 374523438e feat: add code template for Data Source tool form functionality
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-24 18:20:26 +08:00
shaohuzhang1 10372c8909 fix: Add workspace ID as workflow execution parameter 2025-11-24 17:26:35 +08:00
CaptainB a3c0cc1115 refactor: update file ID assignment in document extraction to use provided metadata 2025-11-24 17:22:10 +08:00
shaohuzhang1 c9eb84ff75 feat: Workflow menu that distinguishes between applications and knowledge bases 2025-11-24 17:11:20 +08:00
CaptainB 1622d0674f refactor: update file ID assignment in document extraction to use provided metadata 2025-11-24 16:22:47 +08:00
CaptainB 99477d6f6d refactor: simplify file handling in document extraction by removing unnecessary byte conversion and enhancing file saving logic 2025-11-24 15:59:22 +08:00
zhangzhanwei e5a2c576dc feat: Chunks stored 2025-11-24 15:50:46 +08:00
CaptainB 1d60741b4f feat: extend support modes in variable aggregation node to include knowledge workflows 2025-11-24 14:34:21 +08:00
CaptainB cd28a7fd4a refactor: streamline image handling by updating application and knowledge ID management 2025-11-24 14:29:35 +08:00
CaptainB 9c42965543 refactor: streamline image handling by updating application and knowledge ID management
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-24 12:31:57 +08:00
shaohuzhang1 b121d95f10 fix: Optimization of knowledge base workflow execution logic 2025-11-24 11:55:59 +08:00
wxg0103 3670ec27de feat: enhance image generation by supporting multiple model types
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-24 10:33:17 +08:00
CaptainB fff59daa9c chore: update langchain dependencies to latest versions for some security fix
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-23 14:13:53 +08:00
shaohuzhang1 7e7e786bef Merge branch 'v2' into knowledge_workflow
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
# Conflicts:
#	apps/application/flow/workflow_manage.py
#	apps/common/utils/tool_code.py
#	ui/src/views/tool/component/ToolListContainer.vue
2025-11-21 18:09:39 +08:00
shaohuzhang1 ada109d7ca feat: tool datasource 2025-11-21 17:05:21 +08:00
CaptainB 5922597775 feat: enhance Document Split Node with result processing and problem list generation 2025-11-21 15:44:56 +08:00
liqiang-fit2cloud d6a3a3cf1f refactor: change dir permissions.
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-11-21 15:05:32 +08:00
liqiang-fit2cloud 49e52aa53c refactor: change dir permissions. 2025-11-21 14:58:59 +08:00
liqiang-fit2cloud e27d39c1ac refactor: change dir permissions. 2025-11-21 14:10:28 +08:00
zhangzhanwei 820b68071b fix: Allow problem be blank 2025-11-21 13:43:27 +08:00
liqiang-fit2cloud 491c39f4d0 refactor: change dir permissions. 2025-11-21 12:23:36 +08:00
liqiang-fit2cloud a9b6f2b211 refactor: change dir permissions. 2025-11-21 10:35:47 +08:00
liqiang-fit2cloud fb37c57b53 refactor: change dir permissions.
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-21 09:37:19 +08:00
CaptainB 80f14f1e54 feat: enhance Document Split Node with result processing and problem list generation
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-20 18:01:14 +08:00
zhangzhanwei 1da372e4bd feat: Knowledge write
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-20 17:34:43 +08:00
CaptainB 27e5c65ff1 feat: add Document Split Node functionality and localization 2025-11-20 17:06:53 +08:00
CaptainB b6c6e1b336 feat: add Document Split Node functionality and localization 2025-11-20 16:36:45 +08:00
wangdan-fit2cloud dfd26dea40 perf: One click beautification within the loop node
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-20 15:17:46 +08:00
zhangzhanwei 9dc3f21406 feat: Knowledge write 2025-11-20 15:08:17 +08:00
shaohuzhang1 ec72140b51 fix: Upload local files and add output fields 2025-11-20 14:52:16 +08:00
liqiang-fit2cloud c114eff9b6 refactor: change dir permissions. 2025-11-20 14:46:48 +08:00
wxg0103 56a8795b33 feat: add local and URL upload options with validation messages 2025-11-20 10:23:20 +08:00
liqiang-fit2cloud 8c0836627a refactor: remove print.
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-19 17:16:22 +08:00
shaohuzhang1 e758f015f3 feat: knowledge workflow
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-11-19 16:32:11 +08:00