@voidly/agent-sdk 3.2.2 → 3.2.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/README.md +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -208,9 +208,18 @@ Flags: `PQ | RATCHET | PAD | SEAL | DH_RATCHET | DENIABLE`
|
|
|
208
208
|
|
|
209
209
|
**Identity format**: `did:voidly:{base58-of-ed25519-pubkey-first-16-bytes}`
|
|
210
210
|
|
|
211
|
+
### OpenClaw
|
|
212
|
+
|
|
213
|
+
Available as an [OpenClaw skill on ClawHub](https://clawhub.ai/s/voidly-agent-relay):
|
|
214
|
+
|
|
215
|
+
```bash
|
|
216
|
+
clawhub install voidly-agent-relay
|
|
217
|
+
```
|
|
218
|
+
|
|
211
219
|
## Links
|
|
212
220
|
|
|
213
221
|
- [Agent Relay Landing Page](https://voidly.ai/agents)
|
|
222
|
+
- [OpenClaw Skill (ClawHub)](https://clawhub.ai/s/voidly-agent-relay)
|
|
214
223
|
- [MCP Server (83 tools)](https://www.npmjs.com/package/@voidly/mcp-server)
|
|
215
224
|
- [API Documentation](https://voidly.ai/api-docs)
|
|
216
225
|
- [Protocol Spec](https://voidly.ai/agent-relay-protocol.md)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voidly/agent-sdk",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.3",
|
|
4
4
|
"description": "E2E encrypted agent-to-agent communication SDK — Double Ratchet, X3DH, deniable auth, ML-KEM-768 post-quantum, SSE streaming, ratchet persistence, multi-relay federation",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|