# Time-Based Button Presets

Use these presets based on the current system time.

## Morning (07:00 - 10:00)
- `[{"text": "☀️ Morning Briefing", "callback_data": "/update"}, {"text": "🚗 Commute Status", "callback_data": "Check commute"}]`
- `[{"text": "📅 Today's Agenda", "callback_data": "What is the agenda for today?"}, {"text": "⌨️ Manual Input", "callback_data": "keyboard_manual"}]`

## Mid-Day (10:00 - 15:00)
- `[{"text": "🔬 Deep Research", "callback_data": "Help me research a topic"}, {"text": "📊 Progress Check", "callback_data": "/status"}]`
- `[{"text": "💡 Quick Tip", "callback_data": "Give me a productivity tip"}, {"text": "⌨️ Manual Input", "callback_data": "keyboard_manual"}]`

## Afternoon / Wrap-up (15:00 - 18:00)
- `[{"text": "⏮️ Daily Recap", "callback_data": "/update"}, {"text": "🏠 Route Home", "callback_data": "Check route home"}]`
- `[{"text": "⏭️ Tomorrow's Agenda", "callback_data": "What is the agenda for tomorrow?"}, {"text": "⌨️ Manual Input", "callback_data": "keyboard_manual"}]`

## Night (20:00 - 23:00)
- `[{"text": "🌙 Night Reflection", "callback_data": "Help me reflect on today"}, {"text": "📝 Note Idea", "callback_data": "I want to note an idea for tomorrow"}]`
- `[{"text": "🔕 Do Not Disturb", "callback_data": "Turn off notifications until morning"}, {"text": "⌨️ Manual Input", "callback_data": "keyboard_manual"}]`
