
    "/i                     0    d Z ddlmZ dZdZd Zd ZddgZy	)
a6  
Genesis Voice Module
====================
Voice communication components for Genesis System.

Components:
- KinanAivaVoiceChannel: Bidirectional voice channel for Kinan-AIVA
- VoiceToOpenWork: Voice command to OpenWork action pipeline

Usage:
    from core.voice import KinanAivaVoiceChannel, VoiceToOpenWork
    )Pathz1.0.0zGenesis Systemc                      ddl m}  | S )z Get KinanAivaVoiceChannel class.   KinanAivaVoiceChannel)kinan_aiva_voice_channelr   r   s    ,/mnt/e/genesis-system/core/voice/__init__.pyget_kinan_aiva_channelr
      s    ?      c                      ddl m}  | S )zGet VoiceToOpenWork class.r   VoiceToOpenWork)openwork_voice_bridger   r   s    r	   get_voice_to_openworkr      s    6r   r
   r   N)__doc__pathlibr   __version__
__author__r
   r   __all__ r   r	   <module>r      s4     
!
 r   