dify/api/core/app/apps
2026-02-28 15:27:32 +09:00
..
advanced_chat fix: replace unreachable yield expression with yield from () (#32727) 2026-02-28 15:27:32 +09:00
agent_chat refactor(workflow): inject credential/model access ports into LLM nodes (#32569) 2026-02-27 14:36:41 +08:00
chat refactor(workflow-file): move core.file to core.workflow.file (#32252) 2026-02-16 22:38:19 +08:00
common refactor(workflow-file): move core.file to core.workflow.file (#32252) 2026-02-16 22:38:19 +08:00
completion refactor(workflow-file): move core.file to core.workflow.file (#32252) 2026-02-16 22:38:19 +08:00
pipeline refactor: port api/controllers/console/datasets/datasets_document.py api/controllers/service_api/app/annotation.py api/core/app/app_config/easy_ui_based_app/agent/manager.py api/core/app/apps/pipeline/pipeline_generator.py api/core/workflow/nodes/knowledge_retrieval/knowledge_retrieval_node.py to match case (#31832) 2026-02-02 19:07:30 +09:00
workflow feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
base_app_generate_response_converter.py feat: Add summary index for knowledge. (#31625) 2026-01-29 13:47:35 +08:00
base_app_generator.py refactor(workflow-file): move core.file to core.workflow.file (#32252) 2026-02-16 22:38:19 +08:00
base_app_queue_manager.py fix: add return type to abstract _publish method (#32701) 2026-02-27 21:52:49 +09:00
base_app_runner.py refactor(workflow-file): move core.file to core.workflow.file (#32252) 2026-02-16 22:38:19 +08:00
exc.py refactor: decouple Node and NodeData (#22581) 2025-07-18 10:08:51 +08:00
message_based_app_generator.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
message_based_app_queue_manager.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
message_generator.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
streaming_utils.py fix(api): excessive high CPU usage caused by RedisClientWrapper (#32212) 2026-02-11 09:49:29 +08:00
workflow_app_runner.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00