Changelog
New Features:
- Memory Revamp (beta): Releasing a complete revamp of Agno Memory (beta release). This includes a new
Memory
class that supports adding, updating and deleting user memories, as well as doing semantic search with a model. This also adds additional abilities to the agent to manage memories on your behalf. See the docs here. - User ID and Session ID on Run: You can now pass
user_id
andsession_id
onagent.run()
. This will ensure the agent is set up for the session belonging to thesession_id
and that only the memories of the current user is accessible to the agent. This allows you to build multi-user and multi-session applications with a single agent configuration. - Redis Storage: Support added for Redis as a session storage provider.
What's Changed
- Memory 2.0 by @dirkbrnd in #2631
- update-pr-template-ag-2973 by @ysolanky in #2785
- add redis storage class by @kausmeows in #2794
- Release 1.3.0 by @dirkbrnd in #2796
Full Changelog: v1.2.16...v1.3.0