Files
Pavel 29477b40b3 define conversation_id and initial_user_id on BaseAgent (#2474)
These attributes were only set by StreamProcessor after agent creation,
causing an AttributeError in _perform_mid_execution_compression when
the context limit was hit through other code paths (e.g. worker).
Declaring them as None in init lets the handler fall through to
in-memory compression gracefully.
2026-05-15 15:33:34 +01:00
..
2026-05-15 12:23:31 +01:00
2026-04-27 22:09:33 +01:00
2025-04-01 12:33:43 +05:30
2026-03-25 15:16:18 +00:00
2026-03-25 22:34:25 +00:00
2026-04-27 22:09:33 +01:00
2026-04-18 13:13:57 +01:00