[Feature Request]: Saving the chat history to a txt file and able to retrieve it for output generation
Is your feature request related to a problem? Please describe.
I am currently using python, I am creating a multi agent model which they have to generate a networking solution with three major roles, the consultant, analyst and the penetration tester. The consultant should draw the network topology design and list out a the components to build a network. Then the analyst and the penetration tester will analyse and test the output of the consultant. Finally save the solution into a txt file.
Describe the solution you'd like
I would like to know what are the required code/functions in python for me to save the generated solution into a txt file and what functions do I have to include to let the agent to have persistent memory for future output generation?
Additional context
I am using gemini agentfor output generation
No response