ByteRover

Persistent knowledge management for AI agents — store and retrieve project patterns, decisions, and architectural rules across sessions using the brv CLI.

byteroverincv2.0.0
Productivity & TasksProductivityAI PoweredDeveloper Tool
Подключение к ВМ...
Подключение к ВМ...
npx clawhub@latest install byterover
73Звёзды
24.4kЗагрузки
104Текущие установки
89Всего установок
v2.0.0Версия
Mar 2, 2026Обновлено

ByteRover provides long-term memory for AI agents through a local knowledge management system. Using the brv CLI, your AI agent can store project patterns, architectural decisions, coding rules, and other contextual information as human-readable Markdown files in .brv/context-tree/. Before any task, the agent queries this knowledge base to recall relevant context, ensuring consistency across sessions.

Принцип работы

The workflow is simple: before thinking about a task, run brv query to retrieve relevant existing context from the knowledge base. After implementing changes, run brv curate to save new patterns and decisions. Both commands use a configured LLM provider (ByteRover's default provider works with no API key) to synthesize answers from stored context and to categorize new entries. Knowledge is stored as Markdown files that are version-controllable and human-readable.

Ключевые возможности

Query Knowledge
Retrieve relevant context before any task using brv query with natural language questions
Curate Context
Save new patterns, decisions, and rules with brv curate, optionally including up to 5 source files
No API Key Required
The default ByteRover LLM provider works out of the box for query and curate operations
Multiple LLM Providers
Optionally connect OpenAI, Anthropic, Google, or other providers with your own API key
Curate History
View past curations with brv curate view, filter by time and status
Optional Cloud Sync
Push and pull knowledge to ByteRover's cloud for team sharing (requires authentication)
Human-Readable Storage
All knowledge stored as Markdown files in .brv/context-tree/, fully version-controllable

Требования

Node.js
Required to install the brv CLI via npm

Сценарии использования

Cross-Session Consistency
Ensure your AI agent remembers project conventions, coding patterns, and past decisions across multiple sessions
Architectural Documentation
Store and recall architectural rules, authentication patterns, database schemas, and design decisions
Team Knowledge Sharing
Sync curated knowledge across team members via optional cloud sync
Onboarding Acceleration
New team members or AI agents can quickly query the knowledge base to understand project conventions

Как установить

1
Run in your terminal
npx clawhub@latest install byterover
or
2
Click the Install button at the top of this page for one-click setup

Часто задаваемые вопросы

Отзывы

0 отзывов

Войдите, чтобы написать отзыв

Отзывов пока нет. Будьте первым, кто поделится своим опытом!