原文整理页

gBrain 是由 Garry Tan 推出的开源 AI 智能体持久化记忆层,能将日常碎片信息转化为结构化的知识图谱

来源作者:Garry Tan (@garrytan)原始来源:https://x.com/garrytan/status/2058244771462930492

中文导读

gBrain 是由 Garry Tan 推出的开源 AI 智能体持久化记忆层,能将日常碎片信息转化为结构化的知识图谱。

正文 Markdown

What´s gBrain and how does it work? I've been using gStack for a while when ideating, validating new projects, and some coding now I'm experimenting with gBrain as the memory layer for my agents, starting with my Hermes Agent company gBrain is an open-source persistent memory layer for AI agents (by @garrytan). it turns your emails, meetings, tweets, voice memos, and docs into a typed knowledge graph. essentially markdown in, graph out. how it works: > 1. ingest signals from your daily life > 2. extract entities + create typed links (works_at, invested_in, attended) > 3. store as Markdown + Postgres + pgvector > 4. retrieve via hybrid search (keyword + vector + graph) > 5. agents read brain first, write insights back, graph builds itself an overnight dream cycle dedupes entities, repairs links, and updates the compiled truth