> 🧠 AI-powered task reminder system with Ebbinghaus forgetting curve + gamification + active time learning
A smart task management system that:
python3 caring_memory.py add "Task title" [priority] [deadline]
# priority: urgent/high/medium/low
# deadline: ISO format e.g. "2026-04-10T18:00:00"
python3 caring_memory.py complete <id>
python3 caring_memory.py cancel <id>
python3 caring_memory.py list
python3 caring_memory.py remind
python3 caring_memory.py stats
python3 caring_memory.py chat
Morning reminder (08:00):
Task: python3 skills/caring-memory-skill/caring_memory.py remind
Schedule: 0 8 * * *
Midday check (12:00):
Task: python3 skills/caring-memory-skill/caring_memory.py remind
Schedule: 0 12 * * *
Evening review (18:00+21:00):
Task: python3 skills/caring-memory-skill/caring_memory.py remind
Schedule: 0 18,21 * * *
chat to record active timeaddcompleteremind for summary| Time to deadline | Upgrade |
|---|---|
| ----------------- | --------- |
| < 24h | high → urgent |
| < 48h | medium → high |
| < 96h | low → medium |
| Action | XP |
|---|---|
| -------- | ----- |
| Complete task | 10 × priority_multiplier |
| Daily streak | +5 bonus |
| Level up | Every 100 XP |
共 1 个版本