Skip to content

Mem0 DeepSeek Plugin (v0.3.0)

Choose a tag to compare

@kartik-mem0 kartik-mem0 released this 09 Sep 14:36
02f7a9b

Added:

  • Automatic recall during system-prompt/assemble, using the latest human prompt and avoiding repeated context injection within a session.
  • Automatic capture from the durable session/event stream after a completed turn. Interrupted or incomplete turns are not sent through this automatic capture path. autoRecall and autoCapture default to true and can be disabled.

Changed:

  • Reuses shared lifecycle, redaction, identity, and telemetry utilities while retaining the explicit search_memory and add_memory tools and their per-call agent/session scope. Cross-user userId overrides now require operator opt-in with allowUserOverride: true.
  • Publishes a self-contained ESM artifact under @mem0/deepseek-plugin; native Harness services and the Mem0 SDK remain external dependencies. Plugin cleanup remains tied to the native Cordis lifecycle.

Host compatibility:

  • Supports the declared Harness runtime dependencies and documents the macOS watcher workaround. The plugin does not bundle a named Sidekick or provide child filesystem isolation. #7203