Commit Graph

63 Commits

Author SHA1 Message Date
Yanli 盐粒
12ed444889 test(agent): align service fixtures with runtime-backed agents 2026-06-25 23:12:27 +08:00
Yanli 盐粒
a84f70445a Merge branch 'feat/agent-v2' of github.com:langgenius/dify into feat/agent-v2 2026-06-25 22:17:43 +08:00
Yanli 盐粒
b9c6ad82f9 Relax skill package top-level normalization 2026-06-25 22:13:06 +08:00
zyssyz123
483d170194
feat(agent): back inline agents with hidden apps (#37969) 2026-06-25 22:09:45 +08:00
zyssyz123
b545a9ea93
fix(agent): accept files section in agent soul (#37947) 2026-06-25 19:43:17 +08:00
zyssyz123
4d2a0560c2
fix(agent): support workflow composer snapshot preview (#37945) 2026-06-25 19:32:34 +08:00
Yanli 盐粒
15c4dbc19b Merge commit 'd5c9f2d5b1' into feat/agent-v2
# Conflicts:
#	api/tests/unit_tests/services/agent/test_skill_standardize_service.py
2026-06-25 16:31:02 +08:00
Yanli 盐粒
82caa73bdb Revert "feat(agent): version drive refs in agent soul"
This reverts commit 83dd03f430.
2026-06-25 16:26:26 +08:00
Yanli 盐粒
3948133faf Revert "feat(agent): version agent soul drive file refs"
This reverts commit a6a6bc322b.
2026-06-25 16:18:56 +08:00
Yanli 盐粒
d5c9f2d5b1 Normalize skill archives during standardization 2026-06-25 15:42:32 +08:00
autofix-ci[bot]
4030c38889
[autofix.ci] apply automated fixes 2026-06-25 04:37:28 +00:00
zyssyz123
70fbbbf2c5
fix(agent-v2): lazily resolve skill archive members (#37914) 2026-06-25 12:14:12 +08:00
zyssyz123
362faffeca
fix(agent-v2): require publish endpoint for versions (#37910) 2026-06-25 10:42:30 +08:00
zyssyz123
6c01798854
feat(agent-v2): add agent draft build lifecycle (#37907) 2026-06-25 10:13:52 +08:00
zyssyz123
2382a49616
feat(agent-v2): add agent draft build lifecycle (#37887) 2026-06-24 21:21:00 +08:00
yyh
b72a51cf65
fix(agent-v2): recover inline binding during draft refresh 2026-06-24 19:33:16 +08:00
Yansong Zhang
a6a6bc322b feat(agent): version agent soul drive file refs 2026-06-24 17:23:49 +08:00
Yansong Zhang
83dd03f430 feat(agent): version drive refs in agent soul 2026-06-24 17:23:35 +08:00
yyh
5d0ec54e8c
Merge remote-tracking branch 'origin/main' into feat/agent-v2 2026-06-24 13:51:02 +08:00
zyssyz123
1eafbf9763
fix(agent): save workflow agents as console roster apps (#37848) 2026-06-24 03:35:12 +00:00
yyh
7ef6c13d0d
feat(agent-v2): wire workflow agent copy and roster save 2026-06-23 21:31:49 +08:00
yyh
673d84073b
Merge remote-tracking branch 'origin/main' into feat/agent-v2 2026-06-23 20:46:06 +08:00
zyssyz123
26b0ff2a01
feat(agent): copy roster agent into workflow inline agent (#37813)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-23 12:28:29 +00:00
林玮 (Jade Lin)
04d226384f
fix(agent): agent composer publish validation (#37803) 2026-06-23 08:48:40 +00:00
Yanli 盐粒
c06d924094 feat: wire agent v2 knowledge sets backend 2026-06-23 16:43:10 +08:00
盐粒 Yanli
f4fdbeba76
feat(agent-v2): sync nightly updates to main (2026-06-22) (#37651)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
2026-06-23 08:05:16 +00:00
zyssyz123
a3309cd857
fix: support agent duplicate role and skill file preview (#37788)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-23 06:35:26 +00:00
zyssyz123
26639e0923
feat: add agent debug conversation refresh API (#37784)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-23 04:34:13 +00:00
zyssyz123
b67a04aa22
fix: isolate agent debug conversations by account (#37766)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-23 02:04:23 +00:00
zyssyz123
99010dab3e
fix(agent): switch roster node to inline (#37754)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-22 09:41:07 +00:00
zyssyz123
4065f63dce
fix(agent): add stable debug conversation (#37744)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-22 09:21:09 +00:00
zyssyz123
c1ab6226a2
fix(agent): support restoring roster versions (#37734)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-22 06:31:50 +00:00
zyssyz123
34c1bf1062
feat(agent): add skill inspect API (#37726)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-22 05:22:10 +00:00
Asuka Minato
fae607e2fe
chore: add Type to test (#37191)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-19 16:44:20 +00:00
Asuka Minato
bd15b8e6ce
chore: add more type in test (#37609)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-18 23:07:12 +00:00
zyssyz123
0df30dd269
fix(agent): resolve roster file downloads versions and log filters (#37626)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-18 12:06:27 +00:00
盐粒 Yanli
3f2d22ec0f
feat(agent-v2): sync nightly updates to main (#37599)
Co-authored-by: Jingyi-Dify <jingyi.qi@dify.ai>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: hjlarry <hjlarry@163.com>
Co-authored-by: Bond Zhu <783504079@qq.com>
Co-authored-by: Yansong Zhang <916125788@qq.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
2026-06-18 05:03:34 +00:00
Asuka Minato
4304044905
chore: example of make db.session pass from parameter. (#37561)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-18 02:16:09 +00:00
zyssyz123
59f8f2e7b3
fix(agent): align roster observability logs contract (#37578)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-17 14:34:14 +00:00
zyssyz123
912c0fa8d1
fix(agent): add agent app duplicate endpoint (#37571)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-17 08:09:47 +00:00
zyssyz123
3b0f6aef8e
fix(api): allow inline workflow agent soul saves (#37563) 2026-06-17 06:02:03 +00:00
zyssyz123
e970cbde0f
feat: add agent roster observability APIs (#37566)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-17 05:22:52 +00:00
zyssyz123
bacc48d16e
fix(agent): align config detail and output contracts (#37535)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-17 01:17:20 +00:00
zyssyz123
dcc0b95e11
fix: issue (#37508)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-16 08:53:53 +00:00
zyssyz123
b6b9165d2b
fix(agent): include app display fields in published references (#37485)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-16 07:00:37 +00:00
zyssyz123
b4e3a9095b
fix(agent): support agent-id chat and inline draft bindings (#37483)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-16 06:04:30 +00:00
zyssyz123
2b7f5ab982
fix: project agent node outputs into draft graph (#37467) 2026-06-15 13:27:57 +00:00
zyssyz123
1e8329f02c
feat: Unify Agent v2 console routes (#37465)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-15 11:09:15 +00:00
yyh
a5499bb7dc
fix(agent-v2): sync node job prompt from draft graph (#37441)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Yansong Zhang <916125788@qq.com>
2026-06-15 05:50:25 +00:00
zyssyz123
d21bf291bb
fix: align agent app backing roster API (#37442)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-15 05:21:38 +00:00