Add todo/reminder tool with due dates

t-261·WorkTask·
·
·
Created2 months ago·Updated2 months ago

Description

Edit

Create Omni/Agent/Tools/Todos.hs with user-scoped todos that have optional reminder dates. Schema: todos table (id, user_id, title, due_date, completed, created_at). Tools: todo_add (with optional due date), todo_list (filter by status/date), todo_complete, todo_delete. Consider: how to trigger reminders - could poll in bot loop or use separate reminder service.

Timeline (2)

🔄[human]Open → InProgress2 months ago
🔄[human]InProgress → Done2 months ago