Skip to content

feat: add openclaw mem0 plugin#588

Open
zhengqianyi wants to merge 6 commits intoagentscope-ai:mainfrom
zhengqianyi:zhengqianyi/dev/add_mem0_plugin
Open

feat: add openclaw mem0 plugin#588
zhengqianyi wants to merge 6 commits intoagentscope-ai:mainfrom
zhengqianyi:zhengqianyi/dev/add_mem0_plugin

Conversation

@zhengqianyi
Copy link
Copy Markdown

No description provided.

- Add support for @mem0/openclaw-mem0 plugin in Platform mode with environment-driven configuration
- Enable plugin installation optionally at build time via MEM0_PLUGIN_ENABLED=1 build argument
- Inject mem0 plugin configuration into openclaw.json at Manager and Worker startup scripts
- Pass mem0 environment variables to Manager, OpenClaw Worker, and CoPaw Worker containers
- Implement runtime check and installation of mem0 plugin if missing
- Provide fallback defaults for userId and support optional orgId, projectId, and enableGraph settings
- Update Dockerfile, install scripts, container creation scripts, and startup entrypoints accordingly
- Document the feature and environment variables in changelog and install scripts
…em0_plugin

# Conflicts:
#	changelog/current.md
#	manager/scripts/init/start-manager-agent.sh
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 8, 2026

📊 CI Metrics Report

Summary

Metric Current Baseline Change
LLM Calls 171 203 -32 ↓ -15.8%
Input Tokens 3923221 6209174 -2285953 ↓ -36.8%
Output Tokens 31219 41800 -10581 ↓ -25.3%
Total Tokens 3954440 6250974 -2296534 ↓ -36.7%

By Role

Role Metric Current Baseline Change
🧠 Manager LLM Calls 129 147 -18 ↓ -12.2%
Input Tokens 3104410 4798282 -1693872 ↓ -35.3%
Output Tokens 17991 26902 -8911 ↓ -33.1%
Total Tokens 3122401 4825184 -1702783 ↓ -35.3%
🔧 Workers LLM Calls 42 56 -14 ↓ -25.0%
Input Tokens 818811 1410892 -592081 ↓ -42.0%
Output Tokens 13228 14898 -1670 ↓ -11.2%
Total Tokens 832039 1425790 -593751 ↓ -41.6%

Per-Test Breakdown

Test Mgr Calls Wkr Calls Δ Calls Mgr In Wkr In Mgr Out Wkr Out Δ Tokens Trend
02-create-worker 12 0 +1 ↑ +9.1% 275468 0 1483 0 +12845 ↑ +4.9% ⚠️ regressed
03-assign-task 18 5 -6 ↓ -20.7% 469408 94846 2544 835 -122966 ↓ -17.8% ✅ improved
04-human-intervene 36 17 +15 ↑ +39.5% 711552 329613 4210 1497 +107293 ↑ +11.4% ⚠️ regressed
05-heartbeat 7 1 -7 ↓ -46.7% 154188 18958 1446 41 -289962 ↓ -62.4% ✅ improved
06-multi-worker 35 13 -11 ↓ -18.6% 999207 259585 5826 9846 -987643 ↓ -43.7% ✅ improved
14-git-collab 21 6 -24 ↓ -47.1% 494587 115809 2482 1009 -1016101 ↓ -62.3% ✅ improved

Trends

4 test(s) improved (fewer LLM calls)
⚠️ 2 test(s) regressed (more LLM calls)


Generated by HiClaw CI on 2026-04-08 04:15:24 UTC


📦 Download debug logs & test artifacts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant