mirror of
https://github.com/langgenius/dify.git
synced 2026-03-17 07:19:45 +08:00
- Extract vibe configuration into dedicated module (api/core/llm_generator/vibe_config/) - node_schemas.py: Built-in node parameter definitions - fallback_rules.py: Keyword-based fallback rules and aliases - responses.py: Off-topic response templates - node_definitions.json: Shared schema for frontend/backend sync - Enhance workflow generation with intent classification - Add off-topic detection with helpful suggestions - Support regeneration mode with previous workflow context - Add tool validation and sanitization - Support language preference for generated content - Extract frontend config to use-workflow-vibe-config.ts - NODE_TYPE_ALIASES: Node type inference mapping - FIELD_NAME_CORRECTIONS: LLM output field corrections - correctFieldName(): Unified field correction helper - Fix defensive null checks in variable utils and key-value list - Change verbose debug logs from info to debug level |
||
|---|---|---|
| .. | ||
| use-workflow-run-event | ||
| index.ts | ||
| use-auto-generate-webhook-url.ts | ||
| use-available-blocks.ts | ||
| use-checklist.ts | ||
| use-config-vision.ts | ||
| use-DSL.ts | ||
| use-dynamic-test-run-options.tsx | ||
| use-edges-interactions-without-sync.ts | ||
| use-edges-interactions.ts | ||
| use-fetch-workflow-inspect-vars.ts | ||
| use-helpline.ts | ||
| use-inspect-vars-crud-common.ts | ||
| use-inspect-vars-crud.ts | ||
| use-node-data-update.ts | ||
| use-node-plugin-installation.ts | ||
| use-nodes-available-var-list.ts | ||
| use-nodes-interactions-without-sync.ts | ||
| use-nodes-interactions.ts | ||
| use-nodes-layout.ts | ||
| use-nodes-meta-data.ts | ||
| use-nodes-sync-draft.ts | ||
| use-panel-interactions.ts | ||
| use-selection-interactions.ts | ||
| use-serial-async-callback.ts | ||
| use-set-workflow-vars-with-value.ts | ||
| use-shortcuts.ts | ||
| use-tool-icon.ts | ||
| use-workflow-history.ts | ||
| use-workflow-interactions.ts | ||
| use-workflow-mode.ts | ||
| use-workflow-refresh-draft.ts | ||
| use-workflow-run.ts | ||
| use-workflow-search.tsx | ||
| use-workflow-start-run.tsx | ||
| use-workflow-variables.ts | ||
| use-workflow-vibe-config.ts | ||
| use-workflow-vibe.tsx | ||
| use-workflow.ts | ||