dify/api/controllers/console/app
QuantumGhost e9e7d4f3cd Merge branch 'feat/rag-2' into feat/workflow-draft-var-optimize 2025-08-31 15:17:23 +08:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
advanced_prompt_template.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
agent.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
annotation.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
app.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
app_import.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
audio.py Refactor: use logger = logging.getLogger(__name__) in logging (#24515) 2025-08-26 18:10:31 +08:00
completion.py Refactor: use logger = logging.getLogger(__name__) in logging (#24515) 2025-08-26 18:10:31 +08:00
conversation.py fix delete conversations via Api and delete conversations from db as well (#23591) 2025-08-25 09:43:45 +08:00
conversation_variables.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
error.py Restructure the File errors in controller (#23801) 2025-08-13 17:06:07 +08:00
generator.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
mcp_server.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
message.py fix: has_more logic in ChatMessageListApi to ensure correct on behavior when no more messages are available. (#24661) 2025-08-28 15:05:52 +08:00
model_config.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
ops_trace.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
site.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
statistic.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
workflow.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
workflow_app_log.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
workflow_draft_variable.py Merge branch 'feat/rag-2' into feat/workflow-draft-var-optimize 2025-08-31 15:17:23 +08:00
workflow_run.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
workflow_statistic.py try flask_restful -> flask_restx (#24310) 2025-08-24 13:45:47 +08:00
wraps.py example: limit current user usage (#24470) 2025-08-26 00:23:29 +08:00