Skip to content

Tags: MemMachine/MemMachine

Tags

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add LLM-friendly formatting helpers to clients (#1311)

* Add LLM-friendly formatting helpers to clients

Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>

* Update packages/ts-client/src/memory/memmachine-memory.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Edwin Yu <92917168+edwinyyyu@users.noreply.github.com>

* Update packages/ts-client/src/memory/memmachine-memory.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Edwin Yu <92917168+edwinyyyu@users.noreply.github.com>

* Claude fixes

Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>

---------

Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <92917168+edwinyyyu@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the npm_and_yarn group across 1 directory with 5 updates (#1284)

Bumps the npm_and_yarn group with 5 updates in the /packages/ts-client directory:

| Package | From | To |
| --- | --- | --- |
| [brace-expansion](https://github.com/juliangruber/brace-expansion) | `1.1.12` | `1.1.13` |
| [picomatch](https://github.com/micromatch/picomatch) | `2.3.1` | `2.3.2` |
| [yaml](https://github.com/eemeli/yaml) | `2.8.1` | `2.8.3` |
| [flatted](https://github.com/WebReflection/flatted) | `3.3.3` | `3.4.2` |
| [handlebars](https://github.com/handlebars-lang/handlebars.js) | `4.7.8` | `4.7.9` |



Updates `brace-expansion` from 1.1.12 to 1.1.13
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.12...v1.1.13)

Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@2.3.1...2.3.2)

Updates `yaml` from 2.8.1 to 2.8.3
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.8.1...v2.8.3)

Updates `flatted` from 3.3.3 to 3.4.2
- [Commits](WebReflection/flatted@v3.3.3...v3.4.2)

Updates `handlebars` from 4.7.8 to 4.7.9
- [Release notes](https://github.com/handlebars-lang/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.7.8...v4.7.9)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.13
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: yaml
  dependency-version: 2.8.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: flatted
  dependency-version: 3.4.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: handlebars
  dependency-version: 4.7.9
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: stop semantic ingestion retry loop on context_length_exceeded (#…

…1259)

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump ty from 0.0.21 to 0.0.23 (#1232)

Bumps [ty](https://github.com/astral-sh/ty) from 0.0.21 to 0.0.23.
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.21...0.0.23)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix ty check type errors and ruff format violation (#1220)

* Fix type errors causing CI lint workflow failures

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: edwinyyyu <92917168+edwinyyyu@users.noreply.github.com>
Co-authored-by: Steve Scargall <37674041+sscargal@users.noreply.github.com>

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve metrics (#1176)

Update with new filtering



Fix uv.lock



Rename space to distance



Checkpoint update



Weird vibes



Checkpoint



Remove user metrics labels



Improve metrics collection



Remove Chroma

Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix messages is not filtered by conversation index in migration.py (#…

…1012)

* fix messages is not filtered by conversation index

Signed-off-by: Jing Gong <jing.gong@memverge.com>

* add check of workers and total_messages for user

Signed-off-by: Jing Gong <jing.gong@memverge.com>

---------

Signed-off-by: Jing Gong <jing.gong@memverge.com>

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[GH-770] Have semantic prompts use new response format (#972)

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Neo4j max_connection_pool_size and connection_acquisition_timeout…

… in sample_config files (#958)

Signed-off-by: Steve Scargall <37674041+sscargal@users.noreply.github.com>

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Qwen agent integration (#921)

adds a Qwen Agent integration example demonstrating how to use
MemMachine as a memory backend for Qwen Agent applications through
custom tools.

Changes:

- Implements two custom Qwen Agent tools (save_memory and
  search_memory) that interface with MemMachine
- Provides a working example script showing conversation memory
  persistence and retrieval
- Includes comprehensive documentation covering setup, configuration,
  and usage