AI Agent - Personal Assistant
I built an AI agent using Ollama API to function as a personal assistant for managing tasks and answering questions, or even starting games in my PC.
Details & highlights
The agent runs locally where possible and connects to structured data in MySQL for reminders, notes, and lightweight task state. I focused on clear tool boundaries so the model can trigger safe automations (open apps, query data) without turning the whole machine into an opaque script runner.
- Local LLM integration via Ollama with a small Python service layer
- Persistent memory / task storage backed by MySQL
- Automation hooks for desktop workflows (games, utilities) with guardrails