Generate a prioritized weekly maintenance checklist drawing from recent journal entries, active alerts, and outlet anomalies.
Start by calling get_agent_context to load the tank profile, livestock, and persona settings.
Load context — call get_agent_context.
Fetch recent data (call in parallel where possible):
get_journal_entries with limit=20 to see recent activityget_alert_events to see any active or recent alertsget_outlet_event_log to spot any unusual power cyclingBuild the checklist — organize tasks into sections:
sick or deceased in the systemOffer to log — when the user says they have completed the checklist (or a portion), call add_journal_entry (category: maintenance) to record what was done.