A calendar event says L is taking A to the dentist on May 20. A strongly
prefers car P. A new maintenance update says car P is in the workshop. A needs
preparation for irregularities, so L should receive a reminder the day before
the appointment.WorkGraph does not infer the family policy. The agent reasons about the data,
then records the durable commitment and dependencies.
{ "tool": "workgraph_create", "arguments": { "namespace": "homecore", "title": "Prepare L reminder for dentist transport change", "description": "Tell L to explain to A that car P is unavailable and name the replacement car.", "priority": "high", "labels": ["family-logistics", "autism-support"], "due_at": "2026-05-19T08:00:00Z", "external_refs": [ { "kind": "calendar_event", "id": "dentist-a-2026-05-20" } ] }}
The LLM decides what matters from calendar data, maintenance records, family
preferences, and user policy. WorkGraph only records the durable to-do spine:
dependencies, readiness, claim state, evidence, and terminal truth.