@operator-labs/sdk 0.1.4 → 0.1.6
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 +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# @operator-labs/sdk
|
|
2
2
|
|
|
3
|
-
TypeScript SDK for Operator.io.
|
|
3
|
+
TypeScript SDK for [Operator.io](https://operator.io).
|
|
4
|
+
|
|
5
|
+
Manage [OpenClaw](https://openclaw.ai) agents programmatically using an API key from [Operator.io](https://operator.io). Design experiments, deploy [OpenClaw](https://openclaw.ai) across multiple usecases, and more.
|
|
4
6
|
|
|
5
7
|
## Installation
|
|
6
8
|
|
|
@@ -8,7 +10,7 @@ TypeScript SDK for Operator.io. Manage agents, chat, instances, automations, and
|
|
|
8
10
|
npm install @operator-labs/sdk
|
|
9
11
|
```
|
|
10
12
|
|
|
11
|
-
## Quick Start for Operator.io
|
|
13
|
+
## Quick Start for [Operator.io](https://operator.io)
|
|
12
14
|
|
|
13
15
|
```ts
|
|
14
16
|
import { Operator } from "@operator-labs/sdk";
|
|
@@ -170,4 +172,4 @@ try {
|
|
|
170
172
|
## Requirements
|
|
171
173
|
|
|
172
174
|
- Node.js 18+ (uses native `fetch`)
|
|
173
|
-
- A valid
|
|
175
|
+
- A valid API key from [Operator.io](https://operator.io)
|
package/package.json
CHANGED