awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • microsoft/ai-agents-for-beginnersAvatar microsoft

    microsoft/ai-agents-for-beginners

    67,369Vezi pe 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
    Vezi pe GitHub↗67,369
  • zhayujie/chatgpt-on-wechatAvatar zhayujie

    zhayujie/chatgpt-on-wechat

    45,353Vezi pe 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
    Vezi pe GitHub↗45,353
  • taichi-dev/taichiAvatar taichi-dev

    taichi-dev/taichi

    27,982Vezi pe 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
    Vezi pe GitHub↗27,982
  • memvid/memvidAvatar memvid

    memvid/memvid

    15,679Vezi pe 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
    Vezi pe GitHub↗15,679
  1. Home
  2. Data & Databases
  3. Memory Management Systems