c9e53bf78c
fix(llm): update final chunk event condition to include sandbox check
2026-01-20 21:35:10 +08:00
7cd280557c
fix(agent): fix damn bug
2026-01-20 21:10:53 +08:00
18a589003e
feat(sandbox): enhance sandbox initialization with draft support and asset management
...
- Introduced DraftAppAssetsInitializer for handling draft assets.
- Updated SandboxLayer to conditionally set sandbox ID and storage based on workflow version.
- Improved asset initialization logging and error handling.
- Refactored ArchiveSandboxStorage to support exclusion patterns during archiving.
- Modified command and LLM nodes to retrieve sandbox from workflow context, supporting draft workflows.
2026-01-20 19:45:04 +08:00
27de07e93d
chore: fix the llm node memory issue
2026-01-20 13:52:45 +08:00
4f5b175e55
fix: emoji icon validate error
2026-01-20 11:09:32 +08:00
1483a51aa1
Merge branch 'feat/pull-a-variable' into feat/support-agent-sandbox
2026-01-20 09:54:41 +08:00
f5a34e9ee8
feat(skill): skill support
2026-01-20 03:02:34 +08:00
956436b943
feat(sandbox): skill initialize & draft run
2026-01-19 18:15:39 +08:00
18abc66585
feat: add context file support
2026-01-16 17:01:44 +08:00
a7826d9ea4
feat: agent add context
2026-01-16 11:47:55 +08:00
63b3e71909
refactor(sandbox): redesign sandbox_layer & reorganize import paths
2026-01-15 13:22:49 +08:00
f28ded8455
feat(agent-sandbox): new tool resolver and bash execution implementation
2026-01-13 18:16:48 +08:00
9b961fb41e
feat: structured output support file type
2026-01-13 16:48:01 +08:00
969c96b070
feat: add stream response
2026-01-13 14:13:43 +08:00
bb190f9610
feat: add mention type variable
2026-01-12 17:40:37 +08:00
b78439b334
refactor(llm): update model features handling and change agent strategy to FUNCTION_CALLING
2026-01-12 15:52:26 +08:00
1082d73355
refactor(sandbox): remove unused SANDBOX_WORK_DIR constant and update bash command descriptions for clarity
2026-01-12 15:02:30 +08:00
e7c89b6153
refactor(sandbox): update imports and remove unused bash tool files, adjust DIFY_CLI_CONFIG_PATH
2026-01-12 13:36:19 +08:00
51ac23c9f1
refactor(sandbox): reorganize sandbox-related imports and rename SandboxFactory to VMFactory for clarity
2026-01-12 02:07:31 +08:00
3d2840edb6
feat: sandbox session and dify cli
2026-01-12 01:49:08 +08:00
bc2ffa39fc
refactor(sandbox): remove unused bash tool methods and streamline sandbox session handling in LLMNode
2026-01-12 00:09:40 +08:00
390c805ef4
feat(sandbox): implement sandbox runtime checks and integrate bash tool invocation in LLMNode
2026-01-11 22:56:05 +08:00
d2f41ae9ef
Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox
2026-01-09 15:37:29 +08:00
5a4f5f54a7
chore: apply ruff
2026-01-09 14:47:21 +08:00
6e2cf23a73
Merge branch 'main' into feat/pull-a-variable
2026-01-09 02:49:47 +08:00
fe0802262c
feat: credit pool ( #30720 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-01-08 13:17:30 +08:00
8b8e521c4e
Merge branch 'main' into feat/pull-a-variable
2026-01-07 22:11:05 +08:00
eec57e84e4
Merge branch 'main' into feat/agent-node-v2
2026-01-07 17:34:23 +08:00
1584a78fc9
chore: add model name in detail
2026-01-07 15:05:18 +08:00
88248ad2d3
feat: add node level memory
2026-01-07 13:57:55 +08:00
4f0fb6df2b
chore: use from __future__ import annotations ( #30254 )
...
Co-authored-by: Dev <dev@Devs-MacBook-Pro-4.local >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org >
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com >
2026-01-06 23:57:20 +09:00
cef7fd484b
chore: add trace metadata and streaming icon
2026-01-06 16:30:33 +08:00
dc8a618b6a
feat: add think start end tag
2026-01-04 11:09:43 +08:00
f3e7fea628
feat: add tool call time
2026-01-04 10:29:02 +08:00
f54b9b12b0
feat: add process data
2025-12-17 17:34:02 +08:00
92fa7271ed
refactor(llm node): remove unused args
2025-12-17 15:42:23 +08:00
d3486cab31
refactor(llm node): tool call tool result entity
2025-12-17 10:30:21 +08:00
0c4c268003
chore: fix ci issues
2025-12-16 15:14:42 +08:00
d223fee9b9
Merge branch 'main' into feat/agent-node-v2
2025-12-15 15:26:48 +08:00
ad18d084f3
feat: add sequence output variable.
2025-12-15 14:59:06 +08:00
9941d1f160
feat: add llm log metadata
2025-12-15 14:18:53 +08:00
13fa56b5b1
feat: add tracing metadata
2025-12-12 16:24:49 +08:00
9ce48b4dc4
fix: llm generation variable
2025-12-12 11:08:49 +08:00
abb2b860f2
chore: remove unused changes
2025-12-10 15:04:19 +08:00
b49e2646ff
fix: session unbound during parent-child retrieval ( #29396 )
2025-12-10 14:08:55 +08:00
1b9165624f
adding llm_usage and error_type ( #26546 )
2025-12-10 09:19:13 +08:00
930c36e757
fix: llm detail store
2025-12-09 20:56:54 +08:00
2d2ce5df85
feat: generation stream output.
2025-12-09 16:22:17 +08:00
9affc546c6
Feat/support multimodal embedding ( #29115 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-09 14:41:46 +08:00
2b23c43434
feat: add agent package
2025-12-09 11:36:47 +08:00