..
annotation
refactor: explicit DB session propagation across backend paths ( #38559 )
2026-07-15 06:48:28 +00:00
app_generate
fix: handle unconfigured LLM workflow streams ( #39741 )
2026-07-29 06:07:24 +00:00
rag_pipeline
refactor(api): pass tenant_id explicitly to workflow repositories ( #39042 )
2026-07-16 09:36:30 +00:00
workflow_cfs_scheduler
refactor: centralize deployment edition in system features ( #39454 )
2026-07-24 07:15:02 +00:00
__init__.py
feat: mypy for all type check ( #10921 )
2024-12-24 18:38:51 +08:00
add_document_to_index_task.py
refactor: explicit DB session propagation across backend paths ( #38559 )
2026-07-15 06:48:28 +00:00
async_workflow_tasks.py
refactor(api): pass tenant_id explicitly to workflow repositories ( #39042 )
2026-07-16 09:36:30 +00:00
batch_clean_document_task.py
fix(api,billing): invalidate vector space cache after cleanup ( #39404 )
2026-07-22 07:30:16 +00:00
batch_create_segment_to_index_task.py
refactor: explicit DB session propagation across backend paths ( #38559 )
2026-07-15 06:48:28 +00:00
clean_dataset_task.py
fix(api,billing): invalidate vector space cache after cleanup ( #39404 )
2026-07-22 07:30:16 +00:00
clean_document_task.py
fix(api,billing): invalidate vector space cache after cleanup ( #39404 )
2026-07-22 07:30:16 +00:00
clean_notion_document_task.py
refactor: explicit DB session propagation across backend paths ( #38559 )
2026-07-15 06:48:28 +00:00
collect_agent_resources_task.py
refactor: introduce agent working environment architecture ( #39480 )
2026-07-28 13:16:05 +00:00
community_telemetry_task.py
feat: add CE telemetry report ( #39452 )
2026-07-27 02:04:28 +00:00
create_segment_to_index_task.py
refactor: explicit DB session propagation across backend paths ( #38559 )
2026-07-15 06:48:28 +00:00
deal_dataset_index_update_task.py
refactor: explicit DB session propagation across backend paths ( #38559 )
2026-07-15 06:48:28 +00:00
deal_dataset_vector_index_task.py
refactor: explicit DB session propagation across backend paths ( #38559 )
2026-07-15 06:48:28 +00:00
delete_account_task.py
refactor: migrate session.query to select API in small task files batch ( #34684 )
2026-04-07 22:58:23 +00:00
delete_conversation_task.py
docs: fix typos in api comments and prompt example ( #39838 )
2026-07-31 05:30:53 +00:00
delete_segment_from_index_task.py
refactor: explicit DB session propagation across backend paths ( #38559 )
2026-07-15 06:48:28 +00:00
disable_segment_from_index_task.py
refactor: explicit DB session propagation across backend paths ( #38559 )
2026-07-15 06:48:28 +00:00
disable_segments_from_index_task.py
refactor: explicit DB session propagation across backend paths ( #38559 )
2026-07-15 06:48:28 +00:00
document_indexing_sync_task.py
refactor: explicit DB session propagation across backend paths ( #38559 )
2026-07-15 06:48:28 +00:00
document_indexing_task.py
chore: more upload file size for paid user ( #39967 )
2026-08-06 03:23:16 +00:00
document_indexing_update_task.py
refactor: explicit DB session propagation across backend paths ( #38559 )
2026-07-15 06:48:28 +00:00
duplicate_document_indexing_task.py
refactor: explicit DB session propagation across backend paths ( #38559 )
2026-07-15 06:48:28 +00:00
enable_segment_to_index_task.py
refactor: explicit DB session propagation across backend paths ( #38559 )
2026-07-15 06:48:28 +00:00
enable_segments_to_index_task.py
refactor: explicit DB session propagation across backend paths ( #38559 )
2026-07-15 06:48:28 +00:00
enterprise_telemetry_task.py
feat: enterprise otel exporter ( #33138 )
2026-03-27 07:56:31 +00:00
generate_summary_index_task.py
refactor: migrate session.query to select API in summary and remove document tasks ( #34650 )
2026-04-07 05:55:31 +00:00
human_input_timeout_tasks.py
chore(api): upgrade graphon to v0.6.0, migrate HITL logic back to Dify ( #38247 )
2026-07-03 03:45:21 +00:00
initialize_created_app_rbac_access_task.py
feat: when knowledge permission is all team need update rbac setttings ( #38911 )
2026-07-14 09:07:33 +00:00
install_default_plugins_task.py
feat: default plugins for new user ( #39167 )
2026-07-17 02:49:58 +00:00
knowledge_fs_initial_source_tasks.py
feat(knowledge_fs): import selected Firecrawl pages during space creation
2026-08-07 16:29:25 +08:00
knowledge_fs_lifecycle_tasks.py
Expand application capabilities and refactor core workflows
2026-07-22 05:09:09 -04:00
mail_account_deletion_task.py
remove bare list, dict, Sequence, None, Any ( #25058 )
2025-09-06 03:32:23 +08:00
mail_change_mail_task.py
remove bare list, dict, Sequence, None, Any ( #25058 )
2025-09-06 03:32:23 +08:00
mail_email_code_login.py
remove bare list, dict, Sequence, None, Any ( #25058 )
2025-09-06 03:32:23 +08:00
mail_human_input_delivery_task.py
chore: backend feature api exclude_vector_space ( #36642 )
2026-05-26 08:50:54 +00:00
mail_inner_task.py
ci: add flag for linter ( #37018 )
2026-06-08 04:53:12 +00:00
mail_invite_member_task.py
remove bare list, dict, Sequence, None, Any ( #25058 )
2025-09-06 03:32:23 +08:00
mail_owner_transfer_task.py
remove bare list, dict, Sequence, None, Any ( #25058 )
2025-09-06 03:32:23 +08:00
mail_register_task.py
Feat/email register refactor ( #25369 )
2025-09-12 10:24:54 +08:00
mail_reset_password_task.py
Feat/email register refactor ( #25369 )
2025-09-12 10:24:54 +08:00
mail_workflow_comment_task.py
feat: collaboration ( #30781 )
2026-04-16 02:21:04 +00:00
ops_trace_task.py
feat: improve phoenix workflow tracing ( #35605 )
2026-05-11 08:37:17 +00:00
process_tenant_plugin_autoupgrade_check_task.py
refactor(api): migrate workspace account endpoints to BaseModel ( #37954 )
2026-07-06 06:57:40 +00:00
recover_document_indexing_task.py
refactor: explicit DB session propagation across backend paths ( #38559 )
2026-07-15 06:48:28 +00:00
refresh_billing_vector_space_task.py
fix(api,billing): invalidate vector space cache after cleanup ( #39404 )
2026-07-22 07:30:16 +00:00
regenerate_summary_index_task.py
refactor: explicit DB session propagation across backend paths ( #38559 )
2026-07-15 06:48:28 +00:00
remove_app_and_related_data_task.py
refactor: introduce agent working environment architecture ( #39480 )
2026-07-28 13:16:05 +00:00
remove_document_from_index_task.py
refactor: explicit DB session propagation across backend paths ( #38559 )
2026-07-15 06:48:28 +00:00
retry_document_indexing_task.py
chore: more upload file size for paid user ( #39967 )
2026-08-06 03:23:16 +00:00
sync_website_document_indexing_task.py
refactor: explicit DB session propagation across backend paths ( #38559 )
2026-07-15 06:48:28 +00:00
trigger_processing_tasks.py
perf(api): retrieve published workflows via app.workflow_id ( #38153 )
2026-06-29 09:51:21 +00:00
trigger_subscription_refresh_tasks.py
refactor: cleanup duplicate code ( #36173 )
2026-05-14 10:34:31 +00:00
workflow_draft_var_tasks.py
refactor: partition Celery task sessions into smaller, discrete execu… ( #32085 )
2026-02-08 21:01:54 +08:00
workflow_execution_tasks.py
fix: fix store chinese as unicode, let search failed ( #37446 )
2026-06-15 06:11:26 +00:00
workflow_node_execution_tasks.py
refactor: introduce agent working environment architecture ( #39480 )
2026-07-28 13:16:05 +00:00
workflow_run_archive_download_tasks.py
feat: archive logs export ( #38207 )
2026-07-14 08:25:37 +00:00
workflow_schedule_tasks.py
chore: clean Db session from service ( #38227 )
2026-07-08 03:07:27 +00:00