dify/api/core/workflow/generator
aqiu e44abb0d5e refactor(vibe): unify node configuration and improve type safety
- Merge fallback rules and hardcoded definitions into node_schemas.py
- Remove redundant fallback_rules.py and node_definitions.json
- Introduce types.py with TypedDict and Pydantic models for core entities
- Update validation engine, rules, and utilities to use explicit types
- Clean up debug logs and add startup validation for config consistency
- Update frontend and node implementations to support unified schema
2025-12-29 11:04:45 +08:00
..
config refactor(vibe): unify node configuration and improve type safety 2025-12-29 11:04:45 +08:00
prompts refactor(vibe): unify node configuration and improve type safety 2025-12-29 11:04:45 +08:00
utils refactor(vibe): unify node configuration and improve type safety 2025-12-29 11:04:45 +08:00
validation refactor(vibe): unify node configuration and improve type safety 2025-12-29 11:04:45 +08:00
__init__.py refactor(vibe): extract workflow generation to dedicated module 2025-12-29 11:04:42 +08:00
runner.py refactor(vibe): unify node configuration and improve type safety 2025-12-29 11:04:45 +08:00
types.py refactor(vibe): unify node configuration and improve type safety 2025-12-29 11:04:45 +08:00