Update installer and workflows/actions for CI/CD#1
Merged
kovtcharov merged 8 commits intomainfrom Jan 30, 2025
Merged
Conversation
vgodsoe
reviewed
Jan 30, 2025
vgodsoe
approved these changes
Jan 30, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 14, 2026
## Summary
Adds a public roadmap and technical implementation plans to the
documentation site, giving users visibility into what's coming next for
GAIA.
## Changes
### New Documentation Pages
- **Roadmap** (`docs/roadmap.mdx`) - Timeline and upcoming priorities
- **Chat UI Plan** (`docs/plans/chat-ui.mdx` + `chat-ui.md`) -
Privacy-first desktop chat with RAG
- **Installer Plan** (`docs/plans/installer.mdx` + `installer.md`) -
Lightweight one-command installer
### Navigation Structure
Added **Roadmap** as a new top-level tab:
```
Roadmap (tab)
├── What's Next (group)
│ └── Roadmap
└── Plans (group)
├── Installer
└── Chat UI
```
### Key Features
- **Q1 2026 Timeline** - Visual Mermaid diagram showing Installer → Chat
UI
- **Work in Progress label** - Transparent about evolving plans
- **Analytics-driven** - Explains how priorities are determined
- **Community engagement** - Email contact ([email protected]) for use cases
- **Dual format** - `.mdx` summaries for site, `.md` detailed specs for
GitHub
## Why
Based on analytics from amd-gaia.ai:
- `/quickstart` is the #1 page (38 views) - users want fast onboarding
- Chat agent playbook is #2 (17 views) - strong RAG/chat interest
- 60%+ Linux traffic - developer/privacy-focused audience
A public roadmap builds trust and enables community feedback on
priorities.
---------
Co-authored-by: kovtcharov-amd <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add github workflows to enable CI/CD checks and build installers. Also updated installer with the following updates:
.240is not installed