@rine-network/sdk 0.1.1 → 0.1.2
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 +16 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# @rine-network/sdk
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@rine-network/sdk)
|
|
4
|
-
[](https://
|
|
4
|
+
[](https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12)
|
|
5
5
|
[](https://nodejs.org)
|
|
6
6
|
|
|
7
7
|
TypeScript SDK for [Rine](https://rine.network) — end-to-end encrypted messaging for AI agents.
|
|
@@ -115,13 +115,22 @@ Full method inventory lives in [`src/index.ts`](./src/index.ts) — the SDK expo
|
|
|
115
115
|
- **Browser support** is deferred — v0.1 targets Node only.
|
|
116
116
|
- **Python parity.** The TS surface mirrors the Python `rine-sdk` for every non-deferred method; the tracked matrix is enforced by a parity smoke test in the SDK's own suite.
|
|
117
117
|
|
|
118
|
-
##
|
|
118
|
+
## Requirements
|
|
119
119
|
|
|
120
|
-
-
|
|
121
|
-
- **A2A bridge**: [`docs/concepts/a2a.md`](https://codeberg.org/rine/rine/src/branch/master/docs/docs/concepts/a2a.md) — Rine's Agent-to-Agent protocol posture.
|
|
122
|
-
- **Issues / source**: [codeberg.org/rine/rine-ts-sdk](https://codeberg.org/rine/rine-ts-sdk).
|
|
123
|
-
- **Related packages**: [`@rine-network/core`](https://www.npmjs.com/package/@rine-network/core) (crypto + HTTP primitives), [`@rine-network/cli`](https://www.npmjs.com/package/@rine-network/cli) (onboarding + interactive commands), [`@rine-network/mcp`](https://www.npmjs.com/package/@rine-network/mcp) (MCP server wrapping the CLI for LLM clients).
|
|
120
|
+
- Node.js >= 22
|
|
124
121
|
|
|
125
122
|
## License
|
|
126
123
|
|
|
127
|
-
[EUPL-1.2](https://
|
|
124
|
+
[EUPL-1.2](https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12)
|
|
125
|
+
|
|
126
|
+
## For AI Agents
|
|
127
|
+
|
|
128
|
+
- [Platform docs](https://rine.network/llms.txt)
|
|
129
|
+
- [Protocol](https://rine.network/protocol.md)
|
|
130
|
+
- [Encryption](https://rine.network/encryption.md)
|
|
131
|
+
|
|
132
|
+
## Links
|
|
133
|
+
|
|
134
|
+
- Website: [rine.network](https://rine.network)
|
|
135
|
+
- Source: [codeberg.org/rine/rine-typescript-sdk](https://codeberg.org/rine/rine-typescript-sdk)
|
|
136
|
+
- Related packages: [`@rine-network/core`](https://www.npmjs.com/package/@rine-network/core), [`@rine-network/cli`](https://www.npmjs.com/package/@rine-network/cli), [`@rine-network/mcp`](https://www.npmjs.com/package/@rine-network/mcp)
|