Files
DocsGPT/application
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-05-15 12:23:31 +01:00
2026-05-15 12:23:31 +01:00
2026-05-15 12:23:31 +01:00
2026-05-15 12:23:31 +01:00
2026-05-15 12:23:31 +01: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
2026-05-15 12:23:31 +01:00
2026-03-17 14:27:48 +00:00
2026-03-25 00:03:42 +00:00
2026-04-25 14:57:37 +01:00
2026-05-05 01:55:23 +01:00
2026-04-12 00:07:24 +01:00
2026-05-15 12:23:31 +01:00
2025-12-24 18:35:57 +02:00
2026-05-15 12:23:31 +01:00
2026-04-28 00:14:43 +01:00
2026-04-28 02:27:02 +01:00
2026-04-26 00:58:29 +01:00
2026-04-27 22:09:33 +01:00
2026-04-21 16:16:11 +01:00
2026-05-15 12:23:31 +01:00