@outputai/cli 0.4.1-dev.06c2b50.0 → 0.4.1-dev.10cf346.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.
|
@@ -77,7 +77,7 @@ services:
|
|
|
77
77
|
condition: service_healthy
|
|
78
78
|
worker:
|
|
79
79
|
condition: service_healthy
|
|
80
|
-
image: outputai/api:${OUTPUT_API_VERSION:-0.4.1-dev.
|
|
80
|
+
image: outputai/api:${OUTPUT_API_VERSION:-0.4.1-dev.10cf346.0}
|
|
81
81
|
init: true
|
|
82
82
|
networks:
|
|
83
83
|
- main
|
|
@@ -94,6 +94,12 @@ services:
|
|
|
94
94
|
- TEMPORAL_ADDRESS=temporal:7233
|
|
95
95
|
ports:
|
|
96
96
|
- '${OUTPUT_API_HOST_PORT:-3001}:3001'
|
|
97
|
+
# Mount the worker's local trace directory at the same absolute path so
|
|
98
|
+
# `/workflow/{id}/trace-attributes` can read trace JSON files written by
|
|
99
|
+
# the worker. The worker stores the host absolute path in the trace
|
|
100
|
+
# destinations.local field; the API resolves that path on disk.
|
|
101
|
+
volumes:
|
|
102
|
+
- ${PWD}/logs:${PWD}/logs:ro
|
|
97
103
|
|
|
98
104
|
worker:
|
|
99
105
|
depends_on:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@outputai/cli",
|
|
3
|
-
"version": "0.4.1-dev.
|
|
3
|
+
"version": "0.4.1-dev.10cf346.0",
|
|
4
4
|
"description": "CLI for Output.ai workflow generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"semver": "7.7.4",
|
|
37
37
|
"undici": "8.1.0",
|
|
38
38
|
"yaml": "^2.8.3",
|
|
39
|
-
"@outputai/credentials": "0.4.1-dev.
|
|
40
|
-
"@outputai/llm": "0.4.1-dev.
|
|
41
|
-
"@outputai/evals": "0.4.1-dev.
|
|
39
|
+
"@outputai/credentials": "0.4.1-dev.10cf346.0",
|
|
40
|
+
"@outputai/llm": "0.4.1-dev.10cf346.0",
|
|
41
|
+
"@outputai/evals": "0.4.1-dev.10cf346.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/cli-progress": "3.11.6",
|