Skip to main content

Roadmap

Our focus for the next several releases, building GAIA as the secure, local-first AI agent platform for AMD hardware.
Vote on Features — React with a thumbs-up on the GitHub issue for each item to help us prioritize.

Timeline


Shipped

v0.17.2

April 2026
One-click desktop installers (Windows, macOS, Linux) with auto-update. Agent registry with custom agent builder — create agents through conversation or YAML manifests. MCP tool execution transparency in activity panel. RAG cache integrity verification. Cross-browser drag-and-drop document upload fix.

v0.16.0

March 2026
C++ agent framework with docs, CI integration tests, and health agent. Agent UI v1 with chat, file browser, document indexing, and tool execution streaming. Lemonade install fixes.

v0.15.4

February 2026
MCPClientMixin — connect any agent to MCP servers with auto-registered tools. JSON config deployment (mcp_servers.json). gaia init --profile mcp for one-command setup. VLM profile and structured extraction API.

v0.15.3

February 2026
One-command installer scripts for Windows and Linux. MCP Client architecture refinements. Talk mode mic sensitivity and Lemonade URL fixes.

v0.15.2

January 2026
SD Agent with terminal image preview. EMR dashboard improvements. Evaluation framework enhancements.

v0.15.0

January 2026
SDK v1.0.0 — Agent base class, @tool decorator, DatabaseMixin, OutputHandler abstraction. Build any agent in ~50 lines. Medical Intake Agent as reference implementation. Linux support. Mintlify docs site.

v0.14

December 2025
EMR agent with Electron dashboard. Blender agent (MCP-based 3D automation). Code agent gained 12 tool mixins and a multi-step orchestrator with plan/execute/replan loop.

v0.13

November 2025
MCPAgent mixin and MCP bridge server — any agent can expose tools via JSON-RPC, any agent can consume external MCP servers. Docker agent shipped as first MCP-native agent.

v0.12

October 2025
Jira agent with JQL template system. Docker agent. Refactored Agent into composable mixin architecture — RAGToolsMixin, ShellToolsMixin, FileSearchToolsMixin. This is the foundation all agents build on.

v0.9–v0.11

July – September 2025
Chat agent with RAG pipeline (PDF chunking, FAISS vector search, 50+ file formats). Code agent with FileIOToolsMixin. Eval framework with batch experiments and ground-truth comparison. LLMClientFactory for multi-provider support (Lemonade, Claude, OpenAI).

v0.1–v0.8

April 2024 – March 2025
Core platform: LemonadeClient for NPU/iGPU inference on Ryzen AI, ChatSDK (renamed to AgentSDK in v0.20.0) with model-aware prompt formatting (10+ model families), WhisperASR + KokoroTTS for voice, NSIS installer, gaia CLI entry point.

v0.17.3 — RAG Reliability, Security & Website

Status: In progress — Due: April 17, 2026 Harden the RAG pipeline, ship security fixes, and launch the public website.
DeliverableDescriptionIssue
RAG cache securityReplace pickle with JSON + HMAC verification#768
RAG thread safetyFix concurrent index access#746
File-search alignmentKeep file count aligned with accessible results#754
GAIA websitePublic site at amd-gaia.ai#169
PDF robustnessHandle password-protected and corrupted PDFs gracefully#451
Indexing progressVisual feedback during document indexing#591
Installer fixesBOM and logger permission fixes#341
Username bugSupport spaces in Windows usernames#40
Detailed plan: Desktop Installer | Security Model

v0.18.x — Eval, Webapp Integration & API Polish

Status: Up next Replace the eval framework, make GAIA embeddable in web applications, and harden the API.

v0.18.0 — Agent Eval Benchmark — Due: April 21

DeliverableDescriptionIssue
Replace eval frameworkNew eval runner, scorecard, scenario loading#573
Eval extensibilityPlugin API for custom scenarios, scorers, document types#671
Eval test coverageTests for public API surface#673
Eval documentationScenario authoring, custom scoring, CI/CD integration#670
Legacy eval cleanupRemove ~9,200 lines of dead code#672
Docs identity clarificationClarify GAIA’s identity and audience paths#724

v0.18.1 — Webapp Integration Support — Due: April 25

