@op0ai/sdk 0.4.0 → 0.4.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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,9 +9,9 @@ npm i @op0ai/sdk # pnpm add / yarn add / bun add @op0ai/sdk
9
9
  ```
10
10
 
11
11
  ```ts
12
- import { defineCordConfig } from "@op0ai/sdk";
12
+ import { defineAgentConfig } from "@op0ai/sdk";
13
13
 
14
- export default defineCordConfig({
14
+ export default defineAgentConfig({
15
15
  id: "my-agent",
16
16
  charter: "Answer tide-time questions, briefly, with units.",
17
17
  runSpec: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@op0ai/sdk",
3
- "version": "0.4.0",
3
+ "version": "0.4.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",