autogen icon indicating copy to clipboard operation
autogen copied to clipboard

[Feature Request]: Saving the chat history to a txt file and able to retrieve it for output generation

Open M340i opened this issue 1 year ago • 0 comments

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

M340i avatar Aug 05 '24 04:08 M340i