mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-05 18:27:04 +08:00
Files
64c38cc4d02ce32f56c5328a8d18a8b49d209b1c
10 lines
280 B
YAML
10 lines
280 B
YAML
name: byterover
|
|||
version: 1.0.0
|
|||
description: "ByteRover — persistent knowledge tree with tiered retrieval via the brv CLI."
|
|||
external_dependencies:
|
|||
- name: brv
|
|||
install: "curl -fsSL https://byterover.dev/install.sh | sh"
|
|||
check: "brv --version"
|
|||
hooks:
|
|||
- on_pre_compress
|