Tags: MemMachine/MemMachine
Tags
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>
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
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
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>
PreviousNext