@gaunt-sloth/batch 2.0.0-alpha.40 → 2.0.0-beta.0

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -14,7 +14,7 @@ case passes ("pytest for prompts"). The commands run on `@gaunt-sloth/batch`, bu
14
14
  `gaunt-sloth` app, so that is what you install:
15
15
 
16
16
  ```bash
17
- npm install -g gaunt-sloth@alpha
17
+ npm install -g gaunt-sloth
18
18
  ```
19
19
 
20
20
  Write `prompts.eval.yaml`:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gaunt-sloth/batch",
3
- "version": "2.0.0-alpha.40",
3
+ "version": "2.0.0-beta.0",
4
4
  "description": "Batch matrix runtime for Gaunt Sloth (BATCH-1): run a prompt-executable over a matrix of models and/or content-bound inputs",
5
5
  "license": "MIT",
6
6
  "author": "Andrew Kondratev",
@@ -37,14 +37,14 @@
37
37
  "@langchain/core": "^1.2.5",
38
38
  "yaml": "^2.9.0",
39
39
  "zod": "^4.4.3",
40
- "@gaunt-sloth/agent": "2.0.0-alpha.40",
41
- "@gaunt-sloth/core": "2.0.0-alpha.40"
40
+ "@gaunt-sloth/agent": "2.0.0-beta.0",
41
+ "@gaunt-sloth/core": "2.0.0-beta.0"
42
42
  },
43
43
  "files": [
44
44
  "./dist/*"
45
45
  ],
46
46
  "publishConfig": {
47
- "tag": "alpha"
47
+ "tag": "beta"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "tsc"