dify/api/core/workflow/nodes
Joey Yakimowich-Payne 6038fc25f5
Add multi-site Caddy helpers and document usage
- add startup/shutdown scripts that render a Caddyfile from JSON config and run health checks

- add Python utilities and a sample sites.json for declarative multi-site configuration

- document the workflow and ignore generated Caddy state artifacts

- normalize double-quote style across challenge workflow controllers, nodes, and tests
2025-10-15 22:03:56 -06:00
..
agent fix compatibility problem caused by tool node attribute 'tool_node_version' judgement error (#26274) 2025-09-28 10:44:20 +08:00
answer Add multi-site Caddy helpers and document usage 2025-10-15 22:03:56 -06:00
base feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
challenge_evaluator Add multi-site Caddy helpers and document usage 2025-10-15 22:03:56 -06:00
code feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
datasource feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
document_extractor feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
end feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
http_request Fix: Remove workflow/nodes from pyright exclusion (#26461) 2025-09-30 15:39:04 +08:00
if_else Fix: Remove workflow/nodes from pyright exclusion (#26461) 2025-09-30 15:39:04 +08:00
iteration fix(workflow): sync iteration conversation variables (#26368) 2025-09-29 18:15:22 +08:00
judging_llm Add multi-site Caddy helpers and document usage 2025-10-15 22:03:56 -06:00
knowledge_index fix: document is not bound to a session (#26480) 2025-09-30 14:24:40 +08:00
knowledge_retrieval Fix: Remove workflow/nodes from pyright exclusion (#26461) 2025-09-30 15:39:04 +08:00
list_operator Fix: Remove workflow/nodes from pyright exclusion (#26461) 2025-09-30 15:39:04 +08:00
llm Fix: Remove workflow/nodes from pyright exclusion (#26461) 2025-09-30 15:39:04 +08:00
loop fix: iteration and loop node single step run (#26036) 2025-09-22 19:14:24 +08:00
parameter_extractor Fix a typo in prompt (#25583) 2025-09-30 10:50:43 +08:00
question_classifier Fix: Remove workflow/nodes from pyright exclusion (#26461) 2025-09-30 15:39:04 +08:00
start feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
team_challenge Add multi-site Caddy helpers and document usage 2025-10-15 22:03:56 -06:00
template_transform feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
tool fix compatibility problem caused by tool node attribute 'tool_node_version' judgement error (#26274) 2025-09-28 10:44:20 +08:00
variable_aggregator feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
variable_assigner feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
__init__.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
enums.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
node_factory.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
node_mapping.py feat: stream challenge submissions and tidy challenge imports 2025-10-02 20:11:58 -06:00