Mem0 cli-v0.2.12

cli-v0.2.12

Mem0 Python CLI (v0.2.12)

Added 2
  • New `mem0 version` subcommand to read the CLI version as a regular subcommand instead of a root-level flag
  • New `--agent-custom-instructions` flag on the `add` command, threaded through to `agent_custom_instructions` on the `/v3/memories/add/` payload for agent-scoped memories
Changed 1
  • The `--filter` help text and documentation now spell out the JSON shape with concrete examples instead of just calling it an advanced filter expression

From Mem0

New Features:

  • version: New mem0 version subcommand, alongside the existing --version flag, so scripts and agent harnesses can read the CLI version as a regular subcommand instead of a root-level flag (Python and Node #6907)
  • add: New --agent-custom-instructions flag, threaded through to agent_custom_instructions on the /v3/memories/add/ payload: a second extraction instruction set that applies only to agent-scoped memories, matching the SDKs' agentCustomInstructions / agent_custom_instructions support (Python and Node #6910)

Documentation:

  • search --filter: The --filter help text and docs/platform/cli.mdx now spell out the JSON shape ({"AND": [...]} / {"OR": [...]}) with a concrete example instead of just calling it "an advanced filter expression," and a matching example command was added to both the CLI help text and the docs page (Python and Node #6907)
View original

Upgraded? How did it go?

Discussion