Add "Ask Murthy" — LLM explanation + spoken answer (Linux desktop) - #1
Merged
Merged
Conversation
Wires daily_routine_sdk's new AssistantService/VoiceService into the existing Murthy screen: type a topic you've forgotten, Murthy explains it (local Qwen3-1.7B via murthy-voice) and speaks the answer (Telugu or English MMS voice, picked by detecting which language you typed in). Optional and Linux-desktop-only for now, gated on MurthyAssistantConfig being configured — set MURTHY_PYTHON_EXECUTABLE and MURTHY_VOICE_REPO_PATH in .env/.env.local to a local github.com/ghostsvector/murthy-voice clone's venv Python and repo root; leave them unset and the section simply doesn't render, so a normal `flutter run` without that repo cloned is unaffected. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019E1aAx9dTscKLKfdrnc7cz
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wires daily_routine_sdk's new AssistantService/VoiceService into the
existing Murthy screen: type a topic you've forgotten, Murthy explains it
(local Qwen3-1.7B via murthy-voice) and speaks the answer (Telugu or
English MMS voice, picked by detecting which language you typed in).
Optional and Linux-desktop-only for now, gated on MurthyAssistantConfig
being configured — set MURTHY_PYTHON_EXECUTABLE and MURTHY_VOICE_REPO_PATH
in .env/.env.local to a local github.com/ghostsvector/murthy-voice clone's
venv Python and repo root; leave them unset and the section simply doesn't
render, so a normal
flutter runwithout that repo cloned is unaffected.Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_019E1aAx9dTscKLKfdrnc7cz