feat: redesign README with benchmarks, competitor comparison, agent grid#112
feat: redesign README with benchmarks, competitor comparison, agent grid#112
Conversation
…nd agent logos - Add prominent benchmark table (LongMemEval 95.2% R@5 + token savings side-by-side) - Add competitor comparison table (agentmemory vs mem0 vs Letta vs built-in) - Add visual agent grid showing all 16 supported agents - Add stats row (95.2% R@5, 92% fewer tokens, 43 tools, 12 hooks, 0 deps, 646 tests) - Collapse verbose tool lists and API endpoints into expandable sections - Remove 34-row KV scopes table and 123-function breakdown (internal details) - Remove lengthy env var comments and inline code examples - Simplify "How It Works" with 4-tier consolidation table - Add token savings estimate to CLI status command - Reduce README from ~900 lines to ~540 lines while adding more visual impact
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis pull request updates the project documentation with new sections (vs Competitors, Supported Agents) and restructured benchmarks/architecture content, while enhancing the CLI status reporting to fetch additional export data and compute token savings metrics. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Major README redesign based on competitive analysis of the AI agent memory landscape (mem0, Letta, Hippo, claude-mem, mnemory).
What changed
Added (high-impact sections):
statuscommandRemoved (verbose internal details):
Result: ~900 lines → ~540 lines. More visual impact, less scrolling, better first impression.
Why
Research across Reddit (r/ClaudeAI, r/mcp), HN, and web sources shows:
Test plan
Summary by CodeRabbit
Release Notes
Documentation
New Features