@juspay/neurolink 9.65.0 → 9.65.2

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 (266) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/adapters/video/videoAnalyzer.d.ts +1 -1
  3. package/dist/agent/directTools.d.ts +9 -17
  4. package/dist/agent/directTools.js +12 -8
  5. package/dist/autoresearch/tools.d.ts +2 -214
  6. package/dist/autoresearch/tools.js +1 -1
  7. package/dist/browser/neurolink.min.js +362 -368
  8. package/dist/client/reactHooks.js +16 -8
  9. package/dist/client/reactHooks.tsx +24 -9
  10. package/dist/core/baseProvider.d.ts +1 -6
  11. package/dist/core/baseProvider.js +1 -1
  12. package/dist/core/constants.d.ts +1 -0
  13. package/dist/core/constants.js +3 -0
  14. package/dist/core/modules/GenerationHandler.d.ts +2 -2
  15. package/dist/core/modules/GenerationHandler.js +3 -1
  16. package/dist/core/modules/MessageBuilder.d.ts +1 -15
  17. package/dist/core/modules/MessageBuilder.js +0 -14
  18. package/dist/core/modules/StreamHandler.js +1 -1
  19. package/dist/core/modules/ToolsManager.d.ts +1 -17
  20. package/dist/core/modules/ToolsManager.js +1 -17
  21. package/dist/core/redisConversationMemoryManager.js +0 -6
  22. package/dist/core/streamAnalytics.js +1 -1
  23. package/dist/evaluation/contextBuilder.d.ts +1 -4
  24. package/dist/evaluation/contextBuilder.js +0 -3
  25. package/dist/evaluation/index.d.ts +1 -4
  26. package/dist/evaluation/index.js +0 -3
  27. package/dist/files/fileTools.d.ts +2 -18
  28. package/dist/files/fileTools.js +3 -19
  29. package/dist/lib/adapters/video/videoAnalyzer.d.ts +1 -1
  30. package/dist/lib/agent/directTools.d.ts +9 -17
  31. package/dist/lib/agent/directTools.js +12 -8
  32. package/dist/lib/autoresearch/tools.d.ts +2 -214
  33. package/dist/lib/autoresearch/tools.js +1 -1
  34. package/dist/lib/client/reactHooks.js +16 -8
  35. package/dist/lib/core/baseProvider.d.ts +1 -6
  36. package/dist/lib/core/baseProvider.js +1 -1
  37. package/dist/lib/core/constants.d.ts +1 -0
  38. package/dist/lib/core/constants.js +3 -0
  39. package/dist/lib/core/modules/GenerationHandler.d.ts +2 -2
  40. package/dist/lib/core/modules/GenerationHandler.js +3 -1
  41. package/dist/lib/core/modules/MessageBuilder.d.ts +1 -15
  42. package/dist/lib/core/modules/MessageBuilder.js +0 -14
  43. package/dist/lib/core/modules/StreamHandler.js +1 -1
  44. package/dist/lib/core/modules/ToolsManager.d.ts +1 -17
  45. package/dist/lib/core/modules/ToolsManager.js +1 -17
  46. package/dist/lib/core/redisConversationMemoryManager.js +0 -6
  47. package/dist/lib/core/streamAnalytics.js +1 -1
  48. package/dist/lib/evaluation/contextBuilder.d.ts +1 -4
  49. package/dist/lib/evaluation/contextBuilder.js +0 -3
  50. package/dist/lib/evaluation/index.d.ts +1 -4
  51. package/dist/lib/evaluation/index.js +0 -3
  52. package/dist/lib/files/fileTools.d.ts +2 -18
  53. package/dist/lib/files/fileTools.js +3 -19
  54. package/dist/lib/memory/memoryRetrievalTools.d.ts +2 -126
  55. package/dist/lib/memory/memoryRetrievalTools.js +1 -9
  56. package/dist/lib/middleware/builtin/autoEvaluation.d.ts +0 -3
  57. package/dist/lib/middleware/builtin/autoEvaluation.js +0 -3
  58. package/dist/lib/middleware/builtin/guardrails.js +1 -1
  59. package/dist/lib/middleware/builtin/lifecycle.d.ts +0 -9
  60. package/dist/lib/middleware/builtin/lifecycle.js +0 -9
  61. package/dist/lib/middleware/factory.d.ts +1 -1
  62. package/dist/lib/middleware/factory.js +1 -1
  63. package/dist/lib/middleware/registry.d.ts +1 -1
  64. package/dist/lib/neurolink.d.ts +14 -2
  65. package/dist/lib/neurolink.js +46 -18
  66. package/dist/lib/processors/media/AudioProcessor.js +8 -3
  67. package/dist/lib/providers/amazonBedrock.js +1 -2
  68. package/dist/lib/providers/amazonSagemaker.d.ts +1 -7
  69. package/dist/lib/providers/amazonSagemaker.js +0 -6
  70. package/dist/lib/providers/anthropic.d.ts +1 -1
  71. package/dist/lib/providers/anthropic.js +2 -1
  72. package/dist/lib/providers/anthropicBaseProvider.d.ts +1 -1
  73. package/dist/lib/providers/anthropicBaseProvider.js +2 -1
  74. package/dist/lib/providers/azureOpenai.d.ts +1 -1
  75. package/dist/lib/providers/azureOpenai.js +2 -1
  76. package/dist/lib/providers/cloudflare.d.ts +1 -1
  77. package/dist/lib/providers/cloudflare.js +2 -1
  78. package/dist/lib/providers/cohere.d.ts +1 -1
  79. package/dist/lib/providers/cohere.js +2 -1
  80. package/dist/lib/providers/deepseek.d.ts +1 -1
  81. package/dist/lib/providers/deepseek.js +2 -1
  82. package/dist/lib/providers/fireworks.d.ts +1 -1
  83. package/dist/lib/providers/fireworks.js +2 -1
  84. package/dist/lib/providers/googleAiStudio.d.ts +1 -1
  85. package/dist/lib/providers/googleAiStudio.js +82 -6
  86. package/dist/lib/providers/googleNativeGemini3.d.ts +3 -6
  87. package/dist/lib/providers/googleNativeGemini3.js +104 -9
  88. package/dist/lib/providers/googleVertex.d.ts +1 -1
  89. package/dist/lib/providers/googleVertex.js +466 -165
  90. package/dist/lib/providers/groq.d.ts +1 -1
  91. package/dist/lib/providers/groq.js +2 -1
  92. package/dist/lib/providers/huggingFace.d.ts +1 -1
  93. package/dist/lib/providers/huggingFace.js +3 -1
  94. package/dist/lib/providers/ideogram.d.ts +1 -1
  95. package/dist/lib/providers/jina.d.ts +1 -1
  96. package/dist/lib/providers/litellm.d.ts +1 -1
  97. package/dist/lib/providers/litellm.js +12 -6
  98. package/dist/lib/providers/llamaCpp.d.ts +1 -1
  99. package/dist/lib/providers/llamaCpp.js +2 -1
  100. package/dist/lib/providers/lmStudio.d.ts +1 -1
  101. package/dist/lib/providers/lmStudio.js +2 -1
  102. package/dist/lib/providers/mistral.d.ts +1 -1
  103. package/dist/lib/providers/mistral.js +2 -1
  104. package/dist/lib/providers/nvidiaNim.d.ts +1 -1
  105. package/dist/lib/providers/nvidiaNim.js +2 -1
  106. package/dist/lib/providers/ollama.d.ts +1 -1
  107. package/dist/lib/providers/ollama.js +1 -2
  108. package/dist/lib/providers/openAI.d.ts +1 -1
  109. package/dist/lib/providers/openAI.js +3 -1
  110. package/dist/lib/providers/openRouter.d.ts +1 -1
  111. package/dist/lib/providers/openRouter.js +3 -1
  112. package/dist/lib/providers/openaiCompatible.d.ts +1 -1
  113. package/dist/lib/providers/openaiCompatible.js +3 -1
  114. package/dist/lib/providers/perplexity.d.ts +1 -1
  115. package/dist/lib/providers/perplexity.js +2 -1
  116. package/dist/lib/providers/providerTypeUtils.d.ts +2 -7
  117. package/dist/lib/providers/providerTypeUtils.js +0 -6
  118. package/dist/lib/providers/recraft.d.ts +1 -1
  119. package/dist/lib/providers/replicate.d.ts +1 -1
  120. package/dist/lib/providers/stability.d.ts +1 -1
  121. package/dist/lib/providers/togetherAi.d.ts +1 -1
  122. package/dist/lib/providers/togetherAi.js +2 -1
  123. package/dist/lib/providers/voyage.d.ts +1 -1
  124. package/dist/lib/providers/xai.d.ts +1 -1
  125. package/dist/lib/providers/xai.js +2 -1
  126. package/dist/lib/proxy/claudeFormat.d.ts +0 -15
  127. package/dist/lib/proxy/claudeFormat.js +1 -11
  128. package/dist/lib/rag/ragIntegration.d.ts +1 -12
  129. package/dist/lib/rag/ragIntegration.js +0 -8
  130. package/dist/lib/tasks/tools/taskTools.d.ts +2 -117
  131. package/dist/lib/tasks/tools/taskTools.js +1 -10
  132. package/dist/lib/types/aliases.d.ts +1 -1
  133. package/dist/lib/types/conversation.d.ts +17 -0
  134. package/dist/lib/types/evaluation.d.ts +1 -5
  135. package/dist/lib/types/evaluation.js +0 -4
  136. package/dist/lib/types/generate.d.ts +2 -22
  137. package/dist/lib/types/guardrails.d.ts +1 -1
  138. package/dist/lib/types/middleware.d.ts +8 -3
  139. package/dist/lib/types/providers.d.ts +2 -1
  140. package/dist/lib/types/rag.d.ts +1 -1
  141. package/dist/lib/types/rag.js +0 -6
  142. package/dist/lib/types/stream.d.ts +2 -11
  143. package/dist/lib/types/tools.d.ts +2 -1
  144. package/dist/lib/utils/generation.d.ts +8 -0
  145. package/dist/lib/utils/generation.js +9 -0
  146. package/dist/lib/utils/generationErrors.d.ts +10 -0
  147. package/dist/lib/utils/generationErrors.js +11 -0
  148. package/dist/lib/utils/messageBuilder.d.ts +1 -6
  149. package/dist/lib/utils/messageBuilder.js +0 -5
  150. package/dist/lib/utils/noOutputSentinel.d.ts +0 -13
  151. package/dist/lib/utils/noOutputSentinel.js +1 -14
  152. package/dist/lib/utils/providerRetry.js +1 -1
  153. package/dist/lib/utils/tool.d.ts +8 -0
  154. package/dist/lib/utils/tool.js +9 -0
  155. package/dist/lib/utils/toolCallRepair.d.ts +1 -16
  156. package/dist/lib/utils/toolCallRepair.js +1 -16
  157. package/dist/lib/utils/toolChoice.d.ts +1 -1
  158. package/dist/lib/utils/videoAnalysisProcessor.d.ts +1 -8
  159. package/dist/lib/utils/videoAnalysisProcessor.js +0 -7
  160. package/dist/memory/memoryRetrievalTools.d.ts +2 -126
  161. package/dist/memory/memoryRetrievalTools.js +1 -9
  162. package/dist/middleware/builtin/autoEvaluation.d.ts +0 -3
  163. package/dist/middleware/builtin/autoEvaluation.js +0 -3
  164. package/dist/middleware/builtin/guardrails.js +1 -1
  165. package/dist/middleware/builtin/lifecycle.d.ts +0 -9
  166. package/dist/middleware/builtin/lifecycle.js +0 -9
  167. package/dist/middleware/factory.d.ts +1 -1
  168. package/dist/middleware/factory.js +1 -1
  169. package/dist/middleware/registry.d.ts +1 -1
  170. package/dist/neurolink.d.ts +14 -2
  171. package/dist/neurolink.js +46 -18
  172. package/dist/processors/media/AudioProcessor.js +8 -3
  173. package/dist/providers/amazonBedrock.js +1 -2
  174. package/dist/providers/amazonSagemaker.d.ts +1 -7
  175. package/dist/providers/amazonSagemaker.js +0 -6
  176. package/dist/providers/anthropic.d.ts +1 -1
  177. package/dist/providers/anthropic.js +2 -1
  178. package/dist/providers/anthropicBaseProvider.d.ts +1 -1
  179. package/dist/providers/anthropicBaseProvider.js +2 -1
  180. package/dist/providers/azureOpenai.d.ts +1 -1
  181. package/dist/providers/azureOpenai.js +2 -1
  182. package/dist/providers/cloudflare.d.ts +1 -1
  183. package/dist/providers/cloudflare.js +2 -1
  184. package/dist/providers/cohere.d.ts +1 -1
  185. package/dist/providers/cohere.js +2 -1
  186. package/dist/providers/deepseek.d.ts +1 -1
  187. package/dist/providers/deepseek.js +2 -1
  188. package/dist/providers/fireworks.d.ts +1 -1
  189. package/dist/providers/fireworks.js +2 -1
  190. package/dist/providers/googleAiStudio.d.ts +1 -1
  191. package/dist/providers/googleAiStudio.js +82 -5
  192. package/dist/providers/googleNativeGemini3.d.ts +3 -6
  193. package/dist/providers/googleNativeGemini3.js +104 -9
  194. package/dist/providers/googleVertex.d.ts +1 -1
  195. package/dist/providers/googleVertex.js +466 -164
  196. package/dist/providers/groq.d.ts +1 -1
  197. package/dist/providers/groq.js +2 -1
  198. package/dist/providers/huggingFace.d.ts +1 -1
  199. package/dist/providers/huggingFace.js +3 -1
  200. package/dist/providers/ideogram.d.ts +1 -1
  201. package/dist/providers/jina.d.ts +1 -1
  202. package/dist/providers/litellm.d.ts +1 -1
  203. package/dist/providers/litellm.js +12 -6
  204. package/dist/providers/llamaCpp.d.ts +1 -1
  205. package/dist/providers/llamaCpp.js +2 -1
  206. package/dist/providers/lmStudio.d.ts +1 -1
  207. package/dist/providers/lmStudio.js +2 -1
  208. package/dist/providers/mistral.d.ts +1 -1
  209. package/dist/providers/mistral.js +2 -1
  210. package/dist/providers/nvidiaNim.d.ts +1 -1
  211. package/dist/providers/nvidiaNim.js +2 -1
  212. package/dist/providers/ollama.d.ts +1 -1
  213. package/dist/providers/ollama.js +1 -2
  214. package/dist/providers/openAI.d.ts +1 -1
  215. package/dist/providers/openAI.js +3 -1
  216. package/dist/providers/openRouter.d.ts +1 -1
  217. package/dist/providers/openRouter.js +3 -1
  218. package/dist/providers/openaiCompatible.d.ts +1 -1
  219. package/dist/providers/openaiCompatible.js +3 -1
  220. package/dist/providers/perplexity.d.ts +1 -1
  221. package/dist/providers/perplexity.js +2 -1
  222. package/dist/providers/providerTypeUtils.d.ts +2 -7
  223. package/dist/providers/providerTypeUtils.js +0 -6
  224. package/dist/providers/recraft.d.ts +1 -1
  225. package/dist/providers/replicate.d.ts +1 -1
  226. package/dist/providers/stability.d.ts +1 -1
  227. package/dist/providers/togetherAi.d.ts +1 -1
  228. package/dist/providers/togetherAi.js +2 -1
  229. package/dist/providers/voyage.d.ts +1 -1
  230. package/dist/providers/xai.d.ts +1 -1
  231. package/dist/providers/xai.js +2 -1
  232. package/dist/proxy/claudeFormat.d.ts +0 -15
  233. package/dist/proxy/claudeFormat.js +1 -11
  234. package/dist/rag/ragIntegration.d.ts +1 -12
  235. package/dist/rag/ragIntegration.js +0 -8
  236. package/dist/tasks/tools/taskTools.d.ts +2 -117
  237. package/dist/tasks/tools/taskTools.js +1 -10
  238. package/dist/types/aliases.d.ts +1 -1
  239. package/dist/types/conversation.d.ts +17 -0
  240. package/dist/types/evaluation.d.ts +1 -5
  241. package/dist/types/evaluation.js +0 -4
  242. package/dist/types/generate.d.ts +2 -22
  243. package/dist/types/guardrails.d.ts +1 -1
  244. package/dist/types/middleware.d.ts +8 -3
  245. package/dist/types/providers.d.ts +2 -1
  246. package/dist/types/rag.d.ts +1 -1
  247. package/dist/types/rag.js +0 -6
  248. package/dist/types/stream.d.ts +2 -11
  249. package/dist/types/tools.d.ts +2 -1
  250. package/dist/utils/generation.d.ts +8 -0
  251. package/dist/utils/generation.js +8 -0
  252. package/dist/utils/generationErrors.d.ts +10 -0
  253. package/dist/utils/generationErrors.js +10 -0
  254. package/dist/utils/messageBuilder.d.ts +1 -6
  255. package/dist/utils/messageBuilder.js +0 -5
  256. package/dist/utils/noOutputSentinel.d.ts +0 -13
  257. package/dist/utils/noOutputSentinel.js +1 -14
  258. package/dist/utils/providerRetry.js +1 -1
  259. package/dist/utils/tool.d.ts +8 -0
  260. package/dist/utils/tool.js +8 -0
  261. package/dist/utils/toolCallRepair.d.ts +1 -16
  262. package/dist/utils/toolCallRepair.js +1 -16
  263. package/dist/utils/toolChoice.d.ts +1 -1
  264. package/dist/utils/videoAnalysisProcessor.d.ts +1 -8
  265. package/dist/utils/videoAnalysisProcessor.js +0 -7
  266. package/package.json +2 -3