DeliverableDescriptionIssue
System prompt passthroughHonor custom system prompts from API clients#650
Document indexing APIIndex documents via OpenAI-compatible endpoint#651
API key authenticationOptional auth for the API server#630
File System AgentNavigation, browsing, and scratchpad tools#502

v0.18.2 — API Readiness & UI Polish — Due: April 30

DeliverableDescriptionIssue
Connector Hub Phase 1Catalog UI + Obsidian smoke test#736
System prompt optimizationReduce ChatAgent prompt from ~7,400 to ~4,000 tokens#719
MCP security hardeningAddress MCP protocol vulnerabilities#94
Unbounded context fixFix query context growth in chat sessions#453
Document processing testsComprehensive RAG test suite#456
Multi-session concurrencySupport concurrent API clients#654
Code base indexingIndexing engine for codebase search#656
MCP test frameworkTool calling reliability tests#709
Lemonade UI feedbackModel download, busy state, connection loss indicators#588
Detailed plan: Agent UI | Security Model

v0.19.0 — Model Fine-Tuning & Agent Quality — Due: May 5

Status: Planned Improve agent response quality through model optimization. Ship installer polish (silent install, code signing, setup wizard).
DeliverableDescriptionIssue
Model quality optimizationSystem prompt compression, sub-4B model eval, first SFT fine-tune#616
Eval-to-training pipelineConvert agent eval results into GRPO training data#666
Unsloth integrationQLoRA + GRPO fine-tuning on AMD consumer GPUs#667
LoRA adapter libraryPer-agent adapters with hot-swap via Lemonade Server#668
Agent decompositionGaiaAgent (0.6B) orchestrates specialized sub-agents#674
Agent MCP ServerTask creation, agent assignment, inter-agent communication#675
Silent install modeUnattended/silent installation for automated deployments#614
First-run setup wizardGuided onboarding: system scan, model download, first chat#597
Pre-configured distributionBundled distribution package#711
macOS code signingApple Developer ID for notarization#733
Windows code signingSignPath OSS for Windows installer signing#732

v0.20.0 — Agent Memory & Bootstrap — Due: May 12

Status: Planned The agent remembers you across sessions, learns your preferences, and gets smarter over time.
DeliverableDescriptionIssue
Rename ChatAgent to GaiaAgentCore agent rename across codebase#696
MemoryStore + MemoryMixinPersistent memory with long conversation handling (no compaction)#542, #543, #686
Configuration dashboardPersonality recipes, skills, MCP servers, tool management#701, #687
Observability dashboardAudit trail, activity timeline, memory browser#697
Dynamic tool loadingLoad tools based on conversation context via memory#688
Merge CodeAgent viewsFile diff and tree views from CodeAgent to GaiaAgent#695
Bootstrap onboardingConversational persona interview + system discovery#556, #470
Email + Calendar (MCP)Gmail and Google Calendar via MCP servers#660
Daily briefsMorning digest of email, calendar, news, tasks#663
Hybrid model routingRoute simple tasks to local, complex to cloud#632
BrowserToolsMixinWeb browsing via Playwright (fallback for email/calendar)#458
Detailed plan: Agent UI | Email & Calendar | Setup Wizard

v0.21.0 — Multimodal, Voice & Desktop Vision — Due: May 19

Status: Planned Voice-first interaction, vision, and desktop control powered by AMD NPU acceleration. Two target demographics: Consumers (free, buying Ryzen AI hardware) and small businesses (privacy-first operations on Strix Halo).
DeliverableDescriptionIssue
Voice-first interaction (P0)Voice/text parity — mic in Agent UI, streaming ASR, TTS playback#702
DesktopToolsMixin (CUA)Screenshot, mouse, keyboard control#460
ComputerUseMixinWorkflow learning and replay#544
Multi-modal renderingDisplay images, audio, rich content inline in chat#540
Lemonade v10 integrationImage, voice, and system tools via Lemonade#539
Vision SDK document pipelineMulti-page document processing with VLM#325
Voice agent demoMemos, transcription, voice queries (ASR + TTS)#389
Meeting notes captureLive transcription with speaker diarization, structured minutes#700
Financial tracking agentBudget monitoring, receipt processing#664
Detailed plan: CUA | Vision SDK | Image Agent | Email & Calendar (meetings)

