It's not a chatbot — it decomposes complex tasks into subtasks, executes them autonomously, writes and runs code, browses the web, and learns from every interaction.
Key features: - Multi-model support: Claude, GPT-4, Gemini, Groq, DeepSeek (any OpenAI-compatible) - Project Manager: breaks down projects into subtasks and executes them in parallel - Persistent memory (vector + SQLite) - DeepThink: secondary reasoning layer that reviews critical actions before execution - Plugin system: drop a .py file into plugins/ and it's instantly available - Real-time Live Activity window showing every tool call as it happens
Built with Python + PyQt6. MIT license.