Files
DocsGPT/scripts
Pavel 83372f674c define conversation_id and initial_user_id on BaseAgent
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 16:12:53 +03:00
..
2026-04-18 13:13:57 +01:00