v0.22.0 — App Consolidation: Single Agent UI — Due: May 26

Status: Planned Consolidate all standalone apps (Jira, Docker, Blender, Summarize, Code, EMR, SD) into the Agent UI as selectable agents. One app, one install, all capabilities.
DeliverableDescriptionIssue
Consolidation epicMigrate standalone apps into Agent UI#759
Jira appConsolidate Jira standalone app#760
Docker appConsolidate Docker standalone app#761
Summarize appConsolidate Summarize app#763
Blender agentConsolidate Blender agent#764
Code agentConsolidate Code agent (gaia-code)#769
EMR agentConsolidate EMR agent (gaia-emr)#770
SD agentConsolidate SD agent (gaia sd)#771
HomebrewAdd GAIA to Homebrew for macOS#767

v0.22.5 — C++ Framework: Production Readiness [OEM] — Due: May 26

Status: Planned Make the native C++17 agent framework ready for OEM integration. Cancellation, event callbacks, tool security policies, streaming, runtime configuration. Detailed plan: C++ Framework Docs

v0.23.0 — Autonomous Agent Infrastructure — Due: June 2

Status: Planned GAIA becomes an always-on background agent that monitors, schedules, and acts proactively.
DeliverableDescriptionIssue
Always-on agent (autonomy engine)Heartbeat scheduler, event hooks, background service#634
System tray appProcess manager, status indicator, quick actions#643
Home Assistant (P0)Voice-controlled smart home, 24/7 device management, automations#705
Unified communication hubSMS + email + messaging in single prioritized feed in Agent UI#703
Messaging adaptersSignal (privacy-first priority), Telegram, Discord, Slack#635, #693
Messaging securityRestricted default tool set, input sanitization, rate limiting#689, #690
Encrypted credential vaultSecure storage for API keys and OAuth tokens#698
Email Triage AgentAI-powered inbox management (Tier 1 use case)#645
Calendar AgentAI-powered schedule management (Tier 2)#662
Personal finance agentBank aggregation, spending analysis — platform-enabled#707
Autonomous modeAgent schedules follow-ups and acts proactively#555, #550
Detailed plan: Autonomy Engine | Messaging | Email & Calendar | Security Model

v0.24.0 — Agent Hub, Service Integration & Onboarding — Due: June 9

Status: Planned The ecosystem layer: discover agents, install skills, manage models, bundle for OEMs.
DeliverableDescriptionIssue
SKILL.md format specificationSkill definition with dashboard integration#691
Agent Manifest systemDeclarative metadata for agent capabilities#462
Dynamic Agent RegistryPlugin discovery, replace hardcoded wiring#463
Skill marketplaceSecurity tiers, AMD Verified seeding#647
OpenClaw skill compatibilityMigration tool for OpenClaw SKILL.md files#692
Model Manager UIDownload, switch, update models from desktop app#644
OEM bundling frameworkPre-configuration for hardware SKUs#648
Cost savings telemetryShow users what they save running locally#649
Personal CRMAI-managed contact profiles with per-person tone matching#704
Small business featuresInvoicing, customer management, compliance on Strix Halo#708
Teams messaging adapterMicrosoft Teams for enterprise users#694
Legal research agentDocument analysis with RAG (Tier 2)#699
Auto-install MCP serversDetect tools and install MCP servers during onboarding#474
Detailed plan: Agent Hub | Skill Format | OEM Bundling | Setup Wizard

v0.25.0 — OS Agents: MCP Servers [OEM] — Due: June 16

Status: Planned OS-level intelligence via native MCP servers for process, network, storage, power, security, gaming, productivity, and backup management.

How We Prioritize

How You Can InfluenceWhat It Affects
Vote on GitHub issuesFeature priority
Share your use caseWhat we build next
Report bugsWhat we fix first
Contribute PRsFaster delivery

Get Involved

Report Issues

Found a bug or have a feature request?

Contribute

Help build GAIA

Share Your Use Case

Tell us how you’re using GAIA

Updated: April 13, 2026