@@ -1,10 +1,11 @@
1
+ /* eslint-disable max-lines-per-function */
1
2
  // Native SDK imports - no more @ai-sdk/google-vertex dependency
2
3
  import fs from "fs";
3
4
  import path from "path";
4
5
  import os from "os";
5
6
  import { ErrorCategory, ErrorSeverity, } from "../constants/enums.js";
6
7
  import { BaseProvider } from "../core/baseProvider.js";
7
- import { DEFAULT_MAX_STEPS, DEFAULT_TOOL_MAX_RETRIES, GLOBAL_LOCATION_MODELS, IMAGE_GENERATION_MODELS, } from "../core/constants.js";
8
+ import { DEFAULT_MAX_STEPS, DEFAULT_TOOL_MAX_RETRIES, GLOBAL_LOCATION_MODELS, IMAGE_GENERATION_MODELS, TOOL_STORAGE_TIMEOUT_MS, } from "../core/constants.js";
8
9
  import { ModelConfigurationManager } from "../core/modelConfiguration.js";
9
10
  import { createProxyFetch } from "../proxy/proxyFetch.js";
10
11
  import { AuthenticationError, InvalidModelError, NetworkError, ProviderError, RateLimitError, } from "../types/index.js";
@@ -16,10 +17,12 @@ import { hasRestrictedOutputLimit, RESTRICTED_OUTPUT_TOKEN_LIMIT, } from "../uti
16
17
  import { validateApiKey, createVertexProjectConfig, createGoogleAuthConfig, } from "../utils/providerConfig.js";
