dify/api/core/app/apps
Joel dac72b078d
feat: support bool type variable frontend (#24437)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
2025-08-26 18:16:05 +08:00
..
advanced_chat fix: messages updated_at (#23869) 2025-08-13 15:34:52 +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 feat: support bool type variable frontend (#24437) 2025-08-26 18:16:05 +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