- Rewrite 3_context-and-memory.md (auto-context system, remove legacy memory) - Create 7_voice.md (voice interface documentation) - Update 0_overview.md, 1_architecture.md, 4_tools-and-workflows.md, 6_ui.md, 8_mcp.md - Add simple human-readable intros to all docs - Update README.md with voice doc reference Synced from ra-h commit 4a3d7e0
1.9 KiB
1.9 KiB
RA-H Documentation
Technical documentation for RA-H — AI-powered knowledge management.
Quick Links
- Website: ra-h.app
- Download: ra-h.app/download
- Open Source: github.com/bradwmorris/ra-h_os
Documentation Index
| # | Document | Description |
|---|---|---|
| 0 | Overview | What is RA-H, design philosophy, tech stack |
| 1 | Architecture | Agent hierarchy, system design |
| 2 | Schema | Database schema, nodes, edges, embeddings |
| 3 | Context & Memory | Auto-context system, how agents see your knowledge |
| 4 | Tools & Workflows | Available tools, editable workflows |
| 5 | Logging & Evals | Debugging, evaluation framework |
| 6 | UI | 3-panel layout, views, Settings |
| 7 | Voice | Voice interface (STT/TTS) |
| 8 | MCP Server | External agent connector (Claude Code, etc.) |
| 9 | Open Source | Sync strategy, repo differences |
For Users
Start here:
- Overview — What RA-H is and how it works
- MCP Server — Connect Claude Code to your knowledge base
For Developers
If you're contributing or self-hosting:
- Architecture — Understand the agent hierarchy
- Schema — Database structure
- Tools & Workflows — How to extend RA-H
- Open Source — Contribution workflow
Development Process
Internal development docs are in docs/development/:
process/— Workflow, handoff, kickstartbacklog/— Task backlogprd-*.md— Product requirement documentscompleted/— Archived PRDs