Skip to content

V-Agent v0.9.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 09:48
· 57 commits to main since this release

V-Agent v0.9.0

πŸ”§ Maintenance update β€” Groq Compound backend

Groq decommissioned the Llama 3.x models, so V-Agent's built-in backend now runs on Groq Compound (groq/compound) β€” an agentic system with built-in web search and code execution, far better suited to coding tasks.

  • The hosted backend serves every request with Compound and transparently upgrades the old llama-… model name that already-installed apps send.
  • No reinstall required β€” the fix is server-side, so existing 0.9.0 installs pick it up automatically.
  • New client defaults, .env.example and config.example.json now point to groq/compound.

Downloads

Platform File Type
Windows .msi Installer (recommended)
Windows -windows-portable.zip Portable β€” extract and run, no install needed
Windows -setup.exe NSIS alternative installer
Linux .deb Installer (Ubuntu/Debian)
Linux .AppImage Universal portable
macOS .dmg Installer

Windows Portable: extract the ZIP to any folder or USB drive and run V-Agent.exe directly. Requires WebView2 (present on Windows 10/11 with Edge).

First launch: V-Agent will prompt you to configure your AI provider and Hackatime (optional).