rvf-manage

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

RVF 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

操作步骤

  1. List memories — call
    mcp__claude-flow__memory_list
    to see all stored memories
  2. Export — use the
    mcp__claude-flow__hooks_transfer
    tool with
    store
    action to export patterns
  3. Import — call
    mcp__claude-flow__memory_import_claude
    to import from Claude Code memories
  4. Migrate — call
    mcp__claude-flow__memory_migrate
    for format upgrades
  5. Stats — call
    mcp__claude-flow__memory_stats
    for storage metrics
  1. 列出内存 — 调用
    mcp__claude-flow__memory_list
    查看所有已存储的内存
  2. 导出 — 使用
    mcp__claude-flow__hooks_transfer
    工具并选择
    store
    操作来导出模式
  3. 导入 — 调用
    mcp__claude-flow__memory_import_claude
    从Claude Code内存中导入
  4. 迁移 — 调用
    mcp__claude-flow__memory_migrate
    进行格式升级
  5. 统计 — 调用
    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/project
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/project