dify/api/controllers/console/app
2026-05-24 07:54:37 +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: unify api && clean some type ignore (#35984) 2026-05-10 04:16:29 +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 fix(api): stop returning 204 with response body and add CI check (#36489) 2026-05-21 16:20:34 +00:00
audio.py chore: unify api && clean some type ignore (#35984) 2026-05-10 04:16:29 +00:00
completion.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
conversation_variables.py refactor: cleanup duplicate code (#36173) 2026-05-14 10:34:31 +00:00
conversation.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
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 UUID/str type annotations to api endpoints for files in api/controllers/console/app (#36559) 2026-05-24 07:54:37 +00:00
message.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
model_config.py refactor: replace inline api.model with Pydantic BaseModel in model_config (#34930) 2026-04-11 00:53:13 +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 refactor: migrate app site from marshal_with/api.model to Pydantic BaseModel (#34933) 2026-04-13 05:18:16 +00:00
statistic.py chore: unify api && clean some type ignore (#35984) 2026-05-10 04:16:29 +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 chore: unify api && clean some type ignore (#35984) 2026-05-10 04:16:29 +00:00
workflow_run.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
workflow_statistic.py chore: unify api && clean some type ignore (#35984) 2026-05-10 04:16:29 +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 refactor(api): tighten login and wrapper typing (#34447) 2026-04-02 09:36:58 +00:00