dify/api/services/agent
wangxiaolei 0024a845f7
feat: support agent skill (#39675)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: 起岚 <155608604+xiaoyaoqilan@users.noreply.github.com>
Co-authored-by: Parman Mohammadalizadeh <prmma23@gmail.com>
Co-authored-by: Escape0707 <tothesong@gmail.com>
Co-authored-by: Xin Zhang <zhangxin@dify.ai>
Co-authored-by: iridescentWen <66297467+iridescentWen@users.noreply.github.com>
Co-authored-by: Bond Zhu <37842169+MRZHUH@users.noreply.github.com>
Co-authored-by: KVOJJJin <jzongcode@gmail.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: 非法操作 <hjlarry@163.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: Chester <superdiao6@gmail.com>
Co-authored-by: WH-2099 <wh2099@pm.me>
Co-authored-by: Jony <619963502@qq.com>
Co-authored-by: Jony <13896935+zyz619963502zyz@users.noreply.github.com>
Co-authored-by: Harsh Kashyap <harsh.kashyap2001@gmail.com>
Co-authored-by: Harsh Kashyap <Harsh23Kashyap@users.noreply.github.com>
Co-authored-by: kenwoodjw <blackxin55+@gmail.com>
Co-authored-by: csurong <csurong1@gmail.com>
Co-authored-by: caosurong <surong.cao@thinkingdata.cn>
Co-authored-by: Taranum Wasu <81034301+Taranum01@users.noreply.github.com>
Co-authored-by: Taranum01 <50813317+Taranum01@users.noreply.github.com>
Co-authored-by: Pranav Agarwal <agarwalpranav0711@gmail.com>
Co-authored-by: Stephen Zhou <hi@hyoban.cc>
Co-authored-by: zl86790 <marshal_li_b@163.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
Co-authored-by: yunlu.wen <yunlu.wen@dify.ai>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
2026-08-24 05:29:14 +00:00
..
__init__.py feat: add new agent (#36284) 2026-05-19 10:43:23 +00:00
agent_soul_state.py fix(agent-v2): filter workflow invite options (#37368) 2026-06-12 08:20:29 +00:00
composer_candidates.py fix(workflow): preserve historical Agent node compatibility (#40859) 2026-08-17 07:31:38 +00:00
composer_service.py feat: support agent skill (#39675) 2026-08-24 05:29:14 +00:00
composer_validator.py fix(agent): preserve DSL asset placeholders and count draft references (#39015) 2026-07-15 11:49:11 +00:00
config_skill_normalize_service.py refactor(agent): remove Agent Drive (#40887) 2026-08-19 06:34:36 +00:00
deletion_service.py fix(agent): complete ownership-aware deletion lifecycle (#40888) 2026-08-20 07:48:02 +00:00
dsl_entities.py feat: support agent skill (#39675) 2026-08-24 05:29:14 +00:00
dsl_service.py feat: support agent skill (#39675) 2026-08-24 05:29:14 +00:00
errors.py feat: Enterprise Home Snapshot — runtime endpoints and dify-agent adapter (#40996) 2026-08-21 10:39:36 +00:00
home_snapshot_service.py feat: Enterprise Home Snapshot — runtime endpoints and dify-agent adapter (#40996) 2026-08-21 10:39:36 +00:00
knowledge_datasets.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
observability_service.py fix(agent): expose feedback in agent logs (#39994) 2026-08-04 14:11:13 +00:00
prompt_mentions.py refactor(agent): simplify Agent v2 output contract (#41062) 2026-08-21 11:55:25 +00:00
retirement_service.py fix(agent): complete ownership-aware deletion lifecycle (#40888) 2026-08-20 07:48:02 +00:00
roster_service.py feat: support agent skill (#39675) 2026-08-24 05:29:14 +00:00
runtime_config_service.py fix(agent): resolve suggested questions from runtime config (#40963) 2026-08-19 07:54:38 +00:00
skill_package_service.py feat: support agent skill (#39675) 2026-08-24 05:29:14 +00:00
workflow_publish_service.py refactor(agent): simplify Agent v2 output contract (#41062) 2026-08-21 11:55:25 +00:00
workspace_service.py feat: Enterprise Home Snapshot — runtime endpoints and dify-agent adapter (#40996) 2026-08-21 10:39:36 +00:00