feat:phased compaction and event bus integration

This commit is contained in:
Timothy
2026-02-12 18:41:32 -08:00
parent fbe72c58ae
commit 9a3c6703e1
8 changed files with 164 additions and 31 deletions
+3
View File
@@ -63,6 +63,9 @@ class EventType(StrEnum):
NODE_INPUT_BLOCKED = "node_input_blocked"
NODE_STALLED = "node_stalled"
# Context management
CONTEXT_COMPACTED = "context_compacted"
# Custom events
CUSTOM = "custom"