open-agents-ai 0.187.458 → 0.187.459
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/dist/index.js +1 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -585435,6 +585435,7 @@ async function handleV1Run(req2, res) {
|
|
|
585435
585435
|
const TAIL_BUDGET = 1048576;
|
|
585436
585436
|
const outputWriter = new DiskTaskOutput(join109(dir, `${id}.output`));
|
|
585437
585437
|
job.outputFile = outputWriter.path;
|
|
585438
|
+
atomicJobWrite(dir, id, job);
|
|
585438
585439
|
child.stdout?.on("data", (chunk) => {
|
|
585439
585440
|
outputWriter.append(chunk);
|
|
585440
585441
|
const text = chunk.toString("utf-8");
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "open-agents-ai",
|
|
3
|
-
"version": "0.187.
|
|
3
|
+
"version": "0.187.459",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "open-agents-ai",
|
|
9
|
-
"version": "0.187.
|
|
9
|
+
"version": "0.187.459",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "CC-BY-NC-4.0",
|
|
12
12
|
"dependencies": {
|
package/package.json
CHANGED