@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.
- package/LICENSE +38 -38
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
op0
|
|
2
|
-
Copyright (c) 2026 op0 (op0.ai)
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
2.
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
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.
|
|
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",
|