Documentation Index
Fetch the complete documentation index at: https://docs.byterover.dev/llms.txt
Use this file to discover all available pages before exploring further.

Prerequisites
Ensure the following are installed and available in yourPATH:
| Requirement | How to install |
|---|---|
| Node.js | nodejs.org |
OpenClaw CLI (openclaw) | docs.openclaw.ai/install |
brv CLI is missing, the script installs it from https://byterover.dev/install.sh. The byterover Clawhub skill is installed automatically via npx clawhub@latest install byterover --force.
Quick Start
- Verify prerequisites and back up your config
- Prompt you to enable each feature (Context Engine, Memory Flush)
- Update your workspace protocol files (
AGENTS.md,TOOLS.md) with ByteRover commands
Features
The setup script configures two optional features. You choose which to enable during the interactive setup.Context Engine
Automatically retrieves relevant knowledge before each agent response and stores new insights after each turn. Installs the@byterover/byterover plugin as an OpenClaw context engine. Requires OpenClaw v2026.3.22+.
You can also install directly with openclaw plugins install @byterover/byterover — see the full setup guide for details.
Automatic Memory Flush
Automatically curates insights to ByteRover when the agent’s context window approaches compaction. The agent reviews the session for architectural decisions, bug fixes, and patterns, then runsbrv curate to save them before context is compacted. Learn more about compaction behavior.
Next Steps
Connect an LLM provider
ByteRover CLI needs an LLM provider to enable its agent features. Run one of the following to get started:brv providers list
Reference
Configuration details, troubleshooting, and advanced topics