@effect-agent/testing 0.1.0-beta.8 → 0.1.0-beta.9
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.d.mts +2 -0
- package/package.json +9 -9
package/dist/index.d.mts
CHANGED
|
@@ -1055,6 +1055,7 @@ declare const phase3TravelPlannerEncodedFixture: readonly {
|
|
|
1055
1055
|
readonly messagesDigest: string;
|
|
1056
1056
|
readonly inputTokens?: number | undefined;
|
|
1057
1057
|
readonly outputTokens?: number | undefined;
|
|
1058
|
+
readonly costMicrousd?: number | undefined;
|
|
1058
1059
|
} | {
|
|
1059
1060
|
readonly _tag: "ToolCallSettled";
|
|
1060
1061
|
readonly runId: string;
|
|
@@ -1240,6 +1241,7 @@ declare const phase3TravelPlannerEncodedFixture: readonly {
|
|
|
1240
1241
|
readonly messagesDigest: string;
|
|
1241
1242
|
readonly inputTokens?: number | undefined;
|
|
1242
1243
|
readonly outputTokens?: number | undefined;
|
|
1244
|
+
readonly costMicrousd?: number | undefined;
|
|
1243
1245
|
} | {
|
|
1244
1246
|
readonly _tag: "ToolCallSettled";
|
|
1245
1247
|
readonly runId: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect-agent/testing",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.9",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": {
|
|
6
6
|
"types": "./dist/index.d.mts",
|
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
}
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@effect-agent/capabilities": "0.1.0-beta.
|
|
12
|
-
"@effect-agent/core": "0.1.0-beta.
|
|
13
|
-
"@effect-agent/engine": "0.1.0-beta.
|
|
14
|
-
"@effect-agent/platform-node": "0.1.0-beta.
|
|
15
|
-
"@effect-agent/sandbox": "0.1.0-beta.
|
|
16
|
-
"@effect-agent/session": "0.1.0-beta.
|
|
17
|
-
"@effect-agent/storage-memory": "0.1.0-beta.
|
|
18
|
-
"@effect-agent/storage-sqlite": "0.1.0-beta.
|
|
11
|
+
"@effect-agent/capabilities": "0.1.0-beta.9",
|
|
12
|
+
"@effect-agent/core": "0.1.0-beta.9",
|
|
13
|
+
"@effect-agent/engine": "0.1.0-beta.9",
|
|
14
|
+
"@effect-agent/platform-node": "0.1.0-beta.9",
|
|
15
|
+
"@effect-agent/sandbox": "0.1.0-beta.9",
|
|
16
|
+
"@effect-agent/session": "0.1.0-beta.9",
|
|
17
|
+
"@effect-agent/storage-memory": "0.1.0-beta.9",
|
|
18
|
+
"@effect-agent/storage-sqlite": "0.1.0-beta.9",
|
|
19
19
|
"effect": "4.0.0-beta.107"
|
|
20
20
|
},
|
|
21
21
|
"description": "Scripted models, deterministic fixtures, and adapter conformance kits for testing Effect Agent applications.",
|