Skip to content

Mem0 Node CLI (v0.2.13)

Choose a tag to compare

@kartik-mem0 kartik-mem0 released this 24 Aug 13:14
· 3 commits to main since this release
dc82354

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)