@operator-labs/sdk 0.1.5 → 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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. 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](https://operator.io). Manage agents, chat, instances, automations, and webhooks programmatically using an API key from [Operator.io](https://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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operator-labs/sdk",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "TypeScript SDK for the Operator platform — manage agents, chat, instances, automations, and webhooks programmatically.",
5
5
  "license": "MIT",
6
6
  "type": "module",