You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/api/core
QuantumGhost 10b738a296
feat: Persist Variables for Enhanced Debugging Workflow (#20699)
This pull request introduces a feature aimed at improving the debugging experience during workflow editing. With the addition of variable persistence, the system will automatically retain the output variables from previously executed nodes. These persisted variables can then be reused when debugging subsequent nodes, eliminating the need for repetitive manual input.

By streamlining this aspect of the workflow, the feature minimizes user errors and significantly reduces debugging effort, offering a smoother and more efficient experience.

Key highlights of this change:

- Automatic persistence of output variables for executed nodes.
- Reuse of persisted variables to simplify input steps for nodes requiring them (e.g., `code`, `template`, `variable_assigner`).
- Enhanced debugging experience with reduced friction.

Closes #19735.
10 months ago
..
agent chore: remove agent turn limits (#19930) 11 months ago
app feat: Persist Variables for Enhanced Debugging Workflow (#20699) 10 months ago
base refactor: Remove RepositoryFactory (#19176) 11 months ago
callback_handler Refactor/message cycle manage and knowledge retrieval (#20460) 11 months ago
entities refactor: Improve model status handling and structured output (#20586) 10 months ago
errors fix(core/errors): change base class of custom exceptions to ValueError (#11955) 1 year ago
extension refactor: Improve model status handling and structured output (#20586) 10 months ago
external_data_tool Enhance Code Consistency Across Repository with `.editorconfig` (#19023) 12 months ago
file feat: Persist Variables for Enhanced Debugging Workflow (#20699) 10 months ago
helper chore: replace pseudo-random generators with secrets module (#20616) 10 months ago
llm_generator Improve CONVERSATION_TITLE_PROMPT to correctly handle Japanese and input (#20351) 11 months ago
memory fix: Update prompt message content types to use Literal and add union type for content (#17136) 12 months ago
model_runtime refactor: Improve model status handling and structured output (#20586) 10 months ago
moderation Enhance Code Consistency Across Repository with `.editorconfig` (#19023) 12 months ago
ops Minor Improvements for File Validation and Configuration Handling #21179 (#21171) 10 months ago
plugin Feat/plugin install scope management (#19963) 10 months ago
prompt Enhance Code Consistency Across Repository with `.editorconfig` (#19023) 12 months ago
rag fix: markdown_extractor lost chunks if it starts without a header(#21308) (#21309) 10 months ago
repositories feat: Persist Variables for Enhanced Debugging Workflow (#20699) 10 months ago
tools chore: bump mypy to 1.16 (#20608) 10 months ago
variables feat: Persist Variables for Enhanced Debugging Workflow (#20699) 10 months ago
workflow feat: Persist Variables for Enhanced Debugging Workflow (#20699) 10 months ago
__init__.py
hosting_configuration.py chore(provider_manager): Update hosted model's name (#14334) 1 year ago
indexing_runner.py chore: model.query change to db.session.query (#19551) 11 months ago
model_manager.py unreachable-code for lb model fetch. (#20797) 10 months ago
provider_manager.py refactor: Improve model status handling and structured output (#20586) 10 months ago