ciyidogan commited on
Commit
d3f800a
·
verified ·
1 Parent(s): a87e993

Update state_orchestrator.py

Browse files
Files changed (1) hide show
  1. state_orchestrator.py +1 -1
state_orchestrator.py CHANGED
@@ -80,7 +80,7 @@ class StateOrchestrator:
80
  """Subscribe to relevant events"""
81
 
82
  # Conversation events
83
- event_bus.subscribe(EventType.CONVERSATION_STARTED, self._handle_conversation_started)
84
 
85
  # Session lifecycle
86
  self.event_bus.subscribe(EventType.SESSION_STARTED, self._handle_session_started)
 
80
  """Subscribe to relevant events"""
81
 
82
  # Conversation events
83
+ self.event_bus.subscribe(EventType.CONVERSATION_STARTED, self._handle_conversation_started)
84
 
85
  # Session lifecycle
86
  self.event_bus.subscribe(EventType.SESSION_STARTED, self._handle_session_started)