hoangs/viet-robot-pet-care-advisor
0
viet-robot-pet-care-advisor
A tiny heuristic model that generates simple advice about pet care based on observed activity and low food/water bowl signals.
Function:
advise_pet_care(activity: str, food_bowl_low: bool, water_bowl_low: bool) -> PetCareAdviceReturns whether attention is needed and a short English suggestion string.
License
MIT
