dify/web/features/agent-v2/agent-detail/configure
zyssyz123 925f97be20
feat: daily sync (#38593)
Co-authored-by: 盐粒 Yanli <mail@yanli.one>
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: QuantumGhost <obelisk.reg+git@gmail.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: 盐粒 Yanli <yanli@dify.ai>
2026-07-09 10:35:15 +00:00
..
__tests__ chore(agent-v2): sync changes (#38513) 2026-07-08 12:05:04 +00:00
components feat: daily sync (#38593) 2026-07-09 10:35:15 +00:00
feature-flags.ts chore(agent-v2): sync daily changes (#38162) 2026-07-01 05:07:23 +00:00
hooks.ts chore(agent-v2): sync daily changes (#38162) 2026-07-01 05:07:23 +00:00
model-compatibility.ts chore(agent-v2): sync changes (#38513) 2026-07-08 12:05:04 +00:00
page.tsx chore(agent-v2): sync daily changes (#38162) 2026-07-01 05:07:23 +00:00
README.md refactor(web): remove custom console contract loaders (#38284) 2026-07-02 03:32:02 +00:00
state.ts chore(agent-v2): sync daily changes (#38162) 2026-07-01 05:07:23 +00:00
use-agent-build-draft-run.ts chore(agent-v2): sync daily changes (#38162) 2026-07-01 05:07:23 +00:00
use-agent-configure-build-draft.ts chore(agent-v2): sync daily changes (#38298) 2026-07-05 08:09:38 +00:00
use-agent-configure-sync.ts chore(agent-v2): sync changes (#38442) 2026-07-06 13:51:33 +00:00

Agent Configure

Owns the Agent V2 configure runtime used by the Agent App configure page and workflow inline Agent configure surface, including editable composer draft wiring, build chat sessions, version viewing, build draft mode, and preview side panels.

Internal Modules

  • agent-composer
  • agent-detail/configure/state
  • agent-detail/configure/use-agent-build-draft-run
  • agent-detail/configure/use-agent-configure-build-draft
  • agent-detail/configure/use-agent-configure-sync
  • agent-detail/configure/components/orchestrate
  • agent-detail/configure/components/preview
  • agent-detail/configure/components/workspace
  • agent-detail/configure/model-compatibility

External Modules

  • app/components/base/chat
  • app/components/base/action-button
  • app/components/base/app-icon
  • app/components/base/features
  • app/components/base/file-uploader
  • app/components/base/infotip
  • app/components/base/loading
  • app/components/base/prompt-editor
  • app/components/base/skeleton
  • app/components/app/configuration/config/agent/agent-tools
  • app/components/datasets
  • app/components/header/account-setting/model-provider-page
  • app/components/plugins
  • app/components/tools
  • app/components/workflow/block-icon
  • app/components/workflow/block-selector
  • app/components/workflow/hooks/use-serial-async-callback
  • app/components/workflow/nodes
  • app/components/workflow/types
  • config
  • context/app-context
  • context/i18n
  • context/modal-context
  • @dify/contracts/api/console/router.gen
  • hooks/use-format-time-from-now
  • hooks/use-theme
  • hooks/use-timestamp
  • models/datasets
  • models/debug
  • models/log
  • service/base
  • service/use-common
  • types/app
  • types/common
  • types/i18n
  • types/workflow
  • utils/format
  • utils/var