Agent Skills
› afx-team/hebb-mind
› bench-compare
bench-compare
GitHub对比多个Agent记忆系统,分析代码、基准测试及架构。通过评估内存类型、检索策略、可扩展性、API设计等维度,生成Markdown对比矩阵并提供包含权衡建议的推荐总结。
Trigger Scenarios
需要比较不同Agent记忆系统的性能或架构
评估记忆存储方案的可扩展性与集成难度
寻找特定功能(如向量/图检索)的记忆实现
Install
npx skills add afx-team/hebb-mind --skill bench-compare -g -y
SKILL.md
Frontmatter
{
"name": "bench-compare",
"arguments": [
{
"name": "projects",
"required": true,
"description": "Comma-separated list of projects to compare (e.g. mem0,zep,letta)"
},
{
"name": "criteria",
"required": false,
"description": "Comparison criteria (e.g. performance,api-design,scalability)"
}
],
"description": "Compare multiple agent memory systems by analyzing their code, benchmarks, and architecture",
"user_invocable": true
}
Benchmark & Compare
Compare multiple agent memory projects across key dimensions.
Instructions
- For each project in
${projects}:- Search for benchmarks, performance reports, and comparisons
- Analyze the architecture and API design
- Check community feedback (GitHub issues, discussions, Reddit, HN)
- Compare across these default criteria (override with
${criteria}if provided):- Memory Types: What types of memory are supported
- Retrieval Strategy: How memories are retrieved (vector, graph, hybrid)
- Scalability: How it handles large memory stores
- API Design: Ease of integration
- Ecosystem: Integrations with LLM frameworks
- Performance: Latency, throughput if data available
- Community: Stars, contributors, activity
- Output a comparison matrix (markdown table)
- Provide a recommendation summary with trade-offs
Version History
- a8914bb Current 2026-07-05 12:09