17
18
  import { convertZodToJsonSchema, inlineJsonSchema, ensureNestedSchemaTypes, } from "../utils/schemaConversion.js";
18
19
  import { createNativeThinkingConfig } from "../utils/thinkingConfig.js";
19
- import { TimeoutError } from "../utils/async/index.js";
20
- import { prependConversationMessages } from "./googleNativeGemini3.js";
20
+ import { TimeoutError, withTimeout } from "../utils/async/index.js";
21
+ import { parseTimeout } from "../utils/timeout.js";
22
+ import { createTextChannel, extractThoughtSignature, prependConversationMessages, } from "./googleNativeGemini3.js";
21
23
  import { ATTR, tracers, withClientSpan, withClientStreamSpan, withSpan, } from "../telemetry/index.js";
22
24
  import { calculateCost } from "../utils/pricing.js";
25
+ import { transformToolExecutions } from "../utils/transformationUtils.js";
23
26
  // Import proper types for multimodal message handling
24
27
  // Dynamic import helper for native Anthropic Vertex SDK
25
28
  let anthropicVertexModule = null;
@@ -1125,6 +1128,11 @@ export class GoogleVertexProvider extends BaseProvider {
1125
1128
  let finalText = "";
1126
1129
  let lastStepText = ""; // Track text from last step for maxSteps termination
1127
1130
  const allToolCalls = [];
1131
+ // Mirrors the generate-path shape so StreamResult.toolExecutions can be
1132
+ // populated (parity with AI-SDK-driven providers) and so the storage
1133
+ // hook can persist actual tool outputs rather than the placeholder
1134
+ // "success" string used by flushPendingToolData's default fallback.
1135
+ const toolExecutions = [];
1128
1136
  let step = 0;
1129
1137
  // Track structured output from final_result tool (when using final_result pattern)
1130
1138
  let finalResultStructuredOutput;
@@ -1231,22 +1239,38 @@ export class GoogleVertexProvider extends BaseProvider {
1231
1239
  });
1232
1240
  // Execute each function and collect responses
1233
1241
  const functionResponses = [];
1242
+ // Per-step bookkeeping for conversation-memory storage.
1243
+ const stepStorageCalls = [];
1244
+ const stepStorageResults = [];
1245
+ // Note: tool:start / tool:end events are emitted by ToolsManager's
1246
+ // wrapped `execute` (see ToolsManager.ts:355) — no inline emit needed.
1234
1247
  for (const call of stepFunctionCalls) {
1235
1248
  allToolCalls.push({ toolName: call.name, args: call.args });
1249
+ stepStorageCalls.push({ toolName: call.name, args: call.args });
1236
1250
  // Check if this tool has already exceeded retry limit
1237
1251
  const failedInfo = failedTools.get(call.name);
1238
1252
  if (failedInfo && failedInfo.count >= DEFAULT_TOOL_MAX_RETRIES) {
1239
1253
  logger.warn(`[GoogleVertex] Tool "${call.name}" has exceeded retry limit (${DEFAULT_TOOL_MAX_RETRIES}), skipping execution`);
1254
+ const errorPayload = {
1255
+ error: `TOOL_PERMANENTLY_FAILED: The tool "${call.name}" has failed ${failedInfo.count} times and will not be retried. Last error: ${failedInfo.lastError}. Please proceed without using this tool or inform the user that this functionality is unavailable.`,
1256
+ status: "permanently_failed",
1257
+ do_not_retry: true,
1258
+ };
1240
1259
  functionResponses.push({
1241
1260
  functionResponse: {
1242
1261
  name: call.name,
1243
- response: {
1244
- error: `TOOL_PERMANENTLY_FAILED: The tool "${call.name}" has failed ${failedInfo.count} times and will not be retried. Last error: ${failedInfo.lastError}. Please proceed without using this tool or inform the user that this functionality is unavailable.`,
1245
- status: "permanently_failed",
1246
- do_not_retry: true,
1247
- },
1262
+ response: errorPayload,
1248
1263
  },
1249
1264
  });
1265
+ toolExecutions.push({
1266
+ name: call.name,
1267
+ input: call.args,
1268
+ output: errorPayload,
1269
+ });
1270
+ stepStorageResults.push({
1271
+ toolName: call.name,
1272
+ output: errorPayload,
1273
+ });
1250
1274
  continue;
1251
1275
  }
1252
1276
  const execute = executeMap.get(call.name);
@@ -1259,9 +1283,18 @@ export class GoogleVertexProvider extends BaseProvider {
1259
1283
  abortSignal: undefined,
1260
1284
  };
1261
1285
  const result = await execute(call.args, toolOptions);
1286
+ toolExecutions.push({
1287
+ name: call.name,
1288
+ input: call.args,
1289
+ output: result,
1290
+ });
1262
1291
  functionResponses.push({
1263
1292
  functionResponse: { name: call.name, response: { result } },
1264
1293
  });
1294
+ stepStorageResults.push({
1295
+ toolName: call.name,
1296
+ output: result,
1297
+ });
1265
1298
  }
