mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-05-20 04:20:48 +00:00
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.