You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features
Virtual pet companion (#111). Tomo now has a pet that lives at ~/.tomo/data/pet.json. Five MCP tools on tomo-internal let the agent interact with it: pet_hatch, pet_status, pet_feed, pet_play, pet_sleep. Stats decay over time; affection drives evolution through six stages (egg → baby → child → teen → adult → elder). PetScheduler ticks every hour inside the process — no cron setup needed. Notifications fire on hunger/health drops and evolution events.