Agno v2.0.10 adds overwrite_db_session_state flag to overwrite persisted session state in the database.
$ git clone --branch v2.0.10 https://github.com/agno-agi/agno.git # already have the repo? check out this version: $ git checkout v2.0.10
agent = Agent(..., overwrite_db_session_state=True)
- ›Adds
overwrite_db_session_stateflag to overwrite the session state persisted in the database, enabling clean session resets without manual DB intervention.