You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,17 @@ P2P Agent SDK for the [PeerClaw](https://github.com/peerclaw/peerclaw) identity
46
46
└───────────────────────────────────────┘
47
47
```
48
48
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:
0 commit comments