734 B
734 B
Daily Briefing
Compile a personalized daily briefing for the user.
When to use
When the user asks for a daily briefing, morning update, or "what's new today". Also useful as a heartbeat/cron task.
How to use
- Use get_current_time for today's date
- Read /spiffs/memory/MEMORY.md for user preferences and context
- Read today's daily note if it exists
- Use web_search for relevant news based on user interests
- Compile a concise briefing covering:
- Date and time
- Weather (if location known from USER.md)
- Relevant news/updates based on user interests
- Any pending tasks from memory
- Any scheduled cron jobs
Format
Keep it brief — 5-10 bullet points max. Use the user's preferred language.