Files
ra-h-os/docs/README.md
T
“BeeRad”andClaude Opus 4.5 f383d770ca docs: update documentation for RA-H Light
- Rewrite 0_overview.md for 2-panel UI + MCP focus
- Delete 1_architecture.md (agent hierarchy no longer applies)
- Delete 3_context-and-memory.md (agent context no longer applies)
- Rewrite 4_tools-and-workflows.md for MCP tools only
- Rewrite 6_ui.md for 2-panel layout
- Delete 7_voice.md (voice removed)
- Update 8_mcp.md with correct tool list (11 tools)
- Rewrite 9_open-source.md for RA-H Light
- Update README.md with new doc structure

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 16:06:54 +11:00

1.1 KiB

RA-H Light Documentation

Doc Description
Overview What is RA-H Light, design philosophy
Schema Database schema, node/edge structure
Tools & Workflows MCP tools, workflow system
Logging & Evals Debugging, evaluation framework
UI 2-panel layout, components, views
MCP Connect Claude Code and external agents
About What's included, contributing
Troubleshooting Common issues and fixes

Getting Started

# Clone
git clone https://github.com/bradwmorris/ra-h_os.git
cd ra-h_os

# Install
npm install

# Run
npm run dev

Open http://localhost:3000

MCP Integration

Add to your Claude Code config:

{
  "mcpServers": {
    "ra-h": {
      "command": "node",
      "args": ["/path/to/ra-h_os/apps/mcp-server/stdio-server.js"]
    }
  }
}

See MCP docs for full setup.

Questions?

Open an issue on GitHub.