@keystrokehq/keystroke 0.1.98 → 0.1.99
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/agent-types.d.cts +2 -2
- package/dist/agent-types.d.mts +2 -2
- package/dist/agent.d.cts +3 -3
- package/dist/agent.d.mts +3 -3
- package/dist/client.cjs +11 -4
- package/dist/client.cjs.map +1 -1
- package/dist/client.mjs +11 -4
- package/dist/client.mjs.map +1 -1
- package/dist/dist-8vNmv_mW.cjs.map +1 -1
- package/dist/dist-BFKt0Zjj.mjs.map +1 -1
- package/dist/dist-CLfxDRUU.mjs.map +1 -1
- package/dist/dist-qx3gmcQl.cjs.map +1 -1
- package/dist/{index-bA2kvBPc.d.cts → index-BtUNie11.d.cts} +2 -2
- package/dist/{index-bA2kvBPc.d.cts.map → index-BtUNie11.d.cts.map} +1 -1
- package/dist/{index-CXcj7eqF.d.mts → index-CMNYHSVX.d.cts} +4 -4
- package/dist/{index-CXcj7eqF.d.mts.map → index-CMNYHSVX.d.cts.map} +1 -1
- package/dist/{index-h6WgSL7-.d.cts → index-CO_VO6lr.d.mts} +4 -4
- package/dist/{index-h6WgSL7-.d.cts.map → index-CO_VO6lr.d.mts.map} +1 -1
- package/dist/{index-EamQiIA4.d.mts → index-CtyhgvTK.d.mts} +2 -2
- package/dist/{index-EamQiIA4.d.mts.map → index-CtyhgvTK.d.mts.map} +1 -1
- package/dist/{index-g9zCnD1a.d.mts → index-CvogSqCs.d.mts} +4 -4
- package/dist/{index-g9zCnD1a.d.mts.map → index-CvogSqCs.d.mts.map} +1 -1
- package/dist/{index-CkRLIUAS.d.cts → index-DF9zc6h3.d.cts} +4 -4
- package/dist/{index-CkRLIUAS.d.cts.map → index-DF9zc6h3.d.cts.map} +1 -1
- package/dist/{schemas-1p0nmN8Z-BCN-nK9l.d.mts → schemas-1p0nmN8Z-BCMuzQbp.d.mts} +2 -2
- package/dist/{schemas-1p0nmN8Z-BCN-nK9l.d.mts.map → schemas-1p0nmN8Z-BCMuzQbp.d.mts.map} +1 -1
- package/dist/{schemas-1p0nmN8Z-DZojaQuV.d.cts → schemas-1p0nmN8Z-UP4_XT5s.d.cts} +2 -2
- package/dist/{schemas-1p0nmN8Z-DZojaQuV.d.cts.map → schemas-1p0nmN8Z-UP4_XT5s.d.cts.map} +1 -1
- package/dist/trigger.d.cts +1 -1
- package/dist/trigger.d.mts +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { JSONSchema7, JSONSchema7 as JSONSchema7$1 } from "json-schema";
|
|
2
|
-
import * as z3 from "zod/v3";
|
|
3
1
|
import * as z4 from "zod/v4";
|
|
4
2
|
import { z } from "zod/v4";
|
|
3
|
+
import * as z3 from "zod/v3";
|
|
4
|
+
import { JSONSchema7, JSONSchema7 as JSONSchema7$1 } from "json-schema";
|
|
5
5
|
import { ServerResponse } from "node:http";
|
|
6
6
|
|
|
7
7
|
//#region ../../node_modules/.pnpm/@ai-sdk+provider@4.0.0/node_modules/@ai-sdk/provider/dist/index.d.ts
|
|
@@ -10781,7 +10781,7 @@ declare class ToolLoopAgent<CALL_OPTIONS = never, TOOLS extends ToolSet = {}, RU
|
|
|
10781
10781
|
* Infer the type of the tools of an agent.
|
|
10782
10782
|
*/
|
|
10783
10783
|
//#endregion
|
|
10784
|
-
//#region ../platform-database/dist/index-
|
|
10784
|
+
//#region ../platform-database/dist/index-BSAvQvV9.d.mts
|
|
10785
10785
|
//#endregion
|
|
10786
10786
|
//#region src/runtime/agents/runs.d.ts
|
|
10787
10787
|
/**
|
|
@@ -10805,4 +10805,4 @@ type LlmUsageRecordInput = {
|
|
|
10805
10805
|
*/
|
|
10806
10806
|
//#endregion
|
|
10807
10807
|
export { UIMessage as a, FlexibleSchema as c, JSONObject as d, ToolLoopAgent as i, Tool as l, FileUIPart as n, UIMessageChunk as o, LanguageModel as r, FetchFunction as s, LlmUsageRecordInput as t, ToolSet as u };
|
|
10808
|
-
//# sourceMappingURL=index-
|
|
10808
|
+
//# sourceMappingURL=index-CO_VO6lr.d.mts.map
|