mirror of
https://github.com/langgenius/dify.git
synced 2026-07-22 03:08:33 +08:00
Co-authored-by: Joel <iamjoel007@gmail.com> Co-authored-by: 林玮 (Jade Lin) <linw1995@icloud.com> Co-authored-by: 盐粒 Yanli <mail@yanli.one> Co-authored-by: Asuka Minato <i@asukaminato.eu.org> Co-authored-by: Jashwanth Reddy Gummula <gmrnlg1971@gmail.com> Co-authored-by: WH-2099 <wh2099@pm.me> Co-authored-by: 非法操作 <hjlarry@163.com> Co-authored-by: wangxiaolei <fatelei@gmail.com> Co-authored-by: FFXN <31929997+FFXN@users.noreply.github.com> Co-authored-by: Yansong Zhang <916125788@qq.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
371 B
371 B
Agent V2 Frontend
- Keep Agent V2 separate from legacy workflow Agent. Use
web/features/agent-v2,web/app/components/workflow/nodes/agent-v2, theagent_node_kind: 'dify_agent'andversion: '2'payload discriminator, andBlockEnum.AgentV2where the graph type is already migrated. Do not bridge Agent V2 to legacyagent_strategy_*behavior or data shapes.