refactor: voice-service entfernt (verschoben nach breakpilot-core)

This commit is contained in:
Benjamin Boenisch
2026-02-15 13:26:07 +01:00
parent d075973a08
commit 5ff2c8bad4
59 changed files with 5 additions and 12874 deletions

View File

@@ -1,18 +0,0 @@
"""
Voice Service Core Services
"""
from services.encryption_service import EncryptionService
from services.task_orchestrator import TaskOrchestrator
from services.personaplex_client import PersonaPlexClient
from services.fallback_llm_client import FallbackLLMClient
from services.intent_router import IntentRouter
from services.audio_processor import AudioProcessor
__all__ = [
"EncryptionService",
"TaskOrchestrator",
"PersonaPlexClient",
"FallbackLLMClient",
"IntentRouter",
"AudioProcessor",
]