Self Checks
Is your feature request related to a problem?
Describe the feature you'd like
Currently, the agent export functionality allows users to save and share agent configurations via a JSON file. However, the exported JSON does not include conversation variables.
This omission makes it impossible to fully restore an agent’s behavior upon import, especially for agents that rely on dynamic conversation state. As a result, users must manually reconfigure these variables after importing, which is error-prone and defeats the purpose of a complete export/import workflow.
Describe implementation you've considered
No response
Documentation, adoption, use case
Additional information
No response
Self Checks
Is your feature request related to a problem?
Describe the feature you'd like
Currently, the agent export functionality allows users to save and share agent configurations via a JSON file. However, the exported JSON does not include conversation variables.
This omission makes it impossible to fully restore an agent’s behavior upon import, especially for agents that rely on dynamic conversation state. As a result, users must manually reconfigure these variables after importing, which is error-prone and defeats the purpose of a complete export/import workflow.
Describe implementation you've considered
No response
Documentation, adoption, use case
Additional information
No response