Today's digest
# memvid/memvid
**URL:** https://github.com/memvid/memvid
**One-liner:** A single-file, serverless memory layer for AI agents that replaces complex RAG pipelines with fast, persistent, and portable memory.
**Relevance to oss-digest:** high (85/100)
**Integration:** depend-on-it
## Summary
Memvid is a serverless memory layer for AI agents that provides instant retrieval and long-term memory via a single file.
## Why it's useful here
oss-digest uses DeepSeek to generate daily digests of new open-source projects; it needs memory to avoid re-processing duplicates and to maintain conversational context across sessions. Currently likely uses ad-hoc storage; Memvid's portable .mv2 capsules could replace this with versioned, crash-safe memory.
## Suggested use
Integrate the Node.js SDK (npm @memvid/sdk) into the digest generation pipeline to store and recall already-seen projects, and to provide the AI with persistent context across daily runs.
## Novelty / why now
Novel concept of 'Smart Frames' inspired by video encoding, enabling append-only, immutable memory capsules with time-travel debugging and sub-5ms recall, all in a single file.
## Risks
Young project (350 days); core in Rust but SDKs abstract this; single-maintainer risk despite 24 contributors; potential API instability before v1.
## Safety scan
- Risk level: **low**
- Stars: 15479 (age 350d, 44.23 stars/day)
- Last push: 6 days ago
- Contributors: 24
- License: Apache-2.0
- Postinstall hooks: none
- Suspicious patterns: none
- Notes: (none)
### Reviewer safety notes
Apache-2.0 license, low risk, no postinstall hooks or suspicious patterns; 24 contributors and active development.
# rohitg00/agentmemory
**URL:** https://github.com/rohitg00/agentmemory
**One-liner:** Agentmemory provides persistent memory for AI coding agents via MCP, hooks, and a REST API, with confidence scoring, knowledge graphs, and hybrid search.
**Relevance to oss-digest:** high (85/100)
**Integration:** depend-on-it
## Summary
Persistent memory for AI coding agents that enables agents to remember across sessions with confidence scoring and knowledge graphs.
## Why it's useful here
oss-digest's AI agent currently runs DeepSeek analyses without persistent memory; integrating agentmemory would allow it to remember past digests, avoid re-analyzing the same repo, and build a knowledge graph of topics and trends over time.
## Suggested use
Import agentmemory as an MCP server or use its npm library to store and retrieve analysis results, confidence scores, and relationships between repos.
## Novelty / why now
Combines Karpathy's LLM Wiki pattern with production-grade features (confidence scoring, lifecycle, knowledge graphs) and zero external database dependencies.
## Risks
Very new repo (77 days) with aggressive star growth; single maintainer (rohitg00); may have unstable API or future breaking changes; verify compatibility with your Next.js version.
## Safety scan
- Risk level: **low**
- Stars: 6575 (age 77d, 85.39 stars/day)
- Last push: 0 days ago
- Contributors: 13
- License: Apache-2.0
- Postinstall hooks: none
- Suspicious patterns: none
- Notes: (none)
### Reviewer safety notes
Low risk - no suspicious patterns, no postinstall hooks, Apache-2.0 license. However, the repo is very new (77 days) with rapid star growth (6.5k), which could indicate hype; evaluate stability and long-term maintenance.
# BenedictKing/ccx
**URL:** https://github.com/BenedictKing/ccx
**One-liner:** Go-based multi-provider AI API proxy with web admin, channel orchestration, failover, and key management.
**Relevance to oss-digest:** high (85/100)
**Integration:** depend-on-it
## Summary
Unified AI API proxy supporting Claude, OpenAI, Gemini, and Codex with built-in web admin, failover, and key rotation.
## Why it's useful here
oss-digest uses DeepSeek via OpenAI-compatible API. ccx can proxy DeepSeek (via OpenAI endpoint) and add failover, multi-key management, and monitoring. Currently keys are likely hardcoded.
## Suggested use
Deploy ccx as sidecar proxy; point oss-digest's AI calls to ccx's /v1/chat/completions endpoint. Use ADMIN_ACCESS_KEY for web admin.
## Novelty / why now
Not novel; similar to LiteLLM/OpenRouter but with integrated UI and dual-key auth.
## Risks
Young project (102 days), single-maintainer risk despite 11 contributors, recently spiked stars (possible hype). Requires managing a Go binary.
## Safety scan
- Risk level: **low**
- Stars: 603 (age 102d, 5.91 stars/day)
- Last push: 0 days ago
- Contributors: 11
- License: MIT
- Postinstall hooks: none
- Suspicious patterns: none
- Notes: (none)
### Reviewer safety notes
MIT license, no suspicious patterns, 11 contributors, moderate stars spike (603 in 102 days).