1266
1299
  catch (error) {
1267
1300
  const errorMessage = error instanceof Error ? error.message : "Unknown error";
@@ -1276,38 +1309,77 @@ export class GoogleVertexProvider extends BaseProvider {
1276
1309
  logger.warn(`[GoogleVertex] Tool "${call.name}" failed (attempt ${currentFailInfo.count}/${DEFAULT_TOOL_MAX_RETRIES}): ${errorMessage}`);
1277
1310
  // Determine if this is a permanent failure
1278
1311
  const isPermanentFailure = currentFailInfo.count >= DEFAULT_TOOL_MAX_RETRIES;
1312
+ const errorPayload = {
1313
+ error: isPermanentFailure
1314
+ ? `TOOL_PERMANENTLY_FAILED: The tool "${call.name}" has failed ${currentFailInfo.count} times with error: ${errorMessage}. This tool will not be retried. Please proceed without using this tool or inform the user that this functionality is unavailable.`
1315
+ : `TOOL_EXECUTION_ERROR: ${errorMessage}. Retry attempt ${currentFailInfo.count}/${DEFAULT_TOOL_MAX_RETRIES}.`,
1316
+ status: isPermanentFailure ? "permanently_failed" : "failed",
1317
+ do_not_retry: isPermanentFailure,
1318
+ retry_count: currentFailInfo.count,
1319
+ max_retries: DEFAULT_TOOL_MAX_RETRIES,
1320
+ };
1279
1321
  functionResponses.push({
1280
1322
  functionResponse: {
1281
1323
  name: call.name,
1282
- response: {
1283
- error: isPermanentFailure
1284
- ? `TOOL_PERMANENTLY_FAILED: The tool "${call.name}" has failed ${currentFailInfo.count} times with error: ${errorMessage}. This tool will not be retried. Please proceed without using this tool or inform the user that this functionality is unavailable.`
1285
- : `TOOL_EXECUTION_ERROR: ${errorMessage}. Retry attempt ${currentFailInfo.count}/${DEFAULT_TOOL_MAX_RETRIES}.`,
1286
- status: isPermanentFailure
1287
- ? "permanently_failed"
1288
- : "failed",
1289
- do_not_retry: isPermanentFailure,
1290
- retry_count: currentFailInfo.count,
1291
- max_retries: DEFAULT_TOOL_MAX_RETRIES,
1292
- },
1324
+ response: errorPayload,
1293
1325
  },
1294
1326
  });
1327
+ toolExecutions.push({
1328
+ name: call.name,
1329
+ input: call.args,
1330
+ output: errorPayload,
1331
+ });
1332
+ stepStorageResults.push({
1333
+ toolName: call.name,
1334
+ output: errorPayload,
1335
+ });
1295
1336
  }
1296
1337
  }
1297
1338
  else {
1298
1339
  // Tool not found is a permanent error
1340
+ const errorPayload = {
1341
+ error: `TOOL_NOT_FOUND: The tool "${call.name}" does not exist. Do not attempt to call this tool again.`,
1342
+ status: "permanently_failed",
1343
+ do_not_retry: true,
1344
+ };
1299
1345
  functionResponses.push({
1300
1346
  functionResponse: {
1301
1347
  name: call.name,
1302
- response: {
1303
- error: `TOOL_NOT_FOUND: The tool "${call.name}" does not exist. Do not attempt to call this tool again.`,
1304
- status: "permanently_failed",
1305
- do_not_retry: true,
1306
- },
1348
+ response: errorPayload,
1307
1349
  },
1308
1350
  });
1351
+ toolExecutions.push({
1352
+ name: call.name,
1353
+ input: call.args,
1354
+ output: errorPayload,
1355
+ });
1356
+ stepStorageResults.push({
1357
+ toolName: call.name,
1358
+ output: errorPayload,
1359
+ });
1309
1360
  }
1310
1361
  }
1362
+ // Persist this step's tool calls/results into conversation memory.
1363
+ // Without this, tool_call / tool_result rows never reach Redis and
1364
+ // the chat-history UI loses every tool invocation.
1365
+ //
1366
+ // `thoughtSignature` rides as a sibling on the first call of the
1367
+ // step — Gemini 3 needs it to match thinking patterns when the
1368
+ // conversation is replayed on the next turn.
1369
+ if (stepStorageCalls.length > 0 || stepStorageResults.length > 0) {
1370
+ const stepThoughtSig = extractThoughtSignature(rawResponseParts);
1371
+ withTimeout(this.handleToolExecutionStorage(stepStorageCalls.map((c, i) => ({
1372
+ ...c,
1373
+ ...(i === 0 && stepThoughtSig
1374
+ ? { thoughtSignature: stepThoughtSig }
1375
+ : {}),
1376
+ stepIndex: step,
1377
+ })), stepStorageResults.map((r) => ({ ...r, stepIndex: step })), options, new Date()), TOOL_STORAGE_TIMEOUT_MS, "tool storage write timed out").catch((error) => {
1378
+ logger.warn("[GoogleVertex] Failed to store native Gemini stream tool executions", {
1379
+ error: error instanceof Error ? error.message : String(error),
1380
+ });
1381
+ });
1382
+ }
1311
1383
  // The @google/genai SDK only accepts "user" and "model" as valid
1312
1384
  // roles in contents — function/tool responses must use role: "user"
1313
1385
  // (matching the SDK's automaticFunctionCalling implementation and
@@ -1353,6 +1425,7 @@ export class GoogleVertexProvider extends BaseProvider {
1353
1425
  }
1354
1426
  // Filter out final_result from tool calls as it's an internal pattern
1355
1427
  const externalToolCalls = allToolCalls.filter((tc) => tc.toolName !== "final_result");
1428
+ const externalToolExecutions = toolExecutions.filter((te) => te.name !== "final_result");
1356
1429
  const result = {
1357
1430
  stream: createTextStream(),
1358
1431
  provider: this.providerName,
@@ -1366,6 +1439,12 @@ export class GoogleVertexProvider extends BaseProvider {
1366
1439
  toolName: tc.toolName,
1367
1440
  args: tc.args,
1368
1441
  })),
1442
+ // Surface tools-used + execution summary so `hasToolActivity` in
1443
+ // conversationMemory.ts evaluates true for tool-only stream turns
1444
+ // (assistant text empty but tools ran) and downstream consumers see
1445
+ // the same shape AI-SDK-driven providers expose.
1446
+ toolsUsed: externalToolCalls.map((tc) => tc.toolName),
1447
+ toolExecutions: transformToolExecutions(externalToolExecutions),
1369
1448
  metadata: {
1370
1449
  streamId: `native-vertex-${Date.now()}`,
1371
1450
  startTime,
@@ -1767,6 +1846,10 @@ export class GoogleVertexProvider extends BaseProvider {
1767
1846
  });
