@memtensor/memos-local-openclaw-plugin 1.0.7-beta.1 → 1.0.7-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.env.example CHANGED
@@ -18,6 +18,10 @@ SUMMARIZER_TEMPERATURE=0
18
18
  # Port for the web-based Memory Viewer (default: 18799)
19
19
  # VIEWER_PORT=18799
20
20
 
21
+ # ─── Tavily Search (optional) ───
22
+ # API key for Tavily web search (get from https://app.tavily.com)
23
+ # TAVILY_API_KEY=tvly-your-tavily-api-key
24
+
21
25
  # ─── Telemetry (opt-out) ───
22
26
  # Anonymous usage analytics to help improve the plugin.
23
27
  # No memory content, queries, or personal data is ever sent — only tool names, latencies, and version info.