- Delete CODE_OF_CONDUCT.md (generic boilerplate) - Simplify README.md, link to ra-h.app/docs as primary - Simplify CONTRIBUTING.md - Fix bug_report.md (was referencing PostgreSQL, uses SQLite) - Gut bloated PR template - Simplify feature_request.md - Update docs/README.md to point to website - Update docs/9_open-source.md
34 lines
908 B
Markdown
34 lines
908 B
Markdown
# RA-H Open Source
|
|
|
|
**Full docs:** [ra-h.app/docs](https://ra-h.app/docs)
|
|
|
|
This is the open source, BYO-key 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
|
|
- MCP server for external AI assistants
|
|
- Settings panel with API key management
|
|
|
|
## What's Not Included
|
|
|
|
- Mac app packaging (Tauri)
|
|
- Supabase authentication
|
|
- Subscription/payment system
|
|
- Auto-updates
|
|
|
|
## Relationship to Main Repo
|
|
|
|
This repo is a mirror of the private `ra-h` repository. Features are developed privately and synced here.
|
|
|
|
- **Contributions welcome** - See [CONTRIBUTING.md](../CONTRIBUTING.md)
|
|
- **Bug reports** - Open an issue
|
|
- **Feature requests** - Open an issue; major features typically built privately first
|
|
|
|
## Setup
|
|
|
|
See [README.md](../README.md) for installation.
|