@effect-agent/platform-cloudflare 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.
Files changed (2) hide show
  1. package/dist/index.d.mts +1 -0
  2. package/package.json +5 -5
package/dist/index.d.mts CHANGED
@@ -620,6 +620,7 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
620
620
  readonly messagesDigest: string;
621
621
  readonly inputTokens?: number | undefined;
622
622
  readonly outputTokens?: number | undefined;
623
+ readonly costMicrousd?: number | undefined;
623
624
  } | {
624
625
  readonly _tag: "ToolCallPrepared";
625
626
  readonly runId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-agent/platform-cloudflare",
3
- "version": "0.1.0-beta.8",
3
+ "version": "0.1.0-beta.9",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.mts",
@@ -8,10 +8,10 @@
8
8
  }
9
9
  },
10
10
  "dependencies": {
11
- "@effect-agent/core": "0.1.0-beta.8",
12
- "@effect-agent/sandbox": "0.1.0-beta.8",
13
- "@effect-agent/session": "0.1.0-beta.8",
14
- "@effect-agent/storage-cloudflare": "0.1.0-beta.8",
11
+ "@effect-agent/core": "0.1.0-beta.9",
12
+ "@effect-agent/sandbox": "0.1.0-beta.9",
13
+ "@effect-agent/session": "0.1.0-beta.9",
14
+ "@effect-agent/storage-cloudflare": "0.1.0-beta.9",
15
15
  "@effect/platform-browser": "4.0.0-beta.107",
16
16
  "@effect/sql-sqlite-do": "4.0.0-beta.107",
17
17
  "effect": "4.0.0-beta.107",