awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesSemantic Memory Stores

Vector-backed storage systems that index memories by meaning and support salience-based decay, compression, and reinforcement.

Distinct from Vector Memory Stores: Distinct from Vector Memory Stores: adds salience-based decay, compression, and reinforcement capabilities beyond basic vector similarity storage.

Explore 2 awesome GitHub repositories matching data & databases · Semantic Memory Stores. Refine with filters or upvote what's useful.

Awesome Semantic Memory Stores GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 1jehuang/jcode1jehuang 的头像

    1jehuang/jcode

    7,778在 GitHub 上查看↗

    jcode 是一个用于开发自主 AI 编码代理的框架,这些代理可自动化软件开发任务。它作为一个代理编排器、工具运行时和语义记忆引擎,支持创建能够修改代码、运行测试并迭代自身功能的代理。 该项目以其递归代理群集(Swarming)而著称,其中协作代理的层级结构可以生成子代理来分解复杂任务。它实现了一个语义记忆系统,结合了基于向量的检索和基于图的关系映射,以在会话间保持上下文。为了管理风险,该系统使用分级操作治理,要求人工批准敏感操作,并将代理活动隔离在单独的 Git 工作树中。 该框架包含一个全面的浏览器自动化工具包,用于与网页交互、提取 DOM 快照和捕获截图。它还实现了模型上下文协议(MCP)以集成外部工具和数据,并支持二进制热重载以在不丢失活动网络连接的情况下更新服务器。 该系统提供用于管理代理记忆的命令行界面,并包括用于跟踪计划进度和可视化代理群集拓扑的审计工具。

    Stores and retrieves conversation history using semantic vectors and salience-based memory management.

    Rust
    在 GitHub 上查看↗7,778
  • caviraoss/openmemoryCaviraOSS 的头像

    CaviraOSS/OpenMemory

    3,350在 GitHub 上查看↗

    OpenMemory is an embeddable memory engine for LLM agents that stores, retrieves, and manages conversational context and agent state using semantic indexing and temporal facts. It functions as a semantic memory store backed by vector indexing, where memories are organized by meaning rather than by exact key, and includes a tiered decay engine that gradually reduces the salience of unused memories while compressing cold vectors and fingerprinting dormant entries to conserve storage. The system also maintains a temporal fact database that records factual statements with subject-predicate-object s

    Ships a vector-backed storage system that indexes memories by meaning and supports salience-based decay, compression, and reinforcement.

    TypeScriptaiai-agentsai-infrastructure
    在 GitHub 上查看↗3,350
  1. Home
  2. Data & Databases
  3. Vector Memory Stores
  4. Semantic Memory Stores