refactor(session-log): drop branch/compress re-point of session_log_file

The attribute no longer exists; nothing to re-point.
This commit is contained in:
yoniebans
2026-05-20 09:19:13 +02:00
committed by Teknium
parent c547392fd4
commit cebd480818
3 changed files with 0 additions and 32 deletions

View File

@@ -387,8 +387,6 @@ def compress_context(
_SESSION_ID.set(agent.session_id)
except Exception:
pass
# Update session_log_file to point to the new session's JSON file
agent.session_log_file = agent.logs_dir / f"session_{agent.session_id}.json"
agent._session_db_created = False
agent._session_db.create_session(
session_id=agent.session_id,