awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesMemory Management Systems

Frameworks for storing, organizing, and retrieving persistent state and historical logs in agentic systems.

Distinguishing note: Specifically manages long-term memory files and logs for AI agents, distinct from general database management.

Explore 4 awesome GitHub repositories matching data & databases · Memory Management Systems. Refine with filters or upvote what's useful.

Awesome Memory Management Systems GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • microsoft/ai-agents-for-beginnersAvatar de microsoft

    microsoft/ai-agents-for-beginners

    67,369Ver en GitHub↗

    This project is a structured educational resource and technical guide for designing and implementing autonomous systems using large language models. It provides a comprehensive curriculum and code samples focused on agentic design patterns, autonomous development, and the creation of systems capable of planning and executing multi-step tasks. The resource details the implementation of agentic retrieval-augmented generation, where models autonomously plan and refine data searches. It covers a wide array of orchestrators and design patterns, including metacognitive reflection for self-correctin

    Implements patterns for managing long-term memory files and session logs for personalized AI interactions.

    Jupyter Notebookagentic-aiagentic-frameworkagentic-rag
    Ver en GitHub↗67,369
  • zhayujie/chatgpt-on-wechatAvatar de zhayujie

    zhayujie/chatgpt-on-wechat

    45,353Ver en GitHub↗

    This project is an autonomous agent framework designed to integrate large language models with popular messaging platforms. It functions as a middleware platform that enables automated, multimodal interactions by decomposing complex user goals into sequential plans, executing them through external tools, and maintaining persistent context across sessions. The framework distinguishes itself through a modular skill architecture and a hybrid memory system. Users can extend system capabilities by installing custom logic modules from community hubs or generating them through natural language. The

    Agent framework provides a dedicated web console interface for browsing and organizing stored memory files and generated logs.

    Pythonaiai-agentchatgpt
    Ver en GitHub↗45,353
  • taichi-dev/taichiAvatar de taichi-dev

    taichi-dev/taichi

    27,982Ver en GitHub↗

    Taichi is a domain-specific programming language embedded in Python designed for high-performance numerical computing and computer graphics. It functions as a parallel compiler that translates high-level mathematical expressions into optimized machine instructions, enabling developers to write compute-intensive algorithms that execute across diverse hardware architectures, including CPUs, GPUs, and specialized accelerators. The project distinguishes itself through a hardware-agnostic execution layer that maps parallel operations to multiple backends such as CUDA, Metal, and Vulkan. By utilizi

    Coordinates data movement and synchronization between host system memory and device-specific memory spaces during parallel execution.

    C++computer-graphicsdifferentiable-programminggpu
    Ver en GitHub↗27,982
  • memvid/memvidAvatar de memvid

    memvid/memvid

    15,679Ver en GitHub↗

    Memvid is an embedded memory framework designed to provide persistent, versioned context for intelligent agents. It functions as a local vector database library that stores all data within a single binary file, removing the need for external database infrastructure or network dependencies. The system distinguishes itself by integrating in-process vector indexing with append-only versioning, allowing for high-speed semantic similarity searches alongside the ability to track and roll back state changes over time. It includes built-in transparent data encryption and masking to secure sensitive i

    Tracks changes to stored data over time to enable retrieval of previous states and rollbacks.

    Rustaicontextembedded
    Ver en GitHub↗15,679
  1. Home
  2. Data & Databases
  3. Memory Management Systems