microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
34.65k stars 5.01k forks source link

Enable support for Memory as a first class component in AGS #4264

Open victordibia opened 3 days ago

victordibia commented 3 days ago

Many agent applications often benefit from being able to retrieve data from memory (rag). This PR is meant to enable ..

Design Considerations.

Memory is by nature should be persistent across runs - using some type of db.

Should build on #4039