Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

<p align="center">

*PowerMem integrated with [OpenClaw](https://github.com/openclaw-ai/openclaw): intelligent memory for AI agents. **OpenClaw PowerMem Plugin**: [View Plugin](https://github.com/ob-labs/openclaw-extension-powermem)*
*PowerMem integrated with [OpenClaw](https://github.com/openclaw-ai/openclaw): intelligent memory for AI agents. **OpenClaw PowerMem Plugin**: [View Plugin](https://github.com/ob-labs/memory-powermem)*

One command to add PowerMem memory to OpenClaw: `openclaw plugins install memory-powermem`.

<img src="docs/images/openclaw_powermem.jpeg" alt="PowerMem with OpenClaw" width="900"/>

Expand Down Expand Up @@ -216,7 +218,7 @@ Add the following configuration to your Claude Desktop config file:
The MCP server provides tools for memory management including adding, searching, updating, and deleting memories. For complete MCP documentation and usage examples, see the [MCP Server Documentation](docs/api/0004-mcp.md).

## 🔗 Integrations & Demos
- 🔗 **openclaw Memory Plugin**: Use PowerMem as long-term memory in [openclaw](https://github.com/openclaw/openclaw) via extraction, Ebbinghaus forgetting curve, multi-agent isolation. [View Plugin](https://github.com/ob-labs/openclaw-extension-powermem)
- 🔗 **openclaw Memory Plugin**: Use PowerMem as long-term memory in [openclaw](https://github.com/openclaw/openclaw) via extraction, Ebbinghaus forgetting curve, multi-agent isolation. [View Plugin](https://github.com/ob-labs/memory-powermem)
- 🔗 **LangChain Integration**: Build medical support chatbot using LangChain + PowerMem + OceanBase, [View Example](examples/langchain/README.md)
- 🔗 **LangGraph Integration**: Build customer service chatbot using LangGraph + PowerMem + OceanBase, [View Example](examples/langgraph/README.md)

Expand Down
6 changes: 4 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

<p align="center">

*PowerMem 与 [OpenClaw](https://github.com/openclaw-ai/openclaw) 集成:为 AI 智能体提供智能记忆。**OpenClaw PowerMem 记忆插件**:[查看插件](https://github.com/ob-labs/openclaw-extension-powermem)*
*PowerMem 与 [OpenClaw](https://github.com/openclaw-ai/openclaw) 集成:为 AI 智能体提供智能记忆。**OpenClaw PowerMem 记忆插件**:[查看插件](https://github.com/ob-labs/memory-powermem)*

一行命令即可为 OpenClaw 接入 PowerMem 记忆:`openclaw plugins install memory-powermem`。

<img src="docs/images/openclaw_powermem.jpeg" alt="PowerMem 与 OpenClaw" width="900"/>

Expand Down Expand Up @@ -217,7 +219,7 @@ uvx powermem-mcp streamable-http 8001
MCP Server提供记忆管理工具,包括添加、搜索、更新和删除记忆。完整的 MCP 文档和使用示例,请参阅 [MCP Server文档](docs/api/0004-mcp.md)。

## 🔗 集成与演示
- 🔗 **openclaw 外挂记忆插件**:在 [openclaw](https://github.com/openclaw/openclaw) 中通过插件方式使用 PowerMem 长期记忆,支持智能抽取、艾宾浩斯遗忘曲线、多 Agent 隔离。[查看插件](https://github.com/ob-labs/openclaw-extension-powermem)
- 🔗 **openclaw 外挂记忆插件**:在 [openclaw](https://github.com/openclaw/openclaw) 中通过插件方式使用 PowerMem 长期记忆,支持智能抽取、艾宾浩斯遗忘曲线、多 Agent 隔离。[查看插件](https://github.com/ob-labs/memory-powermem)
- 🔗 **LangChain 集成**:基于 LangChain + PowerMem + OceanBase 构建医疗支持机器人,[查看示例](examples/langchain/README.md)
- 🔗 **LangGraph 集成**:基于 LangGraph + PowerMem + OceanBase 构建客户服务机器人,[查看示例](examples/langgraph/README.md)

Expand Down
6 changes: 4 additions & 2 deletions README_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

<p align="center">

*PowerMem と [OpenClaw](https://github.com/openclaw-ai/openclaw) の連携:AI エージェント向けインテリジェントメモリ。**OpenClaw PowerMem メモリプラグイン**:[プラグインを見る](https://github.com/ob-labs/openclaw-extension-powermem)*
*PowerMem と [OpenClaw](https://github.com/openclaw-ai/openclaw) の連携:AI エージェント向けインテリジェントメモリ。**OpenClaw PowerMem メモリプラグイン**:[プラグインを見る](https://github.com/ob-labs/memory-powermem)*

1 コマンドで OpenClaw に PowerMem メモリを追加:`openclaw plugins install memory-powermem`。

<img src="docs/images/openclaw_powermem.jpeg" alt="PowerMem と OpenClaw" width="900"/>

Expand Down Expand Up @@ -216,7 +218,7 @@ Claude Desktop 設定ファイルに次の設定を追加します:
MCP サーバーは、メモリの追加、検索、更新、削除を含むメモリ管理ツールを提供します。完全な MCP ドキュメントと使用例については、[MCP サーバードキュメント](docs/api/0004-mcp.md) を参照してください。

## 🔗 統合とデモ
- 🔗 **openclaw メモリプラグイン**: [openclaw](https://github.com/openclaw/openclaw) で HTTP API により PowerMem を長期メモリとして利用。インテリジェント抽出、エビングハウス忘却曲線、マルチエージェント分離に対応。[プラグインを参照](https://github.com/ob-labs/openclaw-extension-powermem)
- 🔗 **openclaw メモリプラグイン**: [openclaw](https://github.com/openclaw/openclaw) で HTTP API により PowerMem を長期メモリとして利用。インテリジェント抽出、エビングハウス忘却曲線、マルチエージェント分離に対応。[プラグインを参照](https://github.com/ob-labs/memory-powermem)
- 🔗 **LangChain 統合**: LangChain + PowerMem + OceanBase を使用して医療サポートロボットを構築、[例を参照](examples/langchain/README.md)
- 🔗 **LangGraph 統合**: LangGraph + PowerMem + OceanBase を使用してカスタマーサービスロボットを構築、[例を参照](examples/langgraph/README.md)

Expand Down
Loading