@op0ai/sdk 0.3.0 → 0.3.1

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/LICENSE +38 -38
  2. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,38 +1,38 @@
1
- op0 SDK & CLI — Proprietary License
2
- Copyright (c) 2026 op0 (op0.ai). All rights reserved.
3
-
4
- This software (the "op0 SDK", the `op0` package, including its SDK library and
5
- CLI) is licensed, not sold. It is NOT open source.
6
-
7
- 1. GRANT (use-with-op0). You are granted a non-exclusive, non-transferable,
8
- revocable license to install and use this software SOLELY to build, deploy,
9
- and operate agents on the op0 runtime — whether the managed op0 cloud
10
- (op0.ai) or an op0 runtime you self-host under a separate commercial license
11
- from op0. All normal development use in service of that purpose (local dev,
12
- CI, running the CLI, importing the SDK into your agent code) is permitted.
13
-
14
- 2. RESTRICTIONS. You may not, except as this License expressly permits:
15
- (a) redistribute, resell, sublicense, or publish this software or substantial
16
- portions of it as a standalone package or SDK;
17
- (b) use it to build, train, or operate a runtime or platform that competes
18
- with the op0 runtime, or to reimplement the op0 runtime API for a
19
- competing service;
20
- (c) remove or obscure this notice, or represent the software as open source.
21
-
22
- 3. SELF-HOSTING. Running the op0 runtime outside the managed op0 cloud requires
23
- a separate commercial license. Contact arth@op0.ai.
24
-
25
- 4. WHAT IS OPEN. This License covers the SDK and CLI only. op0's examples,
26
- patterns, and templates are published separately under their own permissive
27
- (MIT) licenses — see the op0 repositories and LICENSING.md. Nothing here
28
- restricts those.
29
-
30
- 5. NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
31
- EXPRESS OR IMPLIED. IN NO EVENT SHALL op0 BE LIABLE FOR ANY CLAIM, DAMAGES,
32
- OR OTHER LIABILITY ARISING FROM THE SOFTWARE OR ITS USE.
33
-
34
- 6. TERMINATION. This License terminates automatically if you breach it. On
35
- termination you must cease use and destroy your copies.
36
-
37
- op0 may release future versions under different terms (including a delayed-open
38
- license) based on usage patterns; that is a possibility, not a commitment.
1
+ op0 Use License (use-with-op0), v1.0
2
+ Copyright (c) 2026-present op0 (op0.ai)
3
+
4
+ Permission is hereby granted, free of charge, to any person or organization
5
+ obtaining a copy of this software (the "Software") to use, copy, and modify
6
+ the Software SOLELY for the purpose of building, testing, deploying, and
7
+ operating agents and fleets on the op0 platform (the op0 runtime and the
8
+ op0 managed cloud, op0.ai / op0.dev), subject to the following conditions:
9
+
10
+ 1. Use with op0. The Software may be used only in connection with the op0
11
+ platform. Transient local development and testing of software intended
12
+ to run on op0 is use in connection with op0.
13
+
14
+ 2. No redistribution. The Software, modified or unmodified, may not be
15
+ published, sublicensed, sold, or otherwise redistributed outside your
16
+ organization. Installing the Software from the official npm packages is
17
+ not redistribution.
18
+
19
+ 3. No competing service. The Software may not be used to build, operate, or
20
+ assist a runtime, platform, or hosted service that competes with op0.
21
+
22
+ 4. Your work is yours. Agent functions, configurations, and scaffold output
23
+ you author with the Software are yours, under whatever terms you choose.
24
+ This license covers the Software itself, not what you build with it.
25
+
26
+ 5. Notices. This notice shall be included in all copies of the Software.
27
+
28
+ Self-hosting the op0 runtime and any use outside these terms require a
29
+ separate commercial license: arth@op0.ai. See LICENSING.md for the full
30
+ licensing map (what teaches op0 is open; what runs op0 is licensed).
31
+
32
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
37
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38
+ DEALINGS IN THE SOFTWARE. This license terminates automatically upon breach.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@op0ai/sdk",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "type": "module",
5
5
  "description": "The op0 SDK — an agent with a computer: a governed function under a RunSpec (goal + stop rules + verifier), typed ports, a vendor-free core. Build agents that run on op0 (op0.ai), the governed runtime for agent work. Proprietary — free to use WITH the op0 runtime.",
6
6
  "license": "SEE LICENSE IN LICENSE",