Pulls today's weather and news on a topic, summarizes them, and records
the digest in long-term memory for later recall. The MVP runs once per
invocation; recurring scheduling is left to the host (cron skill or
external scheduler) and is intentionally out of scope here.
Have the LLM call weather, then multi-search-engine, summarize, and
finally memory_save manually.