A simple daily life advisor that listens to your problem, generates advice using the LLM, and asks for your feedback.
- "give me advice"
- "help me out"
- "I need advice"
- "daily advisor"
No setup required. No external APIs needed.
- User triggers the Ability with a hotword
- Advisor introduces itself and asks for a problem
- User describes their problem
- LLM generates a 1-2 sentence solution
- Advisor speaks the solution and asks for feedback
- User responds, advisor thanks them and exits
speak()— Text-to-speech outputuser_response()— Listen for user inputtext_to_text_response()— LLM text generationrun_io_loop()— Speak + listen in one callresume_normal_flow()— Return to Personality
User: "Give me advice" AI: "Hi! I'm your daily life advisor. Tell me about a problem you're facing." User: "I can't sleep at night" AI: "Try establishing a consistent bedtime routine and avoid screens an hour before sleep. Are you satisfied with the advice?" User: "Yes, thanks" AI: "Thank you for using the daily life advisor. Goodbye!"