dify/api/controllers/console/app
2026-05-26 15:35:48 +00:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
advanced_prompt_template.py chore: unify api && clean some type ignore (#35984) 2026-05-10 04:16:29 +00:00
agent.py chore: add App type annotations to api endpoints (#36675) 2026-05-26 15:35:48 +00:00
annotation.py chore: add UUID/str type annotations to api endpoints for files in api/controllers/console/app (#36559) 2026-05-24 07:54:37 +00:00
app_import.py chore: add UUID/str type annotations to api endpoints for files in api/controllers/console/app (#36559) 2026-05-24 07:54:37 +00:00
app.py chore: add App type annotations to api endpoints (#36675) 2026-05-26 15:35:48 +00:00
audio.py chore: add App type annotations to api endpoints (#36675) 2026-05-26 15:35:48 +00:00
completion.py chore: add App type annotations to api endpoints (#36675) 2026-05-26 15:35:48 +00:00
conversation_variables.py chore: add App type annotations to api endpoints (#36675) 2026-05-26 15:35:48 +00:00
conversation.py chore: add App type annotations to api endpoints (#36675) 2026-05-26 15:35:48 +00:00
error.py feat: optimize http status code (#31430) 2026-01-24 10:16:16 +08:00
generator.py ci: auto gen api doc and download link (#35919) 2026-05-09 03:01:47 +00:00
mcp_server.py chore: add App type annotations to api endpoints (#36675) 2026-05-26 15:35:48 +00:00
message.py chore: add App type annotations to api endpoints (#36675) 2026-05-26 15:35:48 +00:00
model_config.py chore: add App type annotations to api endpoints (#36675) 2026-05-26 15:35:48 +00:00
ops_trace.py fix(api): stop returning 204 with response body and add CI check (#36489) 2026-05-21 16:20:34 +00:00
site.py chore: add App type annotations to api endpoints (#36675) 2026-05-26 15:35:48 +00:00
statistic.py chore: add App type annotations to api endpoints (#36675) 2026-05-26 15:35:48 +00:00
workflow_app_log.py refactor: cleanup duplicate code (#36173) 2026-05-14 10:34:31 +00:00
workflow_comment.py fix(api): stop returning 204 with response body and add CI check (#36489) 2026-05-21 16:20:34 +00:00
workflow_draft_variable.py fix: type mismatches (route says uuid: but handler says str) (#36612) 2026-05-25 07:33:32 +00:00
workflow_node_output_inspector.py feat(api): Node Output Inspector service + 3 REST endpoints (Stage 4 §8) (#36644) 2026-05-26 07:34:33 +00:00
workflow_run.py fix: type mismatches (route says uuid: but handler says str) (#36612) 2026-05-25 07:33:32 +00:00
workflow_statistic.py chore: add App type annotations to api endpoints (#36675) 2026-05-26 15:35:48 +00:00
workflow_trigger.py chore: unify api && clean some type ignore (#35984) 2026-05-10 04:16:29 +00:00
workflow.py chore(api): annotate simple contract responses (#36331) 2026-05-19 06:13:20 +00:00
wraps.py chore: dep inject for sql session (#36545) 2026-05-25 14:24:58 +00:00