dify/api/core/workflow/nodes/base
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
..
__init__.py Fix: surface workflow container LLM usage (#27021) 2025-10-21 16:05:26 +08:00
entities.py fix: workflow end node validate error (#29473) 2025-12-11 13:47:37 +08:00
exc.py fix(base_node): change BaseNodeError exception type from Exception to ValueError (#11952) 2024-12-22 10:42:30 +08:00
node.py refactor(vibe): unify node configuration and improve type safety 2025-12-29 11:04:45 +08:00
template.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
usage_tracking_mixin.py Fix: surface workflow container LLM usage (#27021) 2025-10-21 16:05:26 +08:00
variable_template_parser.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00