@keystrokehq/keystroke 0.0.177 → 0.0.178
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.cjs +4 -4
- package/dist/agent.mjs +4 -4
- package/dist/{dist-CxYF7R7r.mjs → dist-CX5-vda1.mjs} +72 -72
- package/dist/{dist-CxYF7R7r.mjs.map → dist-CX5-vda1.mjs.map} +1 -1
- package/dist/{dist-DyonoJ5n.mjs → dist-Cw8SrIZV.mjs} +80 -2
- package/dist/dist-Cw8SrIZV.mjs.map +1 -0
- package/dist/{dist-Bb6bZpZP.cjs → dist-Zd8uQJBL.cjs} +72 -72
- package/dist/{dist-Bb6bZpZP.cjs.map → dist-Zd8uQJBL.cjs.map} +1 -1
- package/dist/{dist-CQkj5Ji1.cjs → dist-_4pc-hg9.cjs} +80 -2
- package/dist/dist-_4pc-hg9.cjs.map +1 -0
- package/dist/{dist-CjOrZejV.cjs → dist-ks9C9xmQ.cjs} +2 -2
- package/dist/{dist-CjOrZejV.cjs.map → dist-ks9C9xmQ.cjs.map} +1 -1
- package/dist/{dist-3s_XsZ5s.mjs → dist-p3Cgp0ip.mjs} +2 -2
- package/dist/{dist-3s_XsZ5s.mjs.map → dist-p3Cgp0ip.mjs.map} +1 -1
- package/dist/{google-DmyzyFpp.cjs → google-4Nnq78wY.cjs} +2 -2
- package/dist/{google-DmyzyFpp.cjs.map → google-4Nnq78wY.cjs.map} +1 -1
- package/dist/{google-B8e_LXuC.mjs → google-DkaNE94S.mjs} +2 -2
- package/dist/{google-B8e_LXuC.mjs.map → google-DkaNE94S.mjs.map} +1 -1
- package/dist/{google-shared-B8lfmLvD.mjs → google-shared-DrOW-PXd.mjs} +2 -2
- package/dist/{google-shared-B8lfmLvD.mjs.map → google-shared-DrOW-PXd.mjs.map} +1 -1
- package/dist/{google-shared-DpnSgY5M.cjs → google-shared-_fVaQrGl.cjs} +2 -2
- package/dist/{google-shared-DpnSgY5M.cjs.map → google-shared-_fVaQrGl.cjs.map} +1 -1
- package/dist/{google-vertex-CC19xyx3.cjs → google-vertex-BryUhyxt.cjs} +2 -2
- package/dist/{google-vertex-CC19xyx3.cjs.map → google-vertex-BryUhyxt.cjs.map} +1 -1
- package/dist/{google-vertex-CLeBkfy5.mjs → google-vertex-CAOfq_kN.mjs} +2 -2
- package/dist/{google-vertex-CLeBkfy5.mjs.map → google-vertex-CAOfq_kN.mjs.map} +1 -1
- package/dist/{mistral-CtEJccAb.mjs → mistral-BGu_qlSr.mjs} +2 -2
- package/dist/{mistral-CtEJccAb.mjs.map → mistral-BGu_qlSr.mjs.map} +1 -1
- package/dist/{mistral-CSG7AKby.cjs → mistral-C3bC3l4H.cjs} +2 -2
- package/dist/{mistral-CSG7AKby.cjs.map → mistral-C3bC3l4H.cjs.map} +1 -1
- package/dist/{sse-B2ArcmoC.cjs → sse-D2gFPUYa.cjs} +2 -2
- package/dist/{sse-B2ArcmoC.cjs.map → sse-D2gFPUYa.cjs.map} +1 -1
- package/dist/{sse-BtMRgBnM.mjs → sse-xh6lO_Uk.mjs} +2 -2
- package/dist/{sse-BtMRgBnM.mjs.map → sse-xh6lO_Uk.mjs.map} +1 -1
- package/dist/trigger.cjs +1 -1
- package/dist/trigger.mjs +1 -1
- package/dist/workflow.cjs +1 -1
- package/dist/workflow.mjs +1 -1
- package/package.json +3 -3
- package/dist/dist-CQkj5Ji1.cjs.map +0 -1
- package/dist/dist-DyonoJ5n.mjs.map +0 -1
package/dist/agent.cjs
CHANGED
|
@@ -5,7 +5,7 @@ const require_dist$2 = require("./dist-BIrwJRtB.cjs");
|
|
|
5
5
|
require("./env-api-keys-BFptfIIs.cjs");
|
|
6
6
|
const require_event_stream = require("./event-stream-CS-ls7wC.cjs");
|
|
7
7
|
require("./json-parse-TT8Vr6d3.cjs");
|
|
8
|
-
const require_dist$3 = require("./dist-
|
|
8
|
+
const require_dist$3 = require("./dist-Zd8uQJBL.cjs");
|
|
9
9
|
let zod = require("zod");
|
|
10
10
|
let node_os = require("node:os");
|
|
11
11
|
let node_path = require("node:path");
|
|
@@ -883,7 +883,7 @@ function loadAzureOpenAIResponsesProviderModule() {
|
|
|
883
883
|
return azureOpenAIResponsesProviderModulePromise;
|
|
884
884
|
}
|
|
885
885
|
function loadGoogleProviderModule() {
|
|
886
|
-
googleProviderModulePromise ||= Promise.resolve().then(() => require("./google-
|
|
886
|
+
googleProviderModulePromise ||= Promise.resolve().then(() => require("./google-4Nnq78wY.cjs")).then((module) => {
|
|
887
887
|
const provider = module;
|
|
888
888
|
return {
|
|
889
889
|
stream: provider.streamGoogle,
|
|
@@ -893,7 +893,7 @@ function loadGoogleProviderModule() {
|
|
|
893
893
|
return googleProviderModulePromise;
|
|
894
894
|
}
|
|
895
895
|
function loadGoogleVertexProviderModule() {
|
|
896
|
-
googleVertexProviderModulePromise ||= Promise.resolve().then(() => require("./google-vertex-
|
|
896
|
+
googleVertexProviderModulePromise ||= Promise.resolve().then(() => require("./google-vertex-BryUhyxt.cjs")).then((module) => {
|
|
897
897
|
const provider = module;
|
|
898
898
|
return {
|
|
899
899
|
stream: provider.streamGoogleVertex,
|
|
@@ -903,7 +903,7 @@ function loadGoogleVertexProviderModule() {
|
|
|
903
903
|
return googleVertexProviderModulePromise;
|
|
904
904
|
}
|
|
905
905
|
function loadMistralProviderModule() {
|
|
906
|
-
mistralProviderModulePromise ||= Promise.resolve().then(() => require("./mistral-
|
|
906
|
+
mistralProviderModulePromise ||= Promise.resolve().then(() => require("./mistral-C3bC3l4H.cjs")).then((module) => {
|
|
907
907
|
const provider = module;
|
|
908
908
|
return {
|
|
909
909
|
stream: provider.streamMistral,
|
package/dist/agent.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import { $t as IsBase, An as IsMultipleOf$1, At as Boolean$1, Bn as Keys$1, Bt a
|
|
|
4
4
|
import "./env-api-keys-24ayFQZr.mjs";
|
|
5
5
|
import { i as getModel, t as AssistantMessageEventStream } from "./event-stream-C7YBbzsc.mjs";
|
|
6
6
|
import "./json-parse-C01lczI5.mjs";
|
|
7
|
-
import { C as connectMcpStdio, S as connectMcpServer, T as isMcp, _ as captureConsole, a as resolveActionCredentials, b as withSpan, c as addAgentSessionDuration, d as getAgentByRoute, f as getSession, g as touchSession, h as resolveRunSourceFromTraceContext, i as isCredentialError, l as appendEvent, m as recordLlmUsageFromAssistantMessage, n as captureCredentialToolErrors, o as resolveMcpTools, p as listMessageEvents, r as createCredentialResolver, s as MESSAGE_EVENT_TYPE, t as buildCredentialRunContext, u as createSession, v as getTraceContext, w as defineMcp, x as connectMcpDefinition } from "./dist-
|
|
7
|
+
import { C as connectMcpStdio, S as connectMcpServer, T as isMcp, _ as captureConsole, a as resolveActionCredentials, b as withSpan, c as addAgentSessionDuration, d as getAgentByRoute, f as getSession, g as touchSession, h as resolveRunSourceFromTraceContext, i as isCredentialError, l as appendEvent, m as recordLlmUsageFromAssistantMessage, n as captureCredentialToolErrors, o as resolveMcpTools, p as listMessageEvents, r as createCredentialResolver, s as MESSAGE_EVENT_TYPE, t as buildCredentialRunContext, u as createSession, v as getTraceContext, w as defineMcp, x as connectMcpDefinition } from "./dist-CX5-vda1.mjs";
|
|
8
8
|
import { createRequire } from "node:module";
|
|
9
9
|
import { z } from "zod";
|
|
10
10
|
import { tmpdir } from "node:os";
|
|
@@ -882,7 +882,7 @@ function loadAzureOpenAIResponsesProviderModule() {
|
|
|
882
882
|
return azureOpenAIResponsesProviderModulePromise;
|
|
883
883
|
}
|
|
884
884
|
function loadGoogleProviderModule() {
|
|
885
|
-
googleProviderModulePromise ||= import("./google-
|
|
885
|
+
googleProviderModulePromise ||= import("./google-DkaNE94S.mjs").then((module) => {
|
|
886
886
|
const provider = module;
|
|
887
887
|
return {
|
|
888
888
|
stream: provider.streamGoogle,
|
|
@@ -892,7 +892,7 @@ function loadGoogleProviderModule() {
|
|
|
892
892
|
return googleProviderModulePromise;
|
|
893
893
|
}
|
|
894
894
|
function loadGoogleVertexProviderModule() {
|
|
895
|
-
googleVertexProviderModulePromise ||= import("./google-vertex-
|
|
895
|
+
googleVertexProviderModulePromise ||= import("./google-vertex-CAOfq_kN.mjs").then((module) => {
|
|
896
896
|
const provider = module;
|
|
897
897
|
return {
|
|
898
898
|
stream: provider.streamGoogleVertex,
|
|
@@ -902,7 +902,7 @@ function loadGoogleVertexProviderModule() {
|
|
|
902
902
|
return googleVertexProviderModulePromise;
|
|
903
903
|
}
|
|
904
904
|
function loadMistralProviderModule() {
|
|
905
|
-
mistralProviderModulePromise ||= import("./mistral-
|
|
905
|
+
mistralProviderModulePromise ||= import("./mistral-BGu_qlSr.mjs").then((module) => {
|
|
906
906
|
const provider = module;
|
|
907
907
|
return {
|
|
908
908
|
stream: provider.streamMistral,
|