mem0-strands-v0.1.1
Mem0 Strands Integration (v0.1.1)
Added 2
- Anonymous usage telemetry events (strands.store.init, strands.store.search, strands.store.add, strands.store.add_messages) using the Mem0 SDK's existing PostHog client, with no new dependency
- Support for opting out of telemetry with MEM0_TELEMETRY=false environment variable
From Mem0
New Features:
- Usage telemetry: Anonymous usage events (
strands.store.init,strands.store.search,strands.store.add,strands.store.add_messages) ride the Mem0 SDK's existing PostHog client, unsampled, with no new dependency. Events carry only counts, durations, booleans, and coarse failure kinds: never queries, memory text, message content, entity ids, metadata, or API keys. Opt out withMEM0_TELEMETRY=false(#7110)