Files
ra-h-os/docs
“BeeRad” 0f408bc907 docs: sync documentation from private repo
- 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
2026-01-05 12:42:51 +11:00
..

RA-H Documentation

Technical documentation for RA-H — AI-powered knowledge management.

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:

  1. Overview — What RA-H is and how it works
  2. MCP Server — Connect Claude Code to your knowledge base

For Developers

If you're contributing or self-hosting:

  1. Architecture — Understand the agent hierarchy
  2. Schema — Database structure
  3. Tools & Workflows — How to extend RA-H
  4. Open Source — Contribution workflow

Development Process

Internal development docs are in docs/development/:

  • process/ — Workflow, handoff, kickstart
  • backlog/ — Task backlog
  • prd-*.md — Product requirement documents
  • completed/ — Archived PRDs