dify/api/controllers/web
QuantumGhost a1fc280102
feat: Human Input Node (#32060)
The frontend and backend implementation for the human input node.

Co-authored-by: twwu <twwu@dify.ai>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: zhsama <torvalds@linux.do>
2026-02-09 14:57:23 +08:00
..
__init__.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
app.py
audio.py
completion.py
conversation.py
error.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
feature.py
files.py
forgot_password.py
human_input_form.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
login.py
message.py
passport.py
remote_files.py
saved_message.py
site.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
workflow_events.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
workflow.py refactor: split changes for api/controllers/web/workflow.py (#29852) 2026-01-23 19:06:21 +09:00
wraps.py