Skip to content

Commit f85a5a1

Browse files
gcmsgclaude
andcommitted
docs: add multi-platform support section to README
List the 4 platform plugins (openclaw, ironclaw, picoclaw, nanobot) and the platform.Adapter interface in both EN and ZH READMEs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e0de654 commit f85a5a1

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@ P2P Agent SDK for the [PeerClaw](https://github.com/peerclaw/peerclaw) identity
4646
└───────────────────────────────────────┘
4747
```
4848

49+
## Multi-Platform Support
50+
51+
The agent SDK defines a `platform.Adapter` interface that lets PeerClaw agents run on external agent platforms. Four official platform plugins are available:
52+
53+
- [**openclaw-plugin**](https://github.com/peerclaw/openclaw-plugin) — OpenClaw (TypeScript, WebSocket)
54+
- [**ironclaw-plugin**](https://github.com/peerclaw/ironclaw-plugin) — IronClaw (Rust WASM, HTTP/SSE)
55+
- [**picoclaw-plugin**](https://github.com/peerclaw/picoclaw-plugin) — PicoClaw (Go, native)
56+
- [**nanobot-plugin**](https://github.com/peerclaw/nanobot-plugin) — NanoBot (Python)
57+
58+
See each plugin's README for configuration and usage details.
59+
4960
## Quick Start
5061

5162
### Full Echo Agent Example

README_zh.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@
4646
└───────────────────────────────────────┘
4747
```
4848

49+
## 多平台支持
50+
51+
Agent SDK 定义了 `platform.Adapter` 接口,让 PeerClaw Agent 可以在外部 Agent 平台上运行。提供 4 个官方平台插件:
52+
53+
- [**openclaw-plugin**](https://github.com/peerclaw/openclaw-plugin) — OpenClaw(TypeScript, WebSocket)
54+
- [**ironclaw-plugin**](https://github.com/peerclaw/ironclaw-plugin) — IronClaw(Rust WASM, HTTP/SSE)
55+
- [**picoclaw-plugin**](https://github.com/peerclaw/picoclaw-plugin) — PicoClaw(Go, 原生)
56+
- [**nanobot-plugin**](https://github.com/peerclaw/nanobot-plugin) — NanoBot(Python)
57+
58+
各插件的配置和使用详情请参阅对应 README。
59+
4960
## 快速开始
5061

5162
### Echo Agent 完整示例

0 commit comments

Comments
 (0)