agent spotlight
Basic Information
Agent Spotlight is a desktop AI agent that brings large language model capabilities directly to your workstation so you can interact with files, run commands, and integrate external tools using natural language. The repository provides a cross-platform application built with Tauri and Rust for native performance, and a Next.js/React frontend styled with Tailwind. It connects to Google's Gemini model for intelligent query handling and uses the Model Context Protocol to discover and call external tool servers. The project is focused on minimal, fast UI accessible with a global hotkey and on local privacy by keeping API keys and data on the machine. The README includes quick start instructions, prerequisites such as Node.js and Rust and a Google AI API key, plus examples and a configuration approach for adding MCP tool servers.