mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-24 17:31:41 +00:00
8 lines
273 B
Markdown
8 lines
273 B
Markdown
![]() |
# 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
|
||
|
(`agnext.chat.memory.BufferedChatMemory`).
|