MemoryBear v0.3.4 Community Release Notes #1195
keeees
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MemoryBear v0.3.4 Community Release Notes — Intelligent Connectivity
Release Date: May 20, 2026 | Codename: LingTong (灵通 · Intelligent Connectivity)
MemoryBear v0.3.4 Community weaves identity, intelligence, and integration into a single coherent fabric. This release introduces a full SSO + LingQi commerce loop for tenant onboarding and subscription management, deepens memory intelligence with temporal awareness and graph-relation retrieval, opens up the ontology engineering layer to external systems, and brings end-to-end transparency to Agent execution across all node types. Together these changes make MemoryBear meaningfully easier to operate at scale while improving the everyday experience of building and reasoning over memory.
🚀 I. Core Upgrade Overview
1. SSO & LingQi Integration 🔌
2. Memory Intelligence 🧠
descriptionfields when summarizing memories, producing tighter reflections and reducing noise in downstream retrieval.descriptionfields now carry timestamps, making it possible to reason about how an entity's understanding evolved and to surface the most recent characterization during recall.metadataschema has been updated with refined fields and validation, improving filtering precision and downstream search relevance.3. Application & Workflow ⚙️
HTTP,LLM, parameter extraction, question classification, knowledge base, code execution, tools, conditional branch, variable assignment, memory extraction, memory write, and document extractor — now exposes its inputs, outputs, and intermediate processing, with single-node run for fast iteration.4. Knowledge Base Integration 📚
5. Robustness & Bug Fixes 🔧
LLMnodes connected in series would fail when the upstream node had vision enabled and the downstream node did not; the runtime now reconciles modalities at the node boundary.mineruengine, restoring reliable ingestion for documents that were previously rejected.🧭 Looking Ahead
MemoryBear v0.3.4 Community is the release where the platform stops being just a memory engine and becomes a system you can operate. SSO with LingQi closes the loop from identity to subscription to provisioning, OIDC-managed API keys remove a class of credential-handling friction, and tenant onboarding becomes a single transaction rather than a checklist. For teams running their own deployments, this is the version where MemoryBear fits into the existing identity and commerce stack instead of standing beside it.
The intelligence layer takes a quieter but equally important step. Timestamped entity descriptions and relationship-based retrieval move memory beyond similarity search into something closer to reasoning over a living knowledge graph. Combined with language-aware multimodal input and consistent text-to-file entity linking, recall feels less like keyword matching and more like a system that actually remembers context. The new ontology external service API opens this layer to integrators, inviting other systems to build on top of MemoryBear's structural understanding rather than replicating it.
The third theme is transparency. Per-node logs, single-node runs, and live Agent execution visualization turn application building from guesswork into engineering. Builders can see what each step did, replay individual nodes in isolation, and watch the trace as it streams. Combined with tool-system accuracy improvements and the deep-thinking toggle fix, applications behave the way their authors expect — and when they don't, the answer to "why" is one click away.
The knowledge base, meanwhile, gets the kind of quiet polish that operations teams notice immediately: more natural multimodal Chinese output, one-click batch export for backups and audits, cleaner XLSX QA imports, and a restored
mineruPDF path for documents that previously got stuck at the door.The next version will deepen this trajectory: richer ontology APIs, more dimensions of temporal and causal reasoning in memory recall, deeper visual debugging for branched workflows, and more knowledge-base ingestion formats with stronger multimodal support. Expect ongoing performance work across the memory and application stacks, and continued investment in the open API surface for the community.
MemoryBear v0.3.4 社区版 发布说明 —— 智慧通达
发布日期: 2026年5月20日 | 版本代号: 灵通(LingTong · Intelligent Connectivity)
MemoryBear v0.3.4 社区版将身份、智能与集成织成一张完整的网。本版本引入了 SSO 与灵启的完整商业闭环,覆盖租户开通到套餐订购的全链路;为记忆智能加入时间感知与关系图检索,将本体工程层开放给外部系统;并在所有节点类型上实现 Agent 执行过程的端到端可视。这些变化让 MemoryBear 更适合规模化运营,也让日常的应用搭建与记忆推理体验更加顺畅。
🚀 一、核心升级概览
1. SSO 与灵启集成 🔌
2. 记忆智能 🧠
description字段进行合并,反思结果更紧凑,下游召回噪声更低。description字段加入时间戳,可观察实体认知的演变,并在召回时优先展示最新描述。metadata字段进行结构与校验更新,过滤更精准,搜索相关性进一步提升。3. 应用与工作流 ⚙️
HTTP、LLM、参数提取、问题分类、知识库、代码执行、工具、条件分支、变量赋值、记忆提取、记忆写入、文档提取器等全部节点均可查看其输入输出与中间处理,并支持单节点运行用于快速调试。4. 知识库集成 📚
5. 稳健性与缺陷修复 🔧
LLM节点串联时,上游开启视觉而下游未开启所导致的报错,运行时在节点边界自动协调模态。mineru解析引擎下 PDF 解析失败问题,此前被拒的文档可正常入库。🧭 未来展望
MemoryBear v0.3.4 社区版是平台从"记忆引擎"转向"可被运营的系统"的关键版本。SSO 与灵启的联动打通了身份—订阅—开通的完整链路,OIDC 托管的 API Key 消除了一类凭证处理摩擦,租户开通从一份清单变成一次事务。对自部署团队而言,这是 MemoryBear 真正融入既有身份与商业体系的版本,而不再是并立其旁。
智能层的进展更安静但同样关键。实体描述的时间戳与基于关系的检索,让记忆从相似度检索走向更接近"基于活体知识图谱进行推理"的形态。结合图片输入的语言对齐与文字—文件实体的稳定合并,记忆召回不再只是关键词匹配,而是真正"记得上下文"的系统。本体对外服务 API 进一步把这一层开放给集成方,让第三方系统在 MemoryBear 的结构化理解之上构建,而非另起炉灶。
第三条主线是透明度。节点级日志、单节点运行与 Agent 执行的实时可视化,让应用搭建从猜测变成工程:每一步都可见,每一节点都可重放。配合工具系统准确性提升与深度思考开关修复,应用的行为更贴近作者的预期,遇到问题也能一步定位原因。
知识库则收获了运维团队会立刻察觉的那种安静的打磨:更自然的多模态中文输出、面向备份与审计的一键批量导出、更干净的 XLSX QA 导入,以及恢复正常的
mineruPDF 解析路径——此前被拒的文档不再卡在门口。下一个版本将沿着这条线继续推进:更丰富的本体 API、记忆召回中更多维度的时间与因果推理、对分支工作流更深入的可视化调试,以及覆盖更多格式与多模态能力的知识库摄入。我们会持续投入记忆与应用栈的性能优化,并持续扩充开放给社区的 API 表面。
This discussion was created from the release MemoryBear v0.3.4 Community Release Notes.
Beta Was this translation helpful? Give feedback.
All reactions