1768
1847
  // Execute each function and collect responses
1769
1848
  const functionResponses = [];
1849
+ const toolCallsBefore = allToolCalls.length;
1850
+ const toolExecsBefore = toolExecutions.length;
1851
+ // Note: tool:start / tool:end events are emitted by ToolsManager's
1852
+ // wrapped `execute` (see ToolsManager.ts:355) — no inline emit needed.
1770
1853
  for (const call of stepFunctionCalls) {
1771
1854
  allToolCalls.push({ toolName: call.name, args: call.args });
1772
1855
  // Check if this tool has already exceeded retry limit
@@ -1869,6 +1952,32 @@ export class GoogleVertexProvider extends BaseProvider {
1869
1952
  });
1870
1953
  }
1871
1954
  }
1955
+ // Persist this step's tool calls/results into conversation memory.
1956
+ // Without this, tool_call / tool_result rows never reach Redis and
1957
+ // the chat-history UI loses every tool invocation. The first call
1958
+ // of the step carries the step's `thoughtSignature` so Gemini 3 can
1959
+ // match thinking patterns on replay.
1960
+ const stepToolCalls = allToolCalls.slice(toolCallsBefore);
1961
+ const stepToolExecs = toolExecutions.slice(toolExecsBefore);
1962
+ if (stepToolCalls.length > 0 || stepToolExecs.length > 0) {
1963
+ const stepThoughtSig = extractThoughtSignature(rawResponseParts);
1964
+ withTimeout(this.handleToolExecutionStorage(stepToolCalls.map((tc, i) => ({
1965
+ toolName: tc.toolName,
1966
+ args: tc.args,
1967
+ ...(i === 0 && stepThoughtSig
1968
+ ? { thoughtSignature: stepThoughtSig }
1969
+ : {}),
1970
+ stepIndex: step,
1971
+ })), stepToolExecs.map((te) => ({
1972
+ toolName: te.name,
1973
+ output: te.output,
1974
+ stepIndex: step,
1975
+ })), options, new Date()), TOOL_STORAGE_TIMEOUT_MS, "tool storage write timed out").catch((error) => {
1976
+ logger.warn("[GoogleVertex] Failed to store native Gemini generate tool executions", {
1977
+ error: error instanceof Error ? error.message : String(error),
1978
+ });
1979
+ });
1980
+ }
1872
1981
  // The @google/genai SDK only accepts "user" and "model" as valid
1873
1982
  // roles in contents — function/tool responses must use role: "user"
1874
1983
  // (matching the SDK's automaticFunctionCalling implementation and
@@ -1907,7 +2016,7 @@ export class GoogleVertexProvider extends BaseProvider {
1907
2016
  },
1908
2017
  responseTime,
1909
2018
  toolsUsed: externalToolCalls.map((tc) => tc.toolName),
1910
- toolExecutions: externalToolExecutions,
2019
+ toolExecutions: transformToolExecutions(externalToolExecutions),
1911
2020
  enhancedWithTools: externalToolCalls.length > 0,
1912
2021
  };
1913
2022
  // Add structured output if final_result tool was used
@@ -1943,7 +2052,15 @@ export class GoogleVertexProvider extends BaseProvider {
1943
2052
  });
1944
2053
  // Build messages from input
1945
2054
  const messages = [];
1946
- // Add conversation history if present
2055
+ // Add conversation history if present.
2056
+ //
2057
+ // Intentionally text-only. Anthropic's API rejects messages where a
2058
+ // tool_use_id reference appears without its matching tool_use in the
2059
+ // same turn — so synthesising tool_use / tool_result blocks from
2060
+ // stored ChatMessages risks emitting orphaned references that fail
2061
+ // validation. Tool rows are still persisted to Redis (chat-history
2062
+ // UI renders them) but they don't re-enter the model's context on
2063
+ // subsequent turns.
1947
2064
  if (options.conversationMessages &&
1948
2065
  options.conversationMessages.length > 0) {
1949
2066
  for (const msg of options.conversationMessages) {
@@ -2174,157 +2291,270 @@ export class GoogleVertexProvider extends BaseProvider {
2174
2291
  stop_sequences: options.stopSequences,
2175
2292
  }),
2176
2293
  };
2177
- // Handle tool calling loop with max steps
2294
+ // ── Real-time streaming via stream.on('text', ...) ────────────────────
2295
+ //
2296
+ // The Anthropic SDK exposes per-delta streaming through `stream.on('text', listener)`:
2297
+ // each content_block_delta SSE event fires the listener synchronously
2298
+ // with that token's text — typically ~10 chars per delta, ~26ms apart
2299
+ // on Claude Haiku. Awaiting `stream.finalMessage()` here would buffer
2300
+ // the entire response before yielding anything; the listener pattern
2301
+ // keeps the wire and the consumer in lockstep instead.
2302
+ //
2303
+ // Structure: push-channel + background agentic loop, returning the
2304
+ // StreamResult immediately so callers can iterate `channel.iterable`
2305
+ // while generation is still in progress. Mirrors the executeStream
2306
+ // pattern in googleAiStudio.ts.
2178
2307
  const maxSteps = options.maxSteps || DEFAULT_MAX_STEPS;
2179
- let step = 0;
2180
- let finalText = "";
2181
- let structuredOutput;
2182
2308
  const allToolCalls = [];
2183
- // Track each Anthropic text block separately so the returned async
2184
- // iterable yields multiple chunks. The chunk-count smoke test fails
2185
- // when an entire response collapses into a single yield, even though
2186
- // the upstream stream is genuinely incremental.
2187
- const allTextBlocks = [];
2188
- let totalInputTokens = 0;
2189
- let totalOutputTokens = 0;
2190
- const currentMessages = [...messages];
2191
- while (step < maxSteps) {
2192
- step++;
2309
+ const toolExecutions = [];
2310
+ const channel = createTextChannel();
2311
+ // Mutable holders the StreamResult references. Background loop updates
2312
+ // these as state progresses; consumer reads them after iterating the
2313
+ // stream to completion (channel.close() is called AFTER mutations).
2314
+ const usage = { input: 0, output: 0, total: 0 };
2315
+ const metadata = {
2316
+ streamId: `native-anthropic-vertex-${Date.now()}`,
2317
+ startTime,
2318
+ responseTime: 0,
2319
+ totalToolExecutions: 0,
2320
+ };
2321
+ const toolsUsedRef = [];
2322
+ const structuredOutputRef = {};
2323
+ // Track the active Anthropic stream so options.abortSignal can cancel it
2324
+ // mid-flight (pre-rewrite code had no abort handling — fixed for free).
2325
+ let activeStream;
2326
+ const abortHandler = () => {
2193
2327
  try {
2194
- // Use streaming API
2195
- const stream = await client.messages.stream({
2196
- ...requestParams,
2197
- messages: currentMessages,
2198
- });
2199
- // Collect the full response
2200
- const response = await stream.finalMessage();
2201
- // Update token counts
2202
- totalInputTokens += response.usage?.input_tokens || 0;
2203
- totalOutputTokens += response.usage?.output_tokens || 0;
2204
- // Check if we need to handle tool use
2205
- const toolUseBlocks = response.content.filter((block) => block.type === "tool_use");
2206
- // Check for final_result tool call (for structured output)
2207
- if (useFinalResultTool) {
2208
- const finalResultCall = toolUseBlocks.find((block) => block.name === "final_result");
2209
- if (finalResultCall) {
2210
- // Extract structured output and convert to JSON string for finalText
2211
- structuredOutput = finalResultCall.input;
2212
- finalText = JSON.stringify(structuredOutput);
2213
- logger.debug("[GoogleVertex] Extracted structured output from final_result tool (stream)", { keys: Object.keys(structuredOutput) });
2214
- break; // We have the structured output, we're done
2215
- }
2216
- }
2217
- // Extract text from response
2218
- const textBlocks = response.content.filter((block) => block.type === "text");
2219
- const responseText = textBlocks.map((b) => b.text).join("");
2220
- // Preserve each Anthropic text block separately so the
2221
- // consumer-visible stream yields multiple chunks (one per block).
2222
- for (const tb of textBlocks) {
2223
- if (tb.text.length > 0) {
2224
- allTextBlocks.push(tb.text);
2328
+ activeStream?.controller.abort();
2329
+ }
2330
+ catch {
2331
+ /* ignore — stream may already be finalized */
2332
+ }
2333
+ };
2334
+ options.abortSignal?.addEventListener("abort", abortHandler);
2335
+ // Defensive upper bound: if neither the caller nor the SDK ever fires,
2336
+ // abort the stream after the configured timeout so a stalled
2337
+ // Vertex/Anthropic endpoint can't hang forever. options.timeout wins
2338
+ // if set; otherwise 5 min — generous for tool-heavy turns.
2339
+ const streamTimeoutMs = parseTimeout(options.timeout) ?? 300_000;
2340
+ const streamTimeoutHandle = setTimeout(() => {
2341
+ logger.warn(`[GoogleVertex] Anthropic stream exceeded ${streamTimeoutMs}ms — aborting`);
2342
+ abortHandler();
2343
+ }, streamTimeoutMs);
2344
+ const loopPromise = (async () => {
2345
+ let step = 0;
2346
+ const currentMessages = [...messages];
2347
+ try {
2348
+ while (step < maxSteps) {
2349
+ if (options.abortSignal?.aborted) {
2350
+ throw new Error("Stream aborted by caller");
2225
2351
  }
2226
- }
2227
- if (toolUseBlocks.length === 0) {
2228
- // No tool calls, we're done
2229
- finalText = responseText || finalText;
2230
- break;
2231
- }
2232
- // Handle tool calls
2233
- const toolResults = [];
2234
- for (const toolUse of toolUseBlocks) {
2235
- allToolCalls.push({
2236
- toolName: toolUse.name,
2237
- args: toolUse.input,
2352
+ step++;
2353
+ const stream = await client.messages.stream({
2354
+ ...requestParams,
2355
+ messages: currentMessages,
2238
2356
  });
2239
- const execute = executeMap.get(toolUse.name);
2240
- if (execute) {
2241
- try {
2242
- const result = await execute(toolUse.input);
2243
- toolResults.push({
2244
- type: "tool_result",
2245
- tool_use_id: toolUse.id,
2246
- content: typeof result === "string" ? result : JSON.stringify(result),
2247
- });
2357
+ activeStream = stream;
2358
+ // Forward each text delta to the consumer as it arrives. The
2359
+ // Anthropic SDK fires this listener synchronously for every
2360
+ // content_block_delta SSE event, so the channel sees bytes at
2361
+ // the same cadence the wire delivers them.
2362
+ stream.on("text", (delta) => {
2363
+ if (delta.length > 0) {
2364
+ channel.push(delta);
2248
2365
  }
2249
- catch (err) {
2366
+ });
2367
+ // finalMessage() resolves AFTER message_stop. By then the listener
2368
+ // has already fired for every delta — awaiting here doesn't block
2369
+ // visible streaming, it just gives us the structured response
2370
+ // shape needed for tool_use block extraction.
2371
+ const response = await stream.finalMessage();
2372
+ activeStream = undefined;
2373
+ usage.input += response.usage?.input_tokens || 0;
2374
+ usage.output += response.usage?.output_tokens || 0;
2375
+ usage.total = usage.input + usage.output;
2376
+ const toolUseBlocks = response.content.filter((block) => block.type === "tool_use");
2377
+ // Structured-output pattern: when the model returns the
2378
+ // final_result tool call, push its arguments as JSON and stop.
2379
+ // Single-shot yield so callers consuming the stream still see
2380
+ // the structured value.
2381
+ if (useFinalResultTool) {
2382
+ const finalResultCall = toolUseBlocks.find((block) => block.name === "final_result");
2383
+ if (finalResultCall) {
2384
+ structuredOutputRef.value = finalResultCall.input;
2385
+ channel.push(JSON.stringify(finalResultCall.input));
2386
+ logger.debug("[GoogleVertex] Extracted structured output from final_result tool (stream)", { keys: Object.keys(finalResultCall.input) });
2387
+ break;
2388
+ }
2389
+ }
2390
+ // No tools — pure text turn. Listener already pushed all deltas;
2391
+ // loop terminates and channel.close() flushes the consumer.
2392
+ if (toolUseBlocks.length === 0) {
2393
+ break;
2394
+ }
2395
+ // Tool execution loop. tool:start / tool:end events fire from
2396
+ // ToolsManager's wrapped execute (ToolsManager.ts:355) — no inline
2397
+ // emit needed.
2398
+ const toolResults = [];
2399
+ // Per-step bookkeeping for conversation-memory storage.
2400
+ const stepStorageCalls = [];
2401
+ const stepStorageResults = [];
2402
+ // Note: tool:start / tool:end events are emitted by ToolsManager's
2403
+ // wrapped `execute` (see ToolsManager.ts:355) — no inline emit needed.
2404
+ for (const toolUse of toolUseBlocks) {
2405
+ allToolCalls.push({
2406
+ toolName: toolUse.name,
2407
+ args: toolUse.input,
2408
+ });
2409
+ toolsUsedRef.push(toolUse.name);
2410
+ stepStorageCalls.push({
2411
+ toolCallId: toolUse.id,
2412
+ toolName: toolUse.name,
2413
+ args: toolUse.input,
2414
+ });
2415
+ const execute = executeMap.get(toolUse.name);
2416
+ if (execute) {
2417
+ try {
2418
+ const toolOptions = {
2419
+ toolCallId: toolUse.id,
2420
+ messages: [],
2421
+ abortSignal: options.abortSignal,
2422
+ };
2423
+ const result = await execute(toolUse.input, toolOptions);
2424
+ toolExecutions.push({
2425
+ name: toolUse.name,
2426
+ input: toolUse.input,
2427
+ output: result,
2428
+ });
2429
+ // Anthropic requires tool_result.content to be a string.
2430
+ // JSON.stringify returns undefined for undefined/function/symbol,
2431
+ // so coerce defensively to keep the follow-up turn valid.
2432
+ const resultContent = typeof result === "string"
2433
+ ? result
2434
+ : (JSON.stringify(result ?? null) ?? String(result));
2435
+ toolResults.push({
2436
+ type: "tool_result",
2437
+ tool_use_id: toolUse.id,
2438
+ content: resultContent,
2439
+ });
2440
+ stepStorageResults.push({
2441
+ toolCallId: toolUse.id,
2442
+ toolName: toolUse.name,
2443
+ output: result,
2444
+ });
2445
+ }
2446
+ catch (err) {
2447
+ const errMsg = `Error executing tool "${toolUse.name}": ${err instanceof Error ? err.message : String(err)}`;
2448
+ const errorPayload = { error: errMsg };
2449
+ toolExecutions.push({
2450
+ name: toolUse.name,
2451
+ input: toolUse.input,
2452
+ output: errorPayload,
2453
+ });
2454
+ toolResults.push({
2455
+ type: "tool_result",
2456
+ tool_use_id: toolUse.id,
2457
+ content: errMsg,
2458
+ });
2459
+ stepStorageResults.push({
2460
+ toolCallId: toolUse.id,
2461
+ toolName: toolUse.name,
2462
+ output: errorPayload,
2463
+ });
2464
+ }
2465
+ }
2466
+ else {
2467
+ const errMsg = `TOOL_NOT_FOUND: The tool "${toolUse.name}" does not exist.`;
2468
+ const errorPayload = { error: errMsg };
2469
+ toolExecutions.push({
2470
+ name: toolUse.name,
2471
+ input: toolUse.input,
2472
+ output: errorPayload,
2473
+ });
2250
2474
  toolResults.push({
2251
2475
  type: "tool_result",
2252
2476
  tool_use_id: toolUse.id,
2253
- content: `Error executing tool: ${err instanceof Error ? err.message : String(err)}`,
2477
+ content: errMsg,
2478
+ });
2479
+ stepStorageResults.push({
2480
+ toolCallId: toolUse.id,
2481
+ toolName: toolUse.name,
2482
+ output: errorPayload,
2254
2483
  });
2255
2484
  }
2256
2485
  }
2257
- else {
2258
- toolResults.push({
2259
- type: "tool_result",
2260
- tool_use_id: toolUse.id,
2261
- content: `TOOL_NOT_FOUND: The tool "${toolUse.name}" does not exist.`,
2486
+ // Persist this step's tool calls/results into conversation memory.
2487
+ // Without this hook, tool rows never land in Redis and the
2488
+ // chat-history UI loses every tool invocation.
2489
+ if (stepStorageCalls.length > 0 || stepStorageResults.length > 0) {
2490
+ withTimeout(this.handleToolExecutionStorage(stepStorageCalls.map((c) => ({ ...c, stepIndex: step })), stepStorageResults.map((r) => ({ ...r, stepIndex: step })), options, new Date()), TOOL_STORAGE_TIMEOUT_MS, "tool storage write timed out").catch((error) => {
2491
+ logger.warn("[GoogleVertex] Failed to store native Anthropic stream tool executions", {
2492
+ error: error instanceof Error ? error.message : String(error),
2493
+ });
2262
2494
  });
2263
2495
  }
2496
+ // Continue the loop: assistant turn + tool_result user turn.
2497
+ // Filter server_tool_use blocks (Anthropic API rejects them in
2498
+ // subsequent message turns).
2499
+ const assistantContent = response.content.filter((block) => block.type !== "server_tool_use");
2500
+ currentMessages.push({
2501
+ role: "assistant",
2502
+ content: assistantContent,
2503
+ });
2504
+ currentMessages.push({
2505
+ role: "user",
2506
+ content: toolResults,
2507
+ });
2264
2508
  }
2265
- // Add assistant message and tool results to continue the loop
2266
- // Filter out server_tool_use blocks that the Anthropic API doesn't accept in messages
2267
- const assistantContent = response.content.filter((block) => block.type !== "server_tool_use");
2268
- currentMessages.push({
2269
- role: "assistant",
2270
- content: assistantContent,
2271
- });
2272
- currentMessages.push({
2273
- role: "user",
2274
- content: toolResults,
2275
- });
2276
- // Store last text in case we hit max steps
2277
- if (responseText) {
2278
- finalText = responseText;
2279
- }
2280
- }
2281
- catch (error) {
2282
- logger.error("[GoogleVertex] Native Anthropic SDK stream error", error);
2283
- throw this.handleProviderError(error);
2509
+ metadata.responseTime = Date.now() - startTime;
2510
+ metadata.totalToolExecutions = allToolCalls.filter((tc) => tc.toolName !== "final_result").length;
2511
+ channel.close();
2284
2512
  }
2285
- }
2286
- const responseTime = Date.now() - startTime;
2287
- // Yield each text block separately so the CLI receives multiple
2288
- // stream chunks instead of a single coalesced buffer. The Anthropic
2289
- // SDK gives us discrete text blocks; collapsing them into one chunk
2290
- // breaks the chunk-count smoke test even though the upstream
2291
- // streaming is real.
2292
- const finalContentBlocks = (() => {
2293
- if (structuredOutput) {
2294
- return [finalText];
2513
+ catch (err) {
2514
+ logger.error("[GoogleVertex] Native Anthropic SDK stream error", err);
2515
+ channel.error(this.handleProviderError(err));
2295
2516
  }
2296
- if (allTextBlocks.length > 0) {
2297
- return allTextBlocks;
2517
+ finally {
2518
+ options.abortSignal?.removeEventListener("abort", abortHandler);
2519
+ clearTimeout(streamTimeoutHandle);
2298
2520
  }
2299
- return finalText ? [finalText] : [];
2300
2521
  })();
2301
- async function* createTextStream() {
2302
- for (const part of finalContentBlocks) {
2303
- if (part.length > 0) {
2304
- yield { content: part };
2305
- }
2306
- }
2307
- }
2308
- return {
2309
- stream: createTextStream(),
2522
+ // Suppress unhandled-rejection: errors funnel through channel.error()
2523
+ // and surface when the consumer iterates the stream.
2524
+ loopPromise.catch(() => undefined);
2525
+ // Return StreamResult IMMEDIATELY — caller's for-await can begin
2526
+ // iterating channel.iterable while the background loop is still
2527
+ // generating. usage / metadata / toolCalls / toolExecutions are mutable
2528
+ // references that the loop fills in over time; the consumer reads them
2529
+ // after iteration completes (after channel.close() has fired).
2530
+ const result = {
2531
+ stream: channel.iterable,
2310
2532
  provider: this.providerName,
2311
2533
  model: modelName,
2312
- usage: {
2313
- input: totalInputTokens,
2314
- output: totalOutputTokens,
2315
- total: totalInputTokens + totalOutputTokens,
2316
- },
2317
- toolCalls: allToolCalls.map((tc) => ({
2318
- toolName: tc.toolName,
2319
- args: tc.args,
2320
- })),
2321
- metadata: {
2322
- streamId: `native-anthropic-vertex-${Date.now()}`,
2323
- startTime,
2324
- responseTime,
2325
- totalToolExecutions: allToolCalls.length,
2326
- },
2534
+ usage,
2535
+ metadata,
2327
2536
  };
2537
+ Object.defineProperty(result, "toolCalls", {
2538
+ enumerable: true,
2539
+ configurable: true,
2540
+ get: () => allToolCalls.filter((tc) => tc.toolName !== "final_result"),
2541
+ });
2542
+ Object.defineProperty(result, "toolsUsed", {
2543
+ enumerable: true,
2544
+ configurable: true,
2545
+ get: () => toolsUsedRef.filter((name) => name !== "final_result"),
2546
+ });
2547
+ Object.defineProperty(result, "toolExecutions", {
2548
+ enumerable: true,
2549
+ configurable: true,
2550
+ get: () => transformToolExecutions(toolExecutions.filter((te) => te.name !== "final_result")),
2551
+ });
2552
+ Object.defineProperty(result, "structuredOutput", {
2553
+ enumerable: true,
2554
+ configurable: true,
2555
+ get: () => structuredOutputRef.value,
2556
+ });
2557
+ return result;
2328
2558
  }
2329
2559
  /**
2330
2560
  * Execute generate using native @anthropic-ai/vertex-sdk for Claude models on Vertex AI
@@ -2347,6 +2577,9 @@ export class GoogleVertexProvider extends BaseProvider {
2347
2577
  // the older surface. The Vertex Claude STREAM path already follows this
2348
2578
  // priority — keeping the GENERATE path on `conversationHistory` only
2349
2579
  // would silently drop multi-turn context for memory/loop sessions.
2580
+ // Intentionally text-only: see the stream sibling for the rationale —
2581
+ // synthesising tool_use / tool_result blocks from stored ChatMessages
2582
+ // risks emitting orphaned references that Anthropic's API rejects.
2350
2583
  const historyMessages = options.conversationMessages && options.conversationMessages.length > 0
2351
2584
  ? options.conversationMessages
2352
2585
  : options.conversationHistory;
@@ -2590,10 +2823,14 @@ export class GoogleVertexProvider extends BaseProvider {
2590
2823
  while (step < maxSteps) {
2591
2824
  step++;
2592
2825
  try {
2593
- const response = await client.messages.create({
2826
+ // Bound the SDK wait so a stalled Vertex/Anthropic call can't hang
2827
+ // generate forever. options.timeout wins if set, otherwise default
2828
+ // to 5 min — generous for tool-heavy turns.
2829
+ const generateTimeoutMs = parseTimeout(options.timeout) ?? 300_000;
2830
+ const response = await withTimeout(client.messages.create({
2594
2831
  ...requestParams,
2595
2832
  messages: currentMessages,
2596
- });
2833
+ }), generateTimeoutMs, "Anthropic generate timed out");
2597
2834
  // Update token counts
2598
2835
  totalInputTokens += response.usage?.input_tokens || 0;
2599
2836
  totalOutputTokens += response.usage?.output_tokens || 0;
@@ -2620,42 +2857,105 @@ export class GoogleVertexProvider extends BaseProvider {
2620
2857
  }
2621
2858
  // Handle tool calls
2622
2859
  const toolResults = [];
2860
+ // Per-step bookkeeping for conversation-memory storage. Tracks calls
2861
+ // and results for ONLY the tools fired in this step so the storage
2862
+ // hook can tag them with the current stepIndex.
2863
+ const stepStorageCalls = [];
2864
+ const stepStorageResults = [];
2865
+ // Note: tool:start / tool:end events are emitted by ToolsManager's
2866
+ // wrapped `execute` (see ToolsManager.ts:355) — no inline emit needed.
2623
2867
  for (const toolUse of toolUseBlocks) {
2624
2868
  allToolCalls.push({
2625
2869
  toolName: toolUse.name,
2626
2870
  args: toolUse.input,
2627
2871
  });
2872
+ stepStorageCalls.push({
2873
+ toolCallId: toolUse.id,
2874
+ toolName: toolUse.name,
2875
+ args: toolUse.input,
2876
+ });
2628
2877
  const execute = executeMap.get(toolUse.name);
2629
2878
  if (execute) {
2630
2879
  try {
2631
- const result = await execute(toolUse.input);
2880
+ const toolOptions = {
2881
+ toolCallId: toolUse.id,
2882
+ messages: [],
2883
+ abortSignal: options.abortSignal,
2884
+ };
2885
+ const result = await execute(toolUse.input, toolOptions);
2632
2886
  toolExecutions.push({
2633
2887
  name: toolUse.name,
2634
2888
  input: toolUse.input,
2635
2889
  output: result,
2636
2890
  });
2891
+ // Anthropic requires tool_result.content to be a string.
2892
+ // JSON.stringify returns undefined for undefined/function/symbol,
2893
+ // so coerce defensively to keep the follow-up turn valid.
2894
+ const resultContent = typeof result === "string"
2895
+ ? result
2896
+ : (JSON.stringify(result ?? null) ?? String(result));
2637
2897
  toolResults.push({
2638
2898
  type: "tool_result",
2639
2899
  tool_use_id: toolUse.id,
2640
- content: typeof result === "string" ? result : JSON.stringify(result),
2900
+ content: resultContent,
2901
+ });
2902
+ stepStorageResults.push({
2903
+ toolCallId: toolUse.id,
2904
+ toolName: toolUse.name,
2905
+ output: result,
2641
2906
  });
2642
2907
  }
2643
2908
  catch (err) {
2909
+ const errMsg = `Error executing tool "${toolUse.name}": ${err instanceof Error ? err.message : String(err)}`;
2910
+ const errorPayload = { error: errMsg };
2911
+ toolExecutions.push({
2912
+ name: toolUse.name,
2913
+ input: toolUse.input,
2914
+ output: errorPayload,
2915
+ });
2644
2916
  toolResults.push({
2645
2917
  type: "tool_result",
2646
2918
  tool_use_id: toolUse.id,
2647
- content: `Error executing tool: ${err instanceof Error ? err.message : String(err)}`,
2919
+ content: errMsg,
2920
+ });
2921
+ stepStorageResults.push({
2922
+ toolCallId: toolUse.id,
2923
+ toolName: toolUse.name,
2924
+ output: errorPayload,
2648
2925
  });
2649
2926
  }
2650
2927
  }
2651
2928
  else {
2929
+ const errMsg = `TOOL_NOT_FOUND: The tool "${toolUse.name}" does not exist.`;
2930
+ const errorPayload = { error: errMsg };
2931
+ toolExecutions.push({
2932
+ name: toolUse.name,
2933
+ input: toolUse.input,
2934
+ output: errorPayload,
2935
+ });
2652
2936
  toolResults.push({
2653
2937
  type: "tool_result",
2654
2938
  tool_use_id: toolUse.id,
2655
- content: `TOOL_NOT_FOUND: The tool "${toolUse.name}" does not exist.`,
2939
+ content: errMsg,
2940
+ });
2941
+ stepStorageResults.push({
2942
+ toolCallId: toolUse.id,
2943
+ toolName: toolUse.name,
2944
+ output: errorPayload,
2656
2945
  });
2657
2946
  }
2658
2947
  }
2948
+ // Persist this step's tool calls/results into conversation memory.
2949
+ // Without this, tool_call / tool_result rows never reach Redis and
2950
+ // the chat-history UI loses every tool invocation.
2951
+ // Fire-and-forget — storage failures must not break generation.
2952
+ if (stepStorageCalls.length > 0 || stepStorageResults.length > 0) {
2953
+ withTimeout(this.handleToolExecutionStorage(stepStorageCalls.map((c) => ({ ...c, stepIndex: step })), stepStorageResults.map((r) => ({ ...r, stepIndex: step })), options, new Date()), TOOL_STORAGE_TIMEOUT_MS, "tool storage write timed out").catch((error) => {
2954
+ logger.warn("[GoogleVertex] Failed to store native Anthropic generate tool executions", {
2955
+ error: error instanceof Error ? error.message : String(error),
2956
+ });
2957
+ });
2958
+ }
2659
2959
  // Add assistant message and tool results to continue the loop
2660
2960
  // Filter out server_tool_use blocks that the Anthropic API doesn't accept in messages
2661
2961
  const assistantContent = response.content.filter((block) => block.type !== "server_tool_use");
@@ -2678,6 +2978,8 @@ export class GoogleVertexProvider extends BaseProvider {
2678
2978
  }
2679
2979
  }
2680
2980
  const responseTime = Date.now() - startTime;
2981
+ const externalToolCalls = allToolCalls.filter((tc) => tc.toolName !== "final_result");
2982
+ const externalToolExecutions = toolExecutions.filter((te) => te.name !== "final_result");
2681
2983
  const result = {
2682
2984
  content: finalText,
2683
2985
  provider: this.providerName,
@@ -2688,9 +2990,9 @@ export class GoogleVertexProvider extends BaseProvider {
2688
2990
  total: totalInputTokens + totalOutputTokens,
2689
2991
  },
2690
2992
  responseTime,
2691
- toolsUsed: allToolCalls.map((tc) => tc.toolName),
2692
- toolExecutions,
2693
- enhancedWithTools: allToolCalls.length > 0,
2993
+ toolsUsed: externalToolCalls.map((tc) => tc.toolName),
2994
+ toolExecutions: transformToolExecutions(externalToolExecutions),
2995
+ enhancedWithTools: externalToolCalls.length > 0,
2694
2996
  };
2695
2997
  // Route through enhanceResult so analytics/evaluation/tracing are picked
2696
2998
  // up the same way the BaseProvider.generate() path picks them up. The