dify/api/core/app/apps
QIN2DIM 929d9e0b3f
feat(api): maintain assistant content parts and file handling in advanced chat (#24663)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-08-29 15:19:55 +08:00
..
advanced_chat feat(api): maintain assistant content parts and file handling in advanced chat (#24663) 2025-08-29 15:19:55 +08:00
agent_chat orm filter -> where (#22801) 2025-07-24 00:57:45 +08:00
chat Fix missing user_id in trace_manager (#24024) 2025-08-16 11:08:30 +08:00
common [Chore/Refactor] Use centralized naive_utc_now for UTC datetime operations (#24352) 2025-08-22 23:53:05 +08:00
completion Fix missing user_id in trace_manager (#24024) 2025-08-16 11:08:30 +08:00
workflow refactor: Change _queue_manager to public attribute queue_manager in task pipelines (#23747) 2025-08-11 18:18:07 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
base_app_generate_response_converter.py Refactor: use logger = logging.getLogger(__name__) in logging (#24515) 2025-08-26 18:10:31 +08:00
base_app_generator.py chore: use orjson in streaming event JSON serialisation for performance improvement (#24763) 2025-08-29 14:06:07 +08:00
base_app_queue_manager.py refactor: decouple Node and NodeData (#22581) 2025-07-18 10:08:51 +08:00
base_app_runner.py refactor: decouple Node and NodeData (#22581) 2025-07-18 10:08:51 +08:00
exc.py refactor: decouple Node and NodeData (#22581) 2025-07-18 10:08:51 +08:00
message_based_app_generator.py make logging not use f-str, change others to f-str (#22882) 2025-07-25 10:32:48 +08:00
message_based_app_queue_manager.py no used function for message_queue. (#24027) 2025-08-17 09:33:22 +08:00
workflow_app_runner.py feat: decouple WorkflowAppRunner from AppRunner (#21739) 2025-07-23 14:56:06 +08:00