Agent Context

Full timeline data for {{.AgentName}}

Generated At
{{.GeneratedAt}}
Date Range
{{.RangeStart}} to {{.RangeEnd}}

Summary

{{with .Summary}}{{.total_items}}{{else}}0{{end}}
Total Items
{{with .Summary}}{{with .by_section}}
{{if index . "overdue"}}{{index . "overdue"}}{{else}}0{{end}}
Overdue
{{if index . "today"}}{{index . "today"}}{{else}}0{{end}}
Today
{{if index . "tomorrow"}}{{index . "tomorrow"}}{{else}}0{{end}}
Tomorrow
{{end}}{{end}}
{{len .CompletedLog}}
Recently Done

Today's Schedule ({{.Today}})

Upcoming & Overdue

{{if .Timeline}} {{range .Timeline}} {{end}}
Source Title Due Section
{{.Source}} {{if .URL}}{{.Title}}{{else}}{{.Title}}{{end}} {{if .Description}}
{{.Description}}{{end}}
{{if .Due}}{{.Due.Format "Jan 2, 3:04 PM"}}{{else}}-{{end}} {{.DaySection}}
{{else}}

No upcoming or overdue items.

{{end}}

Recently Completed

{{if .CompletedLog}} {{range .CompletedLog}} {{end}}
Source Title Due Date Completed
{{.Source}} {{.Title}} {{if .DueDate}}{{.DueDate.Format "Jan 2"}}{{else}}-{{end}} {{.CompletedAt.Format "Jan 2, 3:04 PM"}}
{{else}}

No completed tasks logged yet.

{{end}}