mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-23 08:02:05 +00:00
283 B
283 B
Memory
Memory is a collection of data corresponding to the conversation history
of an agent.
Data in meory can be just a simple list of all messages, or a sightly more
realistic one which provides a view of the last N messages
({py:class}agnext.chat.memory.BufferedChatMemory
).