Enable Telegram Step 1: Check if already running Read . If it exists and has content, verify the PID is alive using . If ALIVE, tell the user the daemon is already running and show them status commands. Done — do NOT try to start again. Step 2: Start the daemon Spawn a developer agent: Step 3: Auto-detect voice pipeline Read and check for or . If either is set, tell the user: "Voice pipeline auto-enabled — voice messages will be transcribed (Whisper) and responded to with audio (ElevenLabs/OpenAI TTS)." If neither is set, just say: "Text-only mode. Add or to for voice message support." Step 4…