- Simplify CONTRIBUTING.md for open source contributors - Update version to 0.1.0 (Open Source) in overview - Clarify BYO-key requirement in UI docs - Expand open source explanation in docs/9 - Add comprehensive pre-public release audit notes
31 lines
905 B
Markdown
31 lines
905 B
Markdown
# RA-H Open Source
|
|
|
|
This is the open source, BYO-key (bring your own API keys) version of RA-H.
|
|
|
|
## What's Included
|
|
|
|
- Full three-panel UI (Nodes | Focus | Helpers)
|
|
- Local SQLite storage with vector search
|
|
- Complete agent system (ra-h, mini-rah, wise-rah)
|
|
- All tools and workflows
|
|
- Settings panel with API key management
|
|
|
|
## What's Not Included
|
|
|
|
- Mac app packaging (Tauri)
|
|
- Supabase authentication
|
|
- Subscription/payment system
|
|
- Auto-updates
|
|
|
|
## Relationship to Private Repo
|
|
|
|
This repo is a **mirror** of the private `ra-h` repository. Features are developed privately and synced here periodically.
|
|
|
|
- **Contributions welcome** - See [CONTRIBUTING.md](../CONTRIBUTING.md)
|
|
- **Bug reports** - Open an issue on GitHub
|
|
- **Feature requests** - Open an issue; major features are typically built in the private repo first
|
|
|
|
## Setup
|
|
|
|
See the main [README.md](../README.md) for installation instructions.
|