一键导入
hmg-eval-baseline
Run the local mem0 OSS vs HMG branch-isolation scorecard and interpret latency, hit rate, scope leakage, and agent brief usefulness.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the local mem0 OSS vs HMG branch-isolation scorecard and interpret latency, hit rate, scope leakage, and agent brief usefulness.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Produce an HMG health scorecard from doctor JSON, disposable memory smoke, agent-event explain, and daemon latency sampling.
Create a non-invasive HMG integration plan for a target repository using MCP, hooks, runtime, and smoke tests behind a feature flag.
Use HMG durable coding-agent memory when a task benefits from branch-aware recall, prior decisions, correction history, governance, or an end-of-task handoff.
Independently verify that an HMG integration can write, recall, handoff, preserve scope isolation, and emit lifecycle events.
Manually load scoped HMG context when SessionStart or prompt-time hooks are unavailable.
Plan safe dry-run imports from mem0, MEMORY.md, Claude memory banks, or project documents into HMG.
| name | hmg-eval-baseline |
| description | Run the local mem0 OSS vs HMG branch-isolation scorecard and interpret latency, hit rate, scope leakage, and agent brief usefulness. |
Use this workflow to reproduce the product scorecard that treats mem0 as a local friction benchmark for HMG's coding-agent memory path.
python3 scripts/run-hmg-product-optimization-scorecard.py
When a separate local mem0 virtualenv is required, provide its interpreter explicitly:
MEM0_PYTHON=/path/to/mem0-venv/bin/python
"$MEM0_PYTHON" scripts/run-hmg-product-optimization-scorecard.py --python "$MEM0_PYTHON"
The lower-level comparison harness remains available for debugging:
python3 scripts/compare-mem0-hmg-local.py --engine both --hmg-mode all --hmg-response-profile full --hmg-fast-recall --reset --cmd-timeout-secs 120 --top-k 5
The comparison harness resolves its versioned synthetic 8-fact branch-isolation dataset from the repository checkout. Do not substitute customer or production data.
Do not claim broad production superiority from this mini workload alone. It proves the local coding-memory live gate only. Direct CLI cold-start total latency remains a watch item, but direct engine recall latency is a required fast-path check.