INNER CODE UNIT · Python
_send
alex-jb/orallexa-ai-trading-agent · desktop_agent/main.py:260
def _send():
bull._show_bubble("\u2713 Got it!", accent="#A89F8B")
popover._process_input(
text, popover._effective_lang(lang))
bull._win.after(0, _send)
else:
def _no_speech():
bull.set_state("idle")
bull._show_bubble("No speech detected", accent="#C44536")
popover._add_status("[K] No speech detected")
bull._win.after(0, _no_speech)
threading.Thread(target=_finish, daemon=True).start()
hotkey = HotkeyListener(
on_screenshot=_on_screenshot_hotkey,
on_voice_start=_on_voice_start,
on_voice_stop=_on_voice_stop,