Here is our team's project for the AI Agents Microhack.
AI Reminder Buddy is a customizable, persona-driven reminder tool, which comes with several different personalities.
- 📅 Add custom reminders at set intervals
- 🎭 Choose from a range of AI personas
- 🤖 Generates motivational messages using the Alith AI Agent
- 🎮 Earn experience points as you complete tasks
- 💬 Live terminal input: snooze, update intervals, or complete reminders on the fly.
⚠️ This project is designed to run in a Python environment (Google Colab-friendly).
1. Clone the repository
git clone https://github.com/Pk462/Hack404_Microhack_AI_Agent.git
cd ai-reminder-buddy2. Install dependencies
pip install -r requirements.txt3. Set up environment variables
Create a .env file and add your Alith API key:
ALITH_API_KEY=your_alith_api_key_here4. Run the script
python reminder_buddy.pyWhile the reminder loop is running, you can:
snooze— Snooze the last reminder for 60 secondschange [seconds]— Change interval of the last triggered remindercomplete [number]— Mark a reminder as doneexit/stop— Stop the reminder buddy
- Alith — for custom AI agent prompts
dotenv— to securely handle API keysthreading&time— for concurrent input and reminder logic- Google Colab — for real time coordination and coding with our team
MIT License
- The Alith team
- Google Colab