Almanac
← Events
5GitHub Trending (AI/LLM filtered)·25d ago

claude-mem: Persistent Cross-Session Memory Layer for AI Coding Agents

claude-mem is an open-source TypeScript library that provides persistent context across sessions for AI coding agents. It captures agent activity during sessions, compresses it using AI, and injects relevant context into future sessions. The tool claims compatibility with Claude Code, OpenAI Codex, Gemini, GitHub Copilot, and other coding agents. The repository has accumulated 78,579 stars with 319 added today, indicating strong community traction.

Related guides (3)

Related events (8)

4Github Trending·1mo ago·source ↗

agentmemory: Persistent Memory for AI Coding Agents

agentmemory is an open-source TypeScript library providing persistent memory for AI coding agents, designed based on real-world benchmarks. The repository has accumulated 13,772 total stars with a notable single-day gain of 1,626 stars, indicating strong community traction. It targets the agent tool ecosystem by addressing memory continuity across coding agent sessions.

4Github Trending·5d ago·source ↗

TencentCloud releases TencentDB Agent Memory: local long-term memory for AI agents

TencentCloud has open-sourced TencentDB Agent Memory, a TypeScript library providing fully local long-term memory for AI agents via a 4-tier progressive pipeline with no external API dependencies. The project has accumulated 5,785 GitHub stars with 172 added on the day of observation. It targets the growing need for persistent, private memory in agent systems without reliance on third-party services.

4Github Trending·29d ago·source ↗

MemOS: Self-Evolving Memory OS for LLM Agents with Hybrid Retrieval and Token Savings

MemOS is an open-source TypeScript project providing a memory operating system layer for LLM and AI agents, featuring ultra-persistent memory, hybrid retrieval, and cross-task skill reuse. The project claims 35.24% token savings through its memory management approach. It has accumulated 9,329 GitHub stars with moderate daily momentum (+67). The system targets agent memory persistence and efficiency as a foundational infrastructure component.

3Github Trending·8d ago·source ↗

basic-memory: persistent memory layer for AI conversations via MCP

basic-memory is an open-source Python project providing persistent memory for AI conversations, allowing users to avoid re-explaining context across sessions. The project has accumulated 3,212 GitHub stars with modest daily growth. It appears to implement a local knowledge-graph or note-based memory store exposed via MCP or similar tooling.

4Github Trending·20d ago·source ↗

supermemoryai/supermemory: Fast Scalable Memory Engine and API for AI Applications

supermemory is an open-source TypeScript project providing a memory engine and API designed for AI-era applications, emphasizing speed and scalability. It has accumulated 23,282 GitHub stars with 236 added today, indicating active community interest. The project targets the growing need for persistent, retrievable memory layers in AI agents and applications.

4Github Trending·15d ago·source ↗

MemPalace: open-source AI memory system trending on GitHub

MemPalace is an open-source Python library positioning itself as a highly-benchmarked AI memory system, currently trending on GitHub with over 53,000 stars. The project claims benchmark leadership among open-source memory systems for AI agents. High star count suggests significant community adoption or interest in persistent memory tooling for AI applications.

9Anthropic News·19d ago·source ↗

Claude Opus 4.6 Released with 1M Token Context, Agentic Coding Advances, and State-of-the-Art Benchmarks

Anthropic has released Claude Opus 4.6, its most capable model to date, featuring a 1M token context window in beta, improved agentic coding and planning capabilities, and adaptive thinking with developer-controlled effort levels. The model claims top scores on Terminal-Bench 2.0, Humanity's Last Exam, GDPval-AA, and BrowseComp, outperforming OpenAI's GPT-5.2 by 144 Elo points on GDPval-AA. New product features include agent teams in Claude Code, context compaction for long-running tasks, and Claude in PowerPoint (research preview). Pricing remains unchanged at $5/$25 per million input/output tokens.

5Github Trending·18d ago·source ↗

context-mode: TypeScript library for AI coding agent context window optimization

context-mode is an open-source TypeScript library that sandboxes tool output to reduce context window usage by approximately 98% for AI coding agents. It claims support for 15 platforms and has accumulated over 16,000 GitHub stars. The project addresses a practical bottleneck in agentic coding workflows where tool outputs can rapidly consume available context.