We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9ebe7 commit c2cd33aCopy full SHA for c2cd33a
coffee_ws/src/coffee_voice_agent_ui/coffee_voice_agent_ui/widgets/__init__.py
@@ -9,13 +9,11 @@
9
from .conversation_widget import ConversationWidget
10
from .tool_monitor_widget import ToolMonitorWidget
11
from .analytics_widget import AnalyticsWidget
12
-from .controls_widget import ControlsWidget
13
14
__all__ = [
15
'AgentStatusWidget',
16
'EmotionDisplayWidget',
17
'ConversationWidget',
18
'ToolMonitorWidget',
19
- 'AnalyticsWidget',
20
- 'ControlsWidget'
+ 'AnalyticsWidget'
21
]
0 commit comments