dify/api/controllers/console/app
hjlarry 4019c12d26 fix missing import 2025-09-05 22:20:07 +08:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
advanced_prompt_template.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
agent.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
annotation.py Minor Improvements for File Validation and Configuration Handling #21179 (#21171) 2025-06-18 18:33:28 +08:00
app.py feat(app): support custom max_active_requests per app (#22073) 2025-07-16 15:31:19 +08:00
app_import.py feat: use default access mode when importing dsl (#21231) 2025-06-19 17:14:28 +08:00
audio.py fix: Before publish the app, preview the voice of tts, it raise an er… (#21821) 2025-07-03 10:53:14 +08:00
completion.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
conversation.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
conversation_variables.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
error.py catch openai rate limit error (#7658) 2024-08-26 19:36:44 +08:00
generator.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
mcp_server.py feat: auto-fill MCP server description with app description #22443 (#22477) 2025-07-16 15:03:33 +08:00
message.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
model_config.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
online_user.py each browser tab session a ws connected obj 2025-09-05 22:19:16 +08:00
ops_trace.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
site.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
statistic.py fix: conversatino statistic including data from debugger (#22412) 2025-07-15 15:45:45 +08:00
workflow.py fix missing import 2025-09-05 22:20:07 +08:00
workflow_app_log.py Add Filter of Get Workflow Logs (#21172) 2025-06-19 10:10:16 +08:00
workflow_comment.py add mention user list api 2025-08-31 13:42:59 +08:00
workflow_draft_variable.py refactor(api): Separate SegmentType for Integer/Float to Enable Pydantic Serialization (#22025) 2025-07-16 12:31:37 +08:00
workflow_run.py feat(workflow): domain model for workflow node execution (#19430) 2025-05-17 00:56:16 +08:00
workflow_statistic.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
wraps.py feat(api/repo): Allow to config repository implementation (#21458) 2025-07-14 14:54:38 +08:00