oss-digest
Matches
Memvid is a serverless memory layer for AI agents that provides instant retrieval and long-term memory via a single file.
→ 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.
Persistent memory for AI coding agents that enables agents to remember across sessions with confidence scoring and knowledge graphs.
→ Import agentmemory as an MCP server or use its npm library to store and retrieve analysis results, confidence scores, and relationships between repos.
Unified AI API proxy supporting Claude, OpenAI, Gemini, and Codex with built-in web admin, failover, and key rotation.
→ 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.
An LLM-powered knowledge platform that ingests documents, builds RAG, and auto-generates a wiki with agent capabilities.
→ Run WeKnora as a sidecar service, use its API to ingest curated OSS project metadata, then replace current DB queries with WeKnora's RAG and wiki mode.
On-device multilingual TTS using ONNX, with Node.js support.
→ Use supertonic's Node.js SDK to generate audio files for digest items, embed an audio player in the UI. Consider pre-generating audio during digest creation and storing in S3 or similar.
State machine guardrails that control which tools your AI agent can use in each phase.
→ Study statewright's state definitions and transition guards, then cleanroom-rebuild a similar concept in Python/Next for oss-digest's agent loop.
Agent-native memory infrastructure for persistent state.
→ Register Memori with the LLM client to maintain a memory of previously digested projects, user preferences, and feedback to refine future digests.