Skip to content

Releases: NevaMind-AI/memU

v1.4.0

06 Feb 00:55
777f1ed

Choose a tag to compare

1.4.0 (2026-02-06)

Features

  • Add inline memory item references in category summaries (#202) (#205) (5213571)
  • Add salience-aware memory with reinforcement tracking (#186) (#206) (2bdbcce)
  • Add Tool Memory type with specialized metadata and statistics (#247) (4e8a035)

Bug Fixes

  • add chat() API and stop misusing summarize() (#208) (be0a5c7)
  • remove unused type: ignore comment and add lazyllm mypy override (#275) (0e490f7)
  • video: cleanup temp files on extraction failure (#295) (16b65e5)

Documentation

v1.3.0

29 Jan 14:30
0d3cff6

Choose a tag to compare

1.3.0 (2026-01-29)

Features

  • add happened at and extra fields to memory item (#262) (77938e9)
  • add proactive example (#268) (d3d1de1)
  • add Sealos support agent use case (Track G) (#255) (8fbdf3c)
  • integrate LazyLLM to provide more llm services (#265) (c03f639)
  • integrations: Add LangGraph Adapter for MemU (Track A) (#258) (50b5502)
  • llm: add Grok (xAI) integration (#179) (#236) (1e16309)
  • Openrouter integration as backend provider (#182) (cba667a)

Bug Fixes

Documentation

v1.2.0

14 Jan 14:58
a4cff91

Choose a tag to compare

1.2.0 (2026-01-14)

Features

Bug Fixes

  • allow nullable resource_id in Postgres items (#232) (ae2ffbb)
  • correct coverage source to track memu package instead of tests (#220) (2460bbd)
  • correct typo in PromptBlock class label attribute (#231) (d69053c)
  • default embed size (#192) (144fd32)
  • readme partners link & github issue link (#198) (849f881)

Documentation

  • add Chinese translation of README (#212) (d15ecf9)
  • add How to Contribute section to README (#215) (bf44de7)
  • readme: update Chinese README with fixes and improvements (#221) (75a8f65)

v1.1.2

08 Jan 09:24
5a56ce0

Choose a tag to compare

1.1.2 (2026-01-08)

Bug Fixes

Documentation

v1.1.1

08 Jan 01:06
996913c

Choose a tag to compare

1.1.1 (2026-01-07)

Bug Fixes

  • ensure both Linux x86_64 and ARM64 wheels are built (#162) (51c9ea4)

Documentation

v1.1.0

07 Jan 12:56
a02c042

Choose a tag to compare

1.1.0 (2026-01-07)

Features

  • add Linux ARM64 (aarch64) build target (#156) (0c90fcf)

Bug Fixes

Documentation

v1.0.1

06 Jan 03:13
8ed7f15

Choose a tag to compare

1.0.1 (2026-01-06)

Bug Fixes

v1.0.0

05 Jan 15:28
442bd8b

Choose a tag to compare

1.0.0 (2026-01-05)

⚠ BREAKING CHANGES

Bug Fixes

Documentation

v0.9.0

04 Jan 17:41
a15429a

Choose a tag to compare

0.9.0 (2026-01-04)

Features

  • add GitHub issue templates (bug report, designer feedback, feat… (#132) (aee22ee)
  • add LLM wrapper and interceptors for LLM calls (#131) (416e102)
  • patch & crud workflows (#127) (3cd3dc6)

Bug Fixes

  • category summary & category user scopes (#125) (a24efd5)
  • config & resource caption (#142) (ea4be13)
  • remove duplicate and unnecessary issue templates (#133) (559ec14)

Documentation

  • fix README and CONTRIBUTING to match actual codebase (#130) (65d7ef4)
  • modify readme.md 0102 (#136) (f114ee4)

v0.8.0

24 Dec 01:02
cf46dc2

Choose a tag to compare

0.8.0 (2025-12-24)

Features

  • add configurable batch_size for embedding API calls (#114) (060067a)
  • add conversation created at (#120) (825df56)
  • add workflow implementation and postgres store (#122) (a175811)

Bug Fixes

Documentation

  • Add memU-experiment link to README (#119) (2d908e1)
  • clearer introduction and new agent examples (#115) (da27875)