rvf-manage
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRVF Management
RVF 管理
Manage RVF files for portable, transferable agent memory.
管理RVF文件,实现可移植、可传输的Agent内存。
When to use
使用场景
When you need to export agent memory to RVF format for backup, transfer between projects, or share knowledge between teams.
当你需要将Agent内存导出为RVF格式以进行备份、在项目间传输或在团队间共享知识时。
Steps
操作步骤
- List memories — call to see all stored memories
mcp__claude-flow__memory_list - Export — use the tool with
mcp__claude-flow__hooks_transferaction to export patternsstore - Import — call to import from Claude Code memories
mcp__claude-flow__memory_import_claude - Migrate — call for format upgrades
mcp__claude-flow__memory_migrate - Stats — call for storage metrics
mcp__claude-flow__memory_stats
- 列出内存 — 调用查看所有已存储的内存
mcp__claude-flow__memory_list - 导出 — 使用工具并选择
mcp__claude-flow__hooks_transfer操作来导出模式store - 导入 — 调用从Claude Code内存中导入
mcp__claude-flow__memory_import_claude - 迁移 — 调用进行格式升级
mcp__claude-flow__memory_migrate - 统计 — 调用获取存储指标
mcp__claude-flow__memory_stats
RVF format
RVF 格式说明
RVF (Ruflo Vector Format) stores:
- Vector embeddings (384-dim ONNX)
- Metadata (timestamps, namespaces, tags)
- Causal relationships between entries
- Session context and agent scope
RVF(Ruflo Vector Format)存储以下内容:
- 向量嵌入(384维ONNX格式)
- 元数据(时间戳、命名空间、标签)
- 条目间的因果关系
- 会话上下文与Agent作用域
Transfer between projects
项目间传输
bash
npx @claude-flow/cli@latest hooks transfer store --pattern "project-knowledge"
npx @claude-flow/cli@latest hooks transfer from-project --source /path/to/other/projectbash
npx @claude-flow/cli@latest hooks transfer store --pattern "project-knowledge"
npx @claude-flow/cli@latest hooks transfer from-project --source /path/to/other/project