-
Notifications
You must be signed in to change notification settings - Fork 7.8k
[Feature] Exported Agent JSON Should Include Conversation Variables Configuration #12142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[Feature] Exported Agent JSON Should Include Conversation Variables Configuration #12142
Conversation
### What problem does this PR solve? Message CRUD. Issue infiniflow#4213 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
|
@KevinHuSh Could you please review my pr soon? |
### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve? Fix: Add prompts when merging or deleting metadata. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --------- Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
### What problem does this PR solve? Deduplicate metadata lists during updates. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
### What problem does this PR solve? pr:infiniflow#12117 change:remove duplicate tool_meta ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve? As title ### Type of change - [x] Refactoring --------- Signed-off-by: Jin Hai <haijin.chn@gmail.com>
### Type of change - [x] Documentation Update
|
Appreciations! |
…nfiniflow#11825 (infiniflow#12147) ### What problem does this PR solve? Feat: Support Markdown Rendering for tips in user-fill-up Component infiniflow#11825 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
…2143) ### What problem does this PR solve? Fix LLM tool does not exist in multiple retrieval case ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
246f59b to
c9cb4c1
Compare
|
Thanks for catching that! Those two files ( |
This reverts commit 0588fe7.
|
Please merge the latest code and re-run the CI since a critical bug is fixed. |
### What problem does this PR solve? As title ### Type of change - [x] Refactoring --------- Signed-off-by: Jin Hai <haijin.chn@gmail.com>
### What problem does this PR solve? Add MiniMax M2.1. ### Type of change - [x] New Feature (non-breaking change which adds functionality) Co-authored-by: Jin Hai <haijin.chn@gmail.com>
### What problem does this PR solve? Add document metadata setting. ### Type of change - [x] New Feature (non-breaking change which adds functionality) Co-authored-by: Jin Hai <haijin.chn@gmail.com>
### What problem does this PR solve? Fix: type check for chunks ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
### What problem does this PR solve? Add image table context to pipeline splitter. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
…#12169) ### What problem does this PR solve? Fix:Bugs Fixed - Text overflow issues that caused rendering problems - Metadata saving, copywriting and other related issues ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
…rsation-variables-in-export
|
@JinHai-CN I merged the latest code. |
|
@circlecrystalin |
Description
This PR addresses issue #11796 by including conversation variables configuration in the exported agent JSON file. Previously, only the graph structure (nodes and edges) was exported, making it impossible to fully restore an agent's behavior upon import, especially for agents that rely on dynamic conversation state.
Changes
use-export-json.tsto export the full DSL data structure including:graph: nodes and edges (existing)variables: conversation variables configuration (new)components: DSL components (new)globals: global variables (new)Impact
graphstructureTesting
variablesfield with all conversation variable configurationsRelated Issue
Fixes #11796
Contribution by Gittensor, learn more at https://gittensor.io/