github agno-agi/agno v1.3.0

latest releases: v2.0.3, v2.0.2, v2.0.1...
5 months ago

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 and session_id on agent.run(). This will ensure the agent is set up for the session belonging to the session_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

Full Changelog: v1.2.16...v1.3.0

Don't miss a new agno release

NewReleases is sending notifications on new releases.