Skip to content

Tags: MemMachine/MemMachine

Tags

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

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disable message sentence chunking by default (#874)

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

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Deduplicate derivatives' source episodes (#710)

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

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
correct the env name for mcp param override (#741)

fixes incorrect environment variable names used for overriding MCP
parameters. The code was using `MC_ORG_ID` and `MC_PROJ_ID` instead of the
correct `MM_ORG_ID` and `MM_PROJ_ID` names.

Key Changes:

- Corrected environment variable names from `MC_*` to `MM_*` prefix in the
  _override_with_env_if_exists method
- Added unit tests to verify environment variable overrides work
  correctly for `org_id` and `proj_id`
- Updated test fixture to properly clean up all three environment
  variables

v0.2.0-rc2

Toggle v0.2.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use the latest version of uv (#740)

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

v0.2.0-rc1

Toggle v0.2.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update openapi.json (#735)

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

v0.1.10

Toggle v0.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump fastmcp from 2.13.0.1 to 2.13.0.2 (#445)

Bumps [fastmcp](https://github.com/jlowin/fastmcp) from 2.13.0.1 to 2.13.0.2.
- [Release notes](https://github.com/jlowin/fastmcp/releases)
- [Changelog](https://github.com/jlowin/fastmcp/blob/main/docs/changelog.mdx)
- [Commits](jlowin/fastmcp@v2.13.0.1...v2.13.0.2)

---
updated-dependencies:
- dependency-name: fastmcp
  dependency-version: 2.13.0.2
  dependency-type: direct:production
  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>
Co-authored-by: Oscar Love <olabradalove@gmail.com>