Files
+3 98d9b11f7b chore(agent-v2): sync changes (#38513)
Co-authored-by: Joel <[email protected]>
Co-authored-by: 林玮 (Jade Lin) <[email protected]>
Co-authored-by: 盐粒 Yanli <[email protected]>
Co-authored-by: Asuka Minato <[email protected]>
Co-authored-by: Jashwanth Reddy Gummula <[email protected]>
Co-authored-by: WH-2099 <[email protected]>
Co-authored-by: 非法操作 <[email protected]>
Co-authored-by: wangxiaolei <[email protected]>
Co-authored-by: FFXN <[email protected]>
Co-authored-by: Yansong Zhang <[email protected]>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-08 12:05:04 +00:00

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, the agent_node_kind: 'dify_agent' and version: '2' payload discriminator, and BlockEnum.AgentV2 where the graph type is already migrated. Do not bridge Agent V2 to legacy agent_strategy_* behavior or data shapes.