Gave my local Ollama setup a desktop buddy - it morphs into Clippy 📎 and executes commands
r/LocalLLaMA
•
Generative AI
Open Source AI
Running Ollama locally with a desktop agent I built. The agent wraps around Ollama (or any OpenAI-compatible endpoint) and adds a floating mascot on your desktop that takes commands directly. One of the skins morphs into a paperclip 📎 Had to do it 🥲 It can execute file operations, browse the web, send emails - all powered by whatever local model you're running. Works with llama3, mistral, qwen, deepseek - anything Ollama serves. Curious what models you'd recommend for tool calling / function calling use cases? Most smaller models struggle with the ReAct loop.