dify/api/controllers/console/app
2026-07-04 04:43:01 +00:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
advanced_prompt_template.py refactor: fix OpenAPI contract generation schemas (#37387) 2026-06-12 14:25:53 +00:00
agent_app_access.py fix(agent): include app display fields in published references (#37485) 2026-06-16 07:00:37 +00:00
agent_app_feature.py refactor(api): migrate console app common endpoints to BaseModel (#37951) 2026-07-02 03:24:38 +00:00
agent_app_sandbox.py feat(api): add sandbox info endpoint for Agent App conversations (#38390) 2026-07-03 09:43:57 +00:00
agent_config_inspector.py chore(agent-v2): sync daily changes (#38162) 2026-07-01 05:07:23 +00:00
agent_drive_inspector.py feat(agent-v2): sync nightly updates to main (2026-06-25) (#37915) 2026-06-26 13:13:35 +00:00
agent.py feat(agent-v2): sync nightly updates to main (2026-06-25) (#37915) 2026-06-26 13:13:35 +00:00
annotation.py refactor(api): migrate console app chat endpoints to BaseModel (#37952) 2026-07-02 04:43:58 +00:00
app_import.py feat: RBAC (#37107) 2026-06-18 16:35:29 +00:00
app.py fix: normalize query array params for oRPC (#38322) 2026-07-02 11:07:10 +00:00
audio.py refactor(api): migrate console app chat endpoints to BaseModel (#37952) 2026-07-02 04:43:58 +00:00
completion.py refactor: thread explicit sessions through app retrieval paths (#38309) 2026-07-02 17:00:47 +00:00
conversation_variables.py refactor(api): migrate console app chat endpoints to BaseModel (#37952) 2026-07-02 04:43:58 +00:00
conversation.py refactor(api): migrate console app chat endpoints to BaseModel (#37952) 2026-07-02 04:43:58 +00:00
error.py feat: optimize http status code (#31430) 2026-01-24 10:16:16 +08:00
generator.py feat(workflow-generator): enhance the AI auto-creation flow end-to-end (#38175) 2026-07-01 02:28:58 +00:00
mcp_server.py refactor(api): migrate console app common endpoints to BaseModel (#37951) 2026-07-02 03:24:38 +00:00
message.py refactor(api): migrate console app chat endpoints to BaseModel (#37952) 2026-07-02 04:43:58 +00:00
model_config.py feat: RBAC (#37107) 2026-06-18 16:35:29 +00:00
ops_trace.py fix(api): require edit access for trace config changes (#37973) 2026-06-26 00:51:39 +00:00
permission_keys.py feat: RBAC (#37107) 2026-06-18 16:35:29 +00:00
site.py refactor(api): migrate console app common endpoints to BaseModel (#37951) 2026-07-02 03:24:38 +00:00
statistic.py refactor(api): migrate console app chat endpoints to BaseModel (#37952) 2026-07-02 04:43:58 +00:00
workflow_app_log.py feat: update monitor permission key and plugin permission key (#37937) 2026-06-25 09:41:38 +00:00
workflow_comment.py refactor(web): migrate console contracts to generated routes (#38233) 2026-07-01 05:41:37 +00:00
workflow_draft_variable.py refactor(web): migrate console contracts to generated routes (#38233) 2026-07-01 05:41:37 +00:00
workflow_node_output_inspector.py feat: RBAC (#37107) 2026-06-18 16:35:29 +00:00
workflow_run.py chore(api): upgrade graphon to v0.6.0, migrate HITL logic back to Dify (#38247) 2026-07-03 03:45:21 +00:00
workflow_statistic.py feat: RBAC (#37107) 2026-06-18 16:35:29 +00:00
workflow_trigger.py refactor(api): migrate console app common endpoints to BaseModel (#37951) 2026-07-02 03:24:38 +00:00
workflow.py refactor: thread explicit sessions through app retrieval paths (#38309) 2026-07-02 17:00:47 +00:00
wraps.py refactor: make session boundaries explicit for migration flows (#38379) 2026-07-04 04:43:01 +00:00