@elizaos/core 2.0.0-alpha.85 → 2.0.0-alpha.89

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.
@@ -3427,7 +3427,7 @@ var init_dist_node = __esm(() => {
3427
3427
  init_v4();
3428
3428
  });
3429
3429
 
3430
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/_virtual/_rolldown/runtime.js
3430
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/_virtual/_rolldown/runtime.js
3431
3431
  var __defProp2, __exportAll = (all, no_symbols) => {
3432
3432
  let target = {};
3433
3433
  for (var name in all)
@@ -3443,7 +3443,7 @@ var init_runtime = __esm(() => {
3443
3443
  __defProp2 = Object.defineProperty;
3444
3444
  });
3445
3445
 
3446
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/documents/document.js
3446
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/documents/document.js
3447
3447
  var Document = class {
3448
3448
  pageContent;
3449
3449
  metadata;
@@ -3456,7 +3456,7 @@ var Document = class {
3456
3456
  };
3457
3457
  var init_document = () => {};
3458
3458
 
3459
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/tools/utils.js
3459
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/tools/utils.js
3460
3460
  function _isToolCall(toolCall) {
3461
3461
  return !!(toolCall && typeof toolCall === "object" && ("type" in toolCall) && toolCall.type === "tool_call");
3462
3462
  }
@@ -3567,7 +3567,7 @@ var require_camelcase = __commonJS((exports, module) => {
3567
3567
  module.exports.default = camelCase;
3568
3568
  });
3569
3569
 
3570
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/load/map_keys.js
3570
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/load/map_keys.js
3571
3571
  function keyToJson(key, map) {
3572
3572
  return map?.[key] || import_decamelize.default(key);
3573
3573
  }
@@ -3584,7 +3584,7 @@ var init_map_keys = __esm(() => {
3584
3584
  import_camelcase = __toESM(require_camelcase(), 1);
3585
3585
  });
3586
3586
 
3587
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/load/validation.js
3587
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/load/validation.js
3588
3588
  function needsEscaping(obj) {
3589
3589
  return "lc" in obj || Object.keys(obj).length === 1 && "__lc_escaped__" in obj;
3590
3590
  }
@@ -3634,7 +3634,7 @@ function escapeIfNeeded(value, pathSet = /* @__PURE__ */ new WeakSet) {
3634
3634
  var LC_ESCAPED_KEY = "__lc_escaped__";
3635
3635
  var init_validation = () => {};
3636
3636
 
3637
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/load/serializable.js
3637
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/load/serializable.js
3638
3638
  function shallowCopy(obj) {
3639
3639
  return Array.isArray(obj) ? [...obj] : { ...obj };
3640
3640
  }
@@ -3746,7 +3746,7 @@ var init_serializable = __esm(() => {
3746
3746
  init_validation();
3747
3747
  });
3748
3748
 
3749
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/singletons/async_local_storage/globals.js
3749
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/singletons/async_local_storage/globals.js
3750
3750
  var TRACING_ALS_KEY, _CONTEXT_VARIABLES_KEY, setGlobalAsyncLocalStorageInstance = (instance) => {
3751
3751
  globalThis[TRACING_ALS_KEY] = instance;
3752
3752
  }, getGlobalAsyncLocalStorageInstance = () => {
@@ -3757,7 +3757,7 @@ var init_globals = __esm(() => {
3757
3757
  _CONTEXT_VARIABLES_KEY = Symbol.for("lc:context_variables");
3758
3758
  });
3759
3759
 
3760
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/namespace.js
3760
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/namespace.js
3761
3761
  function createNamespace(path) {
3762
3762
  const symbol = Symbol.for(path);
3763
3763
  return {
@@ -3789,7 +3789,7 @@ var init_namespace = __esm(() => {
3789
3789
  ns = createNamespace("langchain");
3790
3790
  });
3791
3791
 
3792
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/errors/index.js
3792
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/errors/index.js
3793
3793
  var ns2, LangChainError, ModelAbortError, ContextOverflowError;
3794
3794
  var init_errors = __esm(() => {
3795
3795
  init_runtime();
@@ -3825,7 +3825,7 @@ var init_errors = __esm(() => {
3825
3825
  };
3826
3826
  });
3827
3827
 
3828
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/json.js
3828
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/json.js
3829
3829
  function strictParsePartialJson(s) {
3830
3830
  try {
3831
3831
  return JSON.parse(s);
@@ -4053,7 +4053,7 @@ function parsePartialJson(s) {
4053
4053
  }
4054
4054
  var init_json = () => {};
4055
4055
 
4056
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/content/data.js
4056
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/content/data.js
4057
4057
  function isDataContentBlock(content_block) {
4058
4058
  return typeof content_block === "object" && content_block !== null && "type" in content_block && typeof content_block.type === "string" && "source_type" in content_block && (content_block.source_type === "url" || content_block.source_type === "base64" || content_block.source_type === "text" || content_block.source_type === "id");
4059
4059
  }
@@ -4080,7 +4080,7 @@ function parseBase64DataUrl({ dataUrl: data_url, asTypedArray = false }) {
4080
4080
  }
4081
4081
  var init_data = () => {};
4082
4082
 
4083
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/utils.js
4083
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/utils.js
4084
4084
  function _isContentBlock(block, type) {
4085
4085
  return _isObject(block) && block.type === type;
4086
4086
  }
@@ -4109,7 +4109,7 @@ function safeParseJson(value) {
4109
4109
  var iife = (fn) => fn();
4110
4110
  var init_utils2 = () => {};
4111
4111
 
4112
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/anthropic.js
4112
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/anthropic.js
4113
4113
  function convertAnthropicAnnotation(citation) {
4114
4114
  if (citation.type === "char_location" && _isString(citation.document_title) && _isNumber(citation.start_char_index) && _isNumber(citation.end_char_index) && _isString(citation.cited_text)) {
4115
4115
  const { document_title, start_char_index, end_char_index, cited_text, ...rest } = citation;
@@ -4424,7 +4424,7 @@ var init_anthropic = __esm(() => {
4424
4424
  };
4425
4425
  });
4426
4426
 
4427
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/data.js
4427
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/data.js
4428
4428
  function convertToV1FromDataContentBlock(block) {
4429
4429
  if (isURLContentBlock(block))
4430
4430
  return {
@@ -4502,7 +4502,7 @@ var init_data2 = __esm(() => {
4502
4502
  init_utils2();
4503
4503
  });
4504
4504
 
4505
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/openai.js
4505
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/openai.js
4506
4506
  function convertToV1FromChatCompletions(message) {
4507
4507
  const blocks = [];
4508
4508
  if (typeof message.content === "string") {
@@ -4803,13 +4803,13 @@ var init_openai = __esm(() => {
4803
4803
  };
4804
4804
  });
4805
4805
 
4806
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/message.js
4806
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/message.js
4807
4807
  function isMessage(message) {
4808
4808
  return typeof message === "object" && message !== null && "type" in message && "content" in message && (typeof message.content === "string" || Array.isArray(message.content));
4809
4809
  }
4810
4810
  var init_message = () => {};
4811
4811
 
4812
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/format.js
4812
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/format.js
4813
4813
  function convertToFormattedString(message, format = "pretty") {
4814
4814
  if (format === "pretty")
4815
4815
  return convertToPrettyString(message);
@@ -4850,7 +4850,7 @@ function convertToPrettyString(message) {
4850
4850
  }
4851
4851
  var init_format = () => {};
4852
4852
 
4853
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/base.js
4853
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/base.js
4854
4854
  function mergeContent(firstContent, secondContent) {
4855
4855
  if (typeof firstContent === "string") {
4856
4856
  if (firstContent === "")
@@ -5123,7 +5123,7 @@ var init_base = __esm(() => {
5123
5123
  };
5124
5124
  });
5125
5125
 
5126
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/tool.js
5126
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/tool.js
5127
5127
  function defaultToolCallParser(rawToolCalls) {
5128
5128
  const toolCalls = [];
5129
5129
  const invalidToolCalls = [];
@@ -5155,7 +5155,7 @@ var init_tool = __esm(() => {
5155
5155
  init_base();
5156
5156
  });
5157
5157
 
5158
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/bedrock_converse.js
5158
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/bedrock_converse.js
5159
5159
  function convertFileFormatToMimeType(format) {
5160
5160
  switch (format) {
5161
5161
  case "csv":
@@ -5396,7 +5396,7 @@ var init_bedrock_converse = __esm(() => {
5396
5396
  };
5397
5397
  });
5398
5398
 
5399
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/deepseek.js
5399
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/deepseek.js
5400
5400
  function convertToV1FromDeepSeekMessage(message) {
5401
5401
  const blocks = [];
5402
5402
  const reasoningContent = message.additional_kwargs?.reasoning_content;
@@ -5436,7 +5436,7 @@ var init_deepseek = __esm(() => {
5436
5436
  };
5437
5437
  });
5438
5438
 
5439
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/google_genai.js
5439
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/google_genai.js
5440
5440
  function convertToV1FromChatGoogleMessage(message) {
5441
5441
  function* iterateContent() {
5442
5442
  const content = typeof message.content === "string" ? [{
@@ -5515,7 +5515,7 @@ var init_google_genai = __esm(() => {
5515
5515
  };
5516
5516
  });
5517
5517
 
5518
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/google_vertexai.js
5518
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/google_vertexai.js
5519
5519
  function convertToV1FromChatVertexMessage(message) {
5520
5520
  function* iterateContent() {
5521
5521
  const content = typeof message.content === "string" ? [{
@@ -5600,7 +5600,7 @@ var init_google_vertexai = __esm(() => {
5600
5600
  };
5601
5601
  });
5602
5602
 
5603
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/groq.js
5603
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/groq.js
5604
5604
  function convertToV1FromGroqMessage(message) {
5605
5605
  const blocks = [];
5606
5606
  const parsedReasoning = message.additional_kwargs?.reasoning;
@@ -5664,7 +5664,7 @@ var init_groq = __esm(() => {
5664
5664
  };
5665
5665
  });
5666
5666
 
5667
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/ollama.js
5667
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/ollama.js
5668
5668
  function convertToV1FromOllamaMessage(message) {
5669
5669
  const blocks = [];
5670
5670
  const reasoningContent = message.additional_kwargs?.reasoning_content;
@@ -5704,7 +5704,7 @@ var init_ollama = __esm(() => {
5704
5704
  };
5705
5705
  });
5706
5706
 
5707
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/xai.js
5707
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/xai.js
5708
5708
  function convertToV1FromXAIMessage(message) {
5709
5709
  const blocks = [];
5710
5710
  if (_isObject(message.additional_kwargs?.reasoning)) {
@@ -5759,7 +5759,7 @@ var init_xai = __esm(() => {
5759
5759
  };
5760
5760
  });
5761
5761
 
5762
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/google.js
5762
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/google.js
5763
5763
  function convertToV1FromChatGoogleMessage2(message) {
5764
5764
  function* iterateContent() {
5765
5765
  const content = iife(() => {
@@ -5870,7 +5870,7 @@ var init_google = __esm(() => {
5870
5870
  };
5871
5871
  });
5872
5872
 
5873
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/index.js
5873
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/index.js
5874
5874
  function getTranslator(modelProvider) {
5875
5875
  return globalThis.lc_block_translators_registry.get(modelProvider);
5876
5876
  }
@@ -5899,7 +5899,7 @@ var init_block_translators = __esm(() => {
5899
5899
  ]);
5900
5900
  });
5901
5901
 
5902
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/metadata.js
5902
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/metadata.js
5903
5903
  function mergeResponseMetadata(a, b) {
5904
5904
  return _mergeDicts(a, b) ?? {};
5905
5905
  }
@@ -5944,7 +5944,7 @@ var init_metadata = __esm(() => {
5944
5944
  init_base();
5945
5945
  });
5946
5946
 
5947
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/ai.js
5947
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/ai.js
5948
5948
  var AIMessage, AIMessageChunk;
5949
5949
  var init_ai = __esm(() => {
5950
5950
  init_base();
@@ -6179,32 +6179,32 @@ Please upgrade your packages to versions that set`,
6179
6179
  };
6180
6180
  });
6181
6181
 
6182
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/chat.js
6182
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/chat.js
6183
6183
  var init_chat = __esm(() => {
6184
6184
  init_base();
6185
6185
  });
6186
6186
 
6187
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/function.js
6187
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/function.js
6188
6188
  var init_function = __esm(() => {
6189
6189
  init_base();
6190
6190
  });
6191
6191
 
6192
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/human.js
6192
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/human.js
6193
6193
  var init_human = __esm(() => {
6194
6194
  init_base();
6195
6195
  });
6196
6196
 
6197
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/modifier.js
6197
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/modifier.js
6198
6198
  var init_modifier = __esm(() => {
6199
6199
  init_base();
6200
6200
  });
6201
6201
 
6202
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/system.js
6202
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/system.js
6203
6203
  var init_system = __esm(() => {
6204
6204
  init_base();
6205
6205
  });
6206
6206
 
6207
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/utils.js
6207
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/utils.js
6208
6208
  function _contentBlockToString(block) {
6209
6209
  if (typeof block === "string")
6210
6210
  return block;
@@ -6332,7 +6332,7 @@ var init_utils3 = __esm(() => {
6332
6332
  init_system();
6333
6333
  });
6334
6334
 
6335
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/env.js
6335
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/env.js
6336
6336
  function getRuntimeEnvironment() {
6337
6337
  if (runtimeEnvironment === undefined)
6338
6338
  runtimeEnvironment = {
@@ -6529,7 +6529,7 @@ var init_esm = __esm(() => {
6529
6529
  init_validate();
6530
6530
  });
6531
6531
 
6532
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/callbacks/base.js
6532
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/callbacks/base.js
6533
6533
  var BaseCallbackHandlerMethodsClass = class {
6534
6534
  }, BaseCallbackHandler, isBaseCallbackHandler = (x) => {
6535
6535
  const callbackHandler = x;
@@ -7285,11 +7285,11 @@ var init_wrapper = __esm(() => {
7285
7285
  parse = import_dist.default.parse;
7286
7286
  });
7287
7287
 
7288
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/experimental/otel/constants.js
7288
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/experimental/otel/constants.js
7289
7289
  var GEN_AI_OPERATION_NAME = "gen_ai.operation.name", GEN_AI_SYSTEM = "gen_ai.system", GEN_AI_REQUEST_MODEL = "gen_ai.request.model", GEN_AI_RESPONSE_MODEL = "gen_ai.response.model", GEN_AI_USAGE_INPUT_TOKENS = "gen_ai.usage.input_tokens", GEN_AI_USAGE_OUTPUT_TOKENS = "gen_ai.usage.output_tokens", GEN_AI_USAGE_TOTAL_TOKENS = "gen_ai.usage.total_tokens", GEN_AI_REQUEST_MAX_TOKENS = "gen_ai.request.max_tokens", GEN_AI_REQUEST_TEMPERATURE = "gen_ai.request.temperature", GEN_AI_REQUEST_TOP_P = "gen_ai.request.top_p", GEN_AI_REQUEST_FREQUENCY_PENALTY = "gen_ai.request.frequency_penalty", GEN_AI_REQUEST_PRESENCE_PENALTY = "gen_ai.request.presence_penalty", GEN_AI_RESPONSE_FINISH_REASONS = "gen_ai.response.finish_reasons", GENAI_PROMPT = "gen_ai.prompt", GENAI_COMPLETION = "gen_ai.completion", GEN_AI_REQUEST_EXTRA_QUERY = "gen_ai.request.extra_query", GEN_AI_REQUEST_EXTRA_BODY = "gen_ai.request.extra_body", GEN_AI_SERIALIZED_NAME = "gen_ai.serialized.name", GEN_AI_SERIALIZED_SIGNATURE = "gen_ai.serialized.signature", GEN_AI_SERIALIZED_DOC = "gen_ai.serialized.doc", GEN_AI_RESPONSE_ID = "gen_ai.response.id", GEN_AI_RESPONSE_SERVICE_TIER = "gen_ai.response.service_tier", GEN_AI_RESPONSE_SYSTEM_FINGERPRINT = "gen_ai.response.system_fingerprint", GEN_AI_USAGE_INPUT_TOKEN_DETAILS = "gen_ai.usage.input_token_details", GEN_AI_USAGE_OUTPUT_TOKEN_DETAILS = "gen_ai.usage.output_token_details", LANGSMITH_SESSION_ID = "langsmith.trace.session_id", LANGSMITH_SESSION_NAME = "langsmith.trace.session_name", LANGSMITH_RUN_TYPE = "langsmith.span.kind", LANGSMITH_NAME = "langsmith.trace.name", LANGSMITH_METADATA = "langsmith.metadata", LANGSMITH_TAGS = "langsmith.span.tags", LANGSMITH_REQUEST_STREAMING = "langsmith.request.streaming", LANGSMITH_REQUEST_HEADERS = "langsmith.request.headers";
7290
7290
  var init_constants = () => {};
7291
7291
 
7292
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/singletons/fetch.js
7292
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/singletons/fetch.js
7293
7293
  var DEFAULT_FETCH_IMPLEMENTATION = (...args) => fetch(...args), globalFetchSupportsWebStreaming = undefined, LANGSMITH_FETCH_IMPLEMENTATION_KEY, _shouldStreamForGlobalFetchImplementation = () => {
7294
7294
  const overriddenFetchImpl = globalThis[LANGSMITH_FETCH_IMPLEMENTATION_KEY];
7295
7295
  if (overriddenFetchImpl === undefined) {
@@ -7314,7 +7314,7 @@ var init_fetch = __esm(() => {
7314
7314
  LANGSMITH_FETCH_IMPLEMENTATION_KEY = Symbol.for("ls:fetch_implementation");
7315
7315
  });
7316
7316
 
7317
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/project.js
7317
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/project.js
7318
7318
  var getDefaultProjectName = () => {
7319
7319
  return getLangSmithEnvironmentVariable("PROJECT") ?? getEnvironmentVariable2("LANGCHAIN_SESSION") ?? "default";
7320
7320
  };
@@ -7322,7 +7322,7 @@ var init_project = __esm(() => {
7322
7322
  init_env2();
7323
7323
  });
7324
7324
 
7325
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/warn.js
7325
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/warn.js
7326
7326
  function warnOnce(message) {
7327
7327
  if (!warnedMessages[message]) {
7328
7328
  console.warn(message);
@@ -7334,7 +7334,7 @@ var init_warn = __esm(() => {
7334
7334
  warnedMessages = {};
7335
7335
  });
7336
7336
 
7337
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/xxhash/xxhash.js
7337
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/xxhash/xxhash.js
7338
7338
  function hexToBytes(hex) {
7339
7339
  const bytes = new Uint8Array(hex.length / 2);
7340
7340
  for (let i = 0;i < hex.length; i += 2) {
@@ -7609,7 +7609,7 @@ var init_xxhash = __esm(() => {
7609
7609
  ACC_NB = STRIPE_LEN / 8;
7610
7610
  });
7611
7611
 
7612
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/_uuid.js
7612
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/_uuid.js
7613
7613
  function assertUuid(str, which) {
7614
7614
  if (!UUID_REGEX.test(str)) {
7615
7615
  const msg = which !== undefined ? `Invalid UUID for ${which}: ${str}` : `Invalid UUID: ${str}`;
@@ -7677,12 +7677,12 @@ var init__uuid = __esm(() => {
7677
7677
  _textEncoder = new TextEncoder;
7678
7678
  });
7679
7679
 
7680
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/uuid.js
7680
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/uuid.js
7681
7681
  var init_uuid = __esm(() => {
7682
7682
  init__uuid();
7683
7683
  });
7684
7684
 
7685
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/fs.js
7685
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/fs.js
7686
7686
  import * as nodeFs from "node:fs";
7687
7687
  import * as nodeFsPromises from "node:fs/promises";
7688
7688
  import * as nodePath from "node:path";
@@ -7726,7 +7726,7 @@ var init_fs = __esm(() => {
7726
7726
  path = nodePath;
7727
7727
  });
7728
7728
 
7729
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/prompt_cache/index.js
7729
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/prompt_cache/index.js
7730
7730
  function isStale(entry, ttlSeconds) {
7731
7731
  if (ttlSeconds === null) {
7732
7732
  return false;
@@ -7951,8 +7951,8 @@ var init_prompt_cache = __esm(() => {
7951
7951
  promptCacheSingleton = new PromptCache;
7952
7952
  });
7953
7953
 
7954
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/index.js
7955
- var __version__ = "0.5.11";
7954
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/index.js
7955
+ var __version__ = "0.5.12";
7956
7956
  var init_dist = __esm(() => {
7957
7957
  init_client();
7958
7958
  init_run_trees();
@@ -7962,7 +7962,7 @@ var init_dist = __esm(() => {
7962
7962
  init_prompt_cache();
7963
7963
  });
7964
7964
 
7965
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/env.js
7965
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/env.js
7966
7966
  function getRuntimeEnvironment2() {
7967
7967
  if (runtimeEnvironment2 === undefined) {
7968
7968
  const env = getEnv2();
@@ -8093,7 +8093,7 @@ var init_env2 = __esm(() => {
8093
8093
  init_dist();
8094
8094
  });
8095
8095
 
8096
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/singletons/otel.js
8096
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/singletons/otel.js
8097
8097
  class MockTracer {
8098
8098
  constructor() {
8099
8099
  Object.defineProperty(this, "hasWarned", {
@@ -8206,7 +8206,7 @@ var init_otel = __esm(() => {
8206
8206
  OTELProviderSingleton = new OTELProvider;
8207
8207
  });
8208
8208
 
8209
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/experimental/otel/translator.js
8209
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/experimental/otel/translator.js
8210
8210
  function getOperationName(runType) {
8211
8211
  return WELL_KNOWN_OPERATION_NAMES[runType] || runType;
8212
8212
  }
@@ -8551,7 +8551,7 @@ var init_translator = __esm(() => {
8551
8551
  };
8552
8552
  });
8553
8553
 
8554
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/is-network-error/index.js
8554
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/is-network-error/index.js
8555
8555
  function isNetworkError(error) {
8556
8556
  const isValid = error && isError(error) && error.name === "TypeError" && typeof error.message === "string";
8557
8557
  if (!isValid) {
@@ -8582,7 +8582,7 @@ var init_is_network_error = __esm(() => {
8582
8582
  ]);
8583
8583
  });
8584
8584
 
8585
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/p-retry/index.js
8585
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/p-retry/index.js
8586
8586
  function validateRetries(retries) {
8587
8587
  if (typeof retries === "number") {
8588
8588
  if (retries < 0) {
@@ -9270,14 +9270,14 @@ var require_dist3 = __commonJS((exports) => {
9270
9270
  exports.default = PQueue;
9271
9271
  });
9272
9272
 
9273
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/p-queue.js
9273
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/p-queue.js
9274
9274
  var import_p_queue, PQueue;
9275
9275
  var init_p_queue = __esm(() => {
9276
9276
  import_p_queue = __toESM(require_dist3(), 1);
9277
9277
  PQueue = "default" in import_p_queue.default ? import_p_queue.default.default : import_p_queue.default;
9278
9278
  });
9279
9279
 
9280
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/async_caller.js
9280
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/async_caller.js
9281
9281
  class AsyncCaller {
9282
9282
  constructor(params) {
9283
9283
  Object.defineProperty(this, "maxConcurrency", {
@@ -9401,7 +9401,7 @@ var init_async_caller = __esm(() => {
9401
9401
  ];
9402
9402
  });
9403
9403
 
9404
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/messages.js
9404
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/messages.js
9405
9405
  function isLangChainMessage(message) {
9406
9406
  return typeof message?._getType === "function";
9407
9407
  }
@@ -11199,7 +11199,7 @@ var require_semver2 = __commonJS((exports, module) => {
11199
11199
  };
11200
11200
  });
11201
11201
 
11202
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/error.js
11202
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/error.js
11203
11203
  function getInvalidPromptIdentifierMsg(identifier) {
11204
11204
  return `Invalid prompt identifier format: "${identifier}". ` + `Expected one of:
11205
11205
  ` + ` - "prompt-name" (for private prompts)
@@ -11294,7 +11294,7 @@ var init_error = __esm(() => {
11294
11294
  };
11295
11295
  });
11296
11296
 
11297
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/prompts.js
11297
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/prompts.js
11298
11298
  function parsePromptIdentifier(identifier) {
11299
11299
  if (!identifier || identifier.split("/").length > 2 || identifier.startsWith("/") || identifier.endsWith("/") || identifier.split(":").length > 2) {
11300
11300
  throw new Error(getInvalidPromptIdentifierMsg(identifier));
@@ -11320,7 +11320,7 @@ var init_prompts = __esm(() => {
11320
11320
  import_semver = __toESM(require_semver2(), 1);
11321
11321
  });
11322
11322
 
11323
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/fast-safe-stringify/index.js
11323
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/fast-safe-stringify/index.js
11324
11324
  function defaultOptions() {
11325
11325
  return {
11326
11326
  depthLimit: Number.MAX_SAFE_INTEGER,
@@ -11475,7 +11475,7 @@ var init_fast_safe_stringify = __esm(() => {
11475
11475
  encoder = new TextEncoder;
11476
11476
  });
11477
11477
 
11478
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/client.js
11478
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/client.js
11479
11479
  function _ensureUTCTimestamp(ts) {
11480
11480
  if (typeof ts === "string" && ts.length > 0 && !ts.includes("Z") && !ts.includes("+") && !ts.includes("-", 10)) {
11481
11481
  return ts + "Z";
@@ -15188,7 +15188,7 @@ var init_client = __esm(() => {
15188
15188
  });
15189
15189
  });
15190
15190
 
15191
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/env.js
15191
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/env.js
15192
15192
  var isTracingEnabled = (tracingEnabled) => {
15193
15193
  if (tracingEnabled !== undefined) {
15194
15194
  return tracingEnabled;
@@ -15200,7 +15200,7 @@ var init_env3 = __esm(() => {
15200
15200
  init_env2();
15201
15201
  });
15202
15202
 
15203
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/singletons/constants.js
15203
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/singletons/constants.js
15204
15204
  var _LC_CONTEXT_VARIABLES_KEY, _LC_CHILD_RUN_END_PROMISES_KEY, _REPLICA_TRACE_ROOTS_KEY;
15205
15205
  var init_constants2 = __esm(() => {
15206
15206
  _LC_CONTEXT_VARIABLES_KEY = Symbol.for("lc:context_variables");
@@ -15208,7 +15208,7 @@ var init_constants2 = __esm(() => {
15208
15208
  _REPLICA_TRACE_ROOTS_KEY = Symbol.for("langsmith:replica_trace_roots");
15209
15209
  });
15210
15210
 
15211
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/context_vars.js
15211
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/context_vars.js
15212
15212
  function getContextVar(runTree, key) {
15213
15213
  if (_LC_CONTEXT_VARIABLES_KEY in runTree) {
15214
15214
  const contextVars = runTree[_LC_CONTEXT_VARIABLES_KEY];
@@ -15225,7 +15225,7 @@ var init_context_vars = __esm(() => {
15225
15225
  init_constants2();
15226
15226
  });
15227
15227
 
15228
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/run_trees.js
15228
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/run_trees.js
15229
15229
  function getReplicaKey(replica) {
15230
15230
  const sortedKeys = Object.keys(replica).sort();
15231
15231
  const keyData = sortedKeys.map((key) => `${key}:${replica[key] ?? ""}`).join("|");
@@ -16133,12 +16133,12 @@ var init_run_trees = __esm(() => {
16133
16133
  });
16134
16134
  });
16135
16135
 
16136
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/run_trees.js
16136
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/run_trees.js
16137
16137
  var init_run_trees2 = __esm(() => {
16138
16138
  init_run_trees();
16139
16139
  });
16140
16140
 
16141
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/tracers/base.js
16141
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/tracers/base.js
16142
16142
  function convertRunToRunTree(run, parentRun) {
16143
16143
  if (!run)
16144
16144
  return;
@@ -16712,7 +16712,7 @@ var require_ansi_styles = __commonJS((exports, module) => {
16712
16712
  });
16713
16713
  });
16714
16714
 
16715
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/tracers/console.js
16715
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/tracers/console.js
16716
16716
  function wrap(style, text) {
16717
16717
  return `${style.open}${text}${style.close}`;
16718
16718
  }
@@ -16826,12 +16826,12 @@ var init_console = __esm(() => {
16826
16826
  };
16827
16827
  });
16828
16828
 
16829
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/index.js
16829
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/index.js
16830
16830
  var init_langsmith = __esm(() => {
16831
16831
  init_dist();
16832
16832
  });
16833
16833
 
16834
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/singletons/tracer.js
16834
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/singletons/tracer.js
16835
16835
  var client, getDefaultLangChainClientSingleton = () => {
16836
16836
  if (client === undefined)
16837
16837
  client = new Client(getEnvironmentVariable("LANGCHAIN_CALLBACKS_BACKGROUND") === "false" ? { blockOnRootRunFinalization: true } : {});
@@ -16842,7 +16842,7 @@ var init_tracer = __esm(() => {
16842
16842
  init_langsmith();
16843
16843
  });
16844
16844
 
16845
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/singletons/traceable.js
16845
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/singletons/traceable.js
16846
16846
  class MockAsyncLocalStorage {
16847
16847
  getStore() {
16848
16848
  return;
@@ -16882,12 +16882,12 @@ var init_traceable = __esm(() => {
16882
16882
  ROOT = Symbol.for("langsmith:traceable:root");
16883
16883
  });
16884
16884
 
16885
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/singletons/traceable.js
16885
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/singletons/traceable.js
16886
16886
  var init_traceable2 = __esm(() => {
16887
16887
  init_traceable();
16888
16888
  });
16889
16889
 
16890
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/tracers/tracer_langchain.js
16890
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/tracers/tracer_langchain.js
16891
16891
  function _getUsageMetadataFromGenerations(generations) {
16892
16892
  let output = undefined;
16893
16893
  for (const generationBatch of generations)
@@ -17002,7 +17002,7 @@ var init_tracer_langchain = __esm(() => {
17002
17002
  };
17003
17003
  });
17004
17004
 
17005
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/singletons/callbacks.js
17005
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/singletons/callbacks.js
17006
17006
  function createQueue() {
17007
17007
  return new ("default" in import_p_queue3.default ? import_p_queue3.default.default : import_p_queue3.default)({
17008
17008
  autoStart: true,
@@ -17039,13 +17039,13 @@ var init_callbacks = __esm(() => {
17039
17039
  import_p_queue3 = __toESM(require_dist3(), 1);
17040
17040
  });
17041
17041
 
17042
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/callbacks/promises.js
17042
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/callbacks/promises.js
17043
17043
  var init_promises = __esm(() => {
17044
17044
  init_runtime();
17045
17045
  init_callbacks();
17046
17046
  });
17047
17047
 
17048
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/callbacks.js
17048
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/callbacks.js
17049
17049
  var isTracingEnabled2 = (tracingEnabled) => {
17050
17050
  if (tracingEnabled !== undefined)
17051
17051
  return tracingEnabled;
@@ -17060,7 +17060,7 @@ var init_callbacks2 = __esm(() => {
17060
17060
  init_env();
17061
17061
  });
17062
17062
 
17063
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/singletons/async_local_storage/context.js
17063
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/singletons/async_local_storage/context.js
17064
17064
  function getContextVariable(name) {
17065
17065
  const asyncLocalStorageInstance = getGlobalAsyncLocalStorageInstance();
17066
17066
  if (asyncLocalStorageInstance === undefined)
@@ -17074,7 +17074,7 @@ var init_context = __esm(() => {
17074
17074
  LC_CONFIGURE_HOOKS_KEY = Symbol("lc:configure_hooks");
17075
17075
  });
17076
17076
 
17077
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/callbacks/manager.js
17077
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/callbacks/manager.js
17078
17078
  function ensureHandler(handler) {
17079
17079
  if ("name" in handler)
17080
17080
  return handler;
@@ -17600,7 +17600,7 @@ var init_manager = __esm(() => {
17600
17600
  };
17601
17601
  });
17602
17602
 
17603
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/singletons/async_local_storage/index.js
17603
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/singletons/async_local_storage/index.js
17604
17604
  var MockAsyncLocalStorage2 = class {
17605
17605
  getStore() {}
17606
17606
  run(_store, callback) {
@@ -17654,14 +17654,14 @@ var init_async_local_storage = __esm(() => {
17654
17654
  AsyncLocalStorageProviderSingleton2 = new AsyncLocalStorageProvider2;
17655
17655
  });
17656
17656
 
17657
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/singletons/index.js
17657
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/singletons/index.js
17658
17658
  var init_singletons = __esm(() => {
17659
17659
  init_runtime();
17660
17660
  init_globals();
17661
17661
  init_async_local_storage();
17662
17662
  });
17663
17663
 
17664
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/runnables/config.js
17664
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/runnables/config.js
17665
17665
  async function getCallbackManagerForConfig(config) {
17666
17666
  return CallbackManager._configureSync(config?.callbacks, undefined, config?.tags, undefined, config?.metadata);
17667
17667
  }
@@ -17830,7 +17830,7 @@ var init_config = __esm(() => {
17830
17830
  ]);
17831
17831
  });
17832
17832
 
17833
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/signal.js
17833
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/signal.js
17834
17834
  async function raceWithSignal(promise, signal) {
17835
17835
  if (signal === undefined)
17836
17836
  return promise;
@@ -17858,7 +17858,7 @@ function getAbortSignalError(signal) {
17858
17858
  }
17859
17859
  var init_signal = () => {};
17860
17860
 
17861
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/stream.js
17861
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/stream.js
17862
17862
  function atee(iter, length = 2) {
17863
17863
  const buffers = Array.from({ length }, () => []);
17864
17864
  return buffers.map(async function* makeIter(buffer) {
@@ -18048,7 +18048,7 @@ var init_stream = __esm(() => {
18048
18048
  };
18049
18049
  });
18050
18050
 
18051
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/fast-json-patch/src/helpers.js
18051
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/fast-json-patch/src/helpers.js
18052
18052
  function hasOwnProperty(obj, key) {
18053
18053
  return _hasOwnProperty.call(obj, key);
18054
18054
  }
@@ -18153,7 +18153,7 @@ var init_helpers = __esm(() => {
18153
18153
  };
18154
18154
  });
18155
18155
 
18156
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/fast-json-patch/src/core.js
18156
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/fast-json-patch/src/core.js
18157
18157
  function getValueByPointer(document2, pointer) {
18158
18158
  if (pointer == "")
18159
18159
  return document2;
@@ -18479,7 +18479,7 @@ var init_core = __esm(() => {
18479
18479
  };
18480
18480
  });
18481
18481
 
18482
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/fast-json-patch/src/duplex.js
18482
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/fast-json-patch/src/duplex.js
18483
18483
  var init_duplex = __esm(() => {
18484
18484
  init_helpers();
18485
18485
  init_core();
@@ -18490,7 +18490,7 @@ var init_duplex = __esm(() => {
18490
18490
  */
18491
18491
  });
18492
18492
 
18493
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/fast-json-patch/index.js
18493
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/fast-json-patch/index.js
18494
18494
  var init_fast_json_patch = __esm(() => {
18495
18495
  init_helpers();
18496
18496
  init_core();
@@ -18498,7 +18498,7 @@ var init_fast_json_patch = __esm(() => {
18498
18498
  ({ ...core_exports });
18499
18499
  });
18500
18500
 
18501
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/tracers/log_stream.js
18501
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/tracers/log_stream.js
18502
18502
  async function _getStandardizedInputs(run, schemaFormat) {
18503
18503
  if (schemaFormat === "original")
18504
18504
  throw new Error("Do not assign inputs with original schema drop the key for now. When inputs are added to streamLog they should be added with standardized schema for streaming events.");
@@ -18755,7 +18755,7 @@ var init_log_stream = __esm(() => {
18755
18755
  };
18756
18756
  });
18757
18757
 
18758
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/outputs.js
18758
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/outputs.js
18759
18759
  var GenerationChunk = class GenerationChunk2 {
18760
18760
  text;
18761
18761
  generationInfo;
@@ -18777,7 +18777,7 @@ var init_outputs = __esm(() => {
18777
18777
  init_runtime();
18778
18778
  });
18779
18779
 
18780
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/tracers/event_stream.js
18780
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/tracers/event_stream.js
18781
18781
  function assignName({ name, serialized }) {
18782
18782
  if (name !== undefined)
18783
18783
  return name;
@@ -19182,7 +19182,7 @@ var init_event_stream = __esm(() => {
19182
19182
  };
19183
19183
  });
19184
19184
 
19185
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/is-network-error/index.js
19185
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/is-network-error/index.js
19186
19186
  function isNetworkError2(error) {
19187
19187
  if (!(error && isError2(error) && error.name === "TypeError" && typeof error.message === "string"))
19188
19188
  return false;
@@ -19209,7 +19209,7 @@ var init_is_network_error2 = __esm(() => {
19209
19209
  ]);
19210
19210
  });
19211
19211
 
19212
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/p-retry/index.js
19212
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/p-retry/index.js
19213
19213
  function validateRetries2(retries) {
19214
19214
  if (typeof retries === "number") {
19215
19215
  if (retries < 0)
@@ -19367,7 +19367,7 @@ var init_p_retry2 = __esm(() => {
19367
19367
  };
19368
19368
  });
19369
19369
 
19370
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/async_caller.js
19370
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/async_caller.js
19371
19371
  var import_p_queue4, STATUS_NO_RETRY, defaultFailedAttemptHandler = (error) => {
19372
19372
  if (typeof error !== "object" || error === null)
19373
19373
  return;
@@ -19445,7 +19445,7 @@ var init_async_caller2 = __esm(() => {
19445
19445
  ];
19446
19446
  });
19447
19447
 
19448
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/tracers/root_listener.js
19448
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/tracers/root_listener.js
19449
19449
  var RootListenersTracer;
19450
19450
  var init_root_listener = __esm(() => {
19451
19451
  init_base3();
@@ -19485,7 +19485,7 @@ var init_root_listener = __esm(() => {
19485
19485
  };
19486
19486
  });
19487
19487
 
19488
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/runnables/utils.js
19488
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/runnables/utils.js
19489
19489
  function isRunnableInterface(thing) {
19490
19490
  return thing ? thing.lc_runnable : false;
19491
19491
  }
@@ -19526,7 +19526,7 @@ var _RootEventFilter = class {
19526
19526
  };
19527
19527
  var init_utils4 = () => {};
19528
19528
 
19529
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/types/zod.js
19529
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/types/zod.js
19530
19530
  import { $ZodNever, $ZodOptional, $ZodUnknown, _never, _unknown, clone, globalRegistry, parse as parse2, parseAsync, util } from "zod/v4/core";
19531
19531
  function isZodSchemaV4(schema) {
19532
19532
  if (typeof schema !== "object" || schema === null)
@@ -19581,6 +19581,11 @@ function isSimpleStringZodSchema(schema) {
19581
19581
  return schema._zod.def.type === "string";
19582
19582
  return false;
19583
19583
  }
19584
+ function isZodObjectV3(obj) {
19585
+ if (typeof obj === "object" && obj !== null && "_def" in obj && typeof obj._def === "object" && obj._def !== null && "typeName" in obj._def && obj._def.typeName === "ZodObject")
19586
+ return true;
19587
+ return false;
19588
+ }
19584
19589
  function isZodObjectV4(obj) {
19585
19590
  if (!isZodSchemaV4(obj))
19586
19591
  return false;
@@ -19610,7 +19615,7 @@ function isZodNullableV4(obj) {
19610
19615
  return false;
19611
19616
  }
19612
19617
  function interopZodObjectStrict(schema, recursive = false) {
19613
- if (isZodSchemaV3(schema))
19618
+ if (isZodObjectV3(schema))
19614
19619
  return schema.strict();
19615
19620
  if (isZodObjectV4(schema)) {
19616
19621
  const outputShape = schema._zod.def.shape;
@@ -19705,7 +19710,7 @@ function interopZodTransformInputSchema(schema, recursive = false) {
19705
19710
  }
19706
19711
  var init_zod = () => {};
19707
19712
 
19708
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/runnables/graph_mermaid.js
19713
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/runnables/graph_mermaid.js
19709
19714
  function _escapeNodeLabel(nodeLabel) {
19710
19715
  return nodeLabel.replace(/[^a-zA-Z-_0-9]/g, "_");
19711
19716
  }
@@ -19823,7 +19828,7 @@ var init_graph_mermaid = __esm(() => {
19823
19828
  ];
19824
19829
  });
19825
19830
 
19826
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Options.js
19831
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Options.js
19827
19832
  var ignoreOverride, defaultOptions2, getDefaultOptions = (options) => typeof options === "string" ? {
19828
19833
  ...defaultOptions2,
19829
19834
  name: options
@@ -19859,7 +19864,7 @@ var init_Options = __esm(() => {
19859
19864
  };
19860
19865
  });
19861
19866
 
19862
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Refs.js
19867
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Refs.js
19863
19868
  var getRefs = (options) => {
19864
19869
  const _options = getDefaultOptions(options);
19865
19870
  const currentPath = _options.name !== undefined ? [
@@ -19887,7 +19892,7 @@ var init_Refs = __esm(() => {
19887
19892
  init_Options();
19888
19893
  });
19889
19894
 
19890
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/getRelativePath.js
19895
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/getRelativePath.js
19891
19896
  var getRelativePath = (pathA, pathB) => {
19892
19897
  let i = 0;
19893
19898
  for (;i < pathA.length && i < pathB.length; i++)
@@ -19897,7 +19902,7 @@ var getRelativePath = (pathA, pathB) => {
19897
19902
  };
19898
19903
  var init_getRelativePath = () => {};
19899
19904
 
19900
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/any.js
19905
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/any.js
19901
19906
  function parseAnyDef(refs) {
19902
19907
  if (refs.target !== "openAi")
19903
19908
  return {};
@@ -19913,7 +19918,7 @@ var init_any = __esm(() => {
19913
19918
  init_getRelativePath();
19914
19919
  });
19915
19920
 
19916
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/errorMessages.js
19921
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/errorMessages.js
19917
19922
  function addErrorMessage(res, key, errorMessage, refs) {
19918
19923
  if (!refs?.errorMessages)
19919
19924
  return;
@@ -19929,7 +19934,7 @@ function setResponseValueAndErrors(res, key, value, errorMessage, refs) {
19929
19934
  }
19930
19935
  var init_errorMessages = () => {};
19931
19936
 
19932
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/array.js
19937
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/array.js
19933
19938
  import { ZodFirstPartyTypeKind } from "zod/v3";
19934
19939
  function parseArrayDef(def, refs) {
19935
19940
  const res = { type: "array" };
@@ -19953,7 +19958,7 @@ var init_array = __esm(() => {
19953
19958
  init_parseDef();
19954
19959
  });
19955
19960
 
19956
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/bigint.js
19961
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/bigint.js
19957
19962
  function parseBigintDef(def, refs) {
19958
19963
  const res = {
19959
19964
  type: "integer",
@@ -19997,13 +20002,13 @@ var init_bigint = __esm(() => {
19997
20002
  init_errorMessages();
19998
20003
  });
19999
20004
 
20000
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/boolean.js
20005
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/boolean.js
20001
20006
  function parseBooleanDef() {
20002
20007
  return { type: "boolean" };
20003
20008
  }
20004
20009
  var init_boolean = () => {};
20005
20010
 
20006
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/branded.js
20011
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/branded.js
20007
20012
  function parseBrandedDef(_def, refs) {
20008
20013
  return parseDef(_def.type._def, refs);
20009
20014
  }
@@ -20011,7 +20016,7 @@ var init_branded = __esm(() => {
20011
20016
  init_parseDef();
20012
20017
  });
20013
20018
 
20014
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/catch.js
20019
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/catch.js
20015
20020
  var parseCatchDef = (def, refs) => {
20016
20021
  return parseDef(def.innerType._def, refs);
20017
20022
  };
@@ -20019,7 +20024,7 @@ var init_catch = __esm(() => {
20019
20024
  init_parseDef();
20020
20025
  });
20021
20026
 
20022
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/date.js
20027
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/date.js
20023
20028
  function parseDateDef(def, refs, overrideDateStrategy) {
20024
20029
  const strategy = overrideDateStrategy ?? refs.dateStrategy;
20025
20030
  if (Array.isArray(strategy))
@@ -20062,7 +20067,7 @@ var init_date = __esm(() => {
20062
20067
  init_errorMessages();
20063
20068
  });
20064
20069
 
20065
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/default.js
20070
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/default.js
20066
20071
  function parseDefaultDef(_def, refs) {
20067
20072
  return {
20068
20073
  ...parseDef(_def.innerType._def, refs),
@@ -20073,7 +20078,7 @@ var init_default = __esm(() => {
20073
20078
  init_parseDef();
20074
20079
  });
20075
20080
 
20076
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/effects.js
20081
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/effects.js
20077
20082
  function parseEffectsDef(_def, refs) {
20078
20083
  return refs.effectStrategy === "input" ? parseDef(_def.schema._def, refs) : parseAnyDef(refs);
20079
20084
  }
@@ -20082,7 +20087,7 @@ var init_effects = __esm(() => {
20082
20087
  init_parseDef();
20083
20088
  });
20084
20089
 
20085
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/enum.js
20090
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/enum.js
20086
20091
  function parseEnumDef(def) {
20087
20092
  return {
20088
20093
  type: "string",
@@ -20091,7 +20096,7 @@ function parseEnumDef(def) {
20091
20096
  }
20092
20097
  var init_enum = () => {};
20093
20098
 
20094
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/intersection.js
20099
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/intersection.js
20095
20100
  function parseIntersectionDef(def, refs) {
20096
20101
  const allOf = [parseDef(def.left._def, {
20097
20102
  ...refs,
@@ -20139,7 +20144,7 @@ var init_intersection = __esm(() => {
20139
20144
  init_parseDef();
20140
20145
  });
20141
20146
 
20142
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/literal.js
20147
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/literal.js
20143
20148
  function parseLiteralDef(def, refs) {
20144
20149
  const parsedType = typeof def.value;
20145
20150
  if (parsedType !== "bigint" && parsedType !== "number" && parsedType !== "boolean" && parsedType !== "string")
@@ -20156,7 +20161,7 @@ function parseLiteralDef(def, refs) {
20156
20161
  }
20157
20162
  var init_literal = () => {};
20158
20163
 
20159
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/string.js
20164
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/string.js
20160
20165
  function parseStringDef(def, refs) {
20161
20166
  const res = { type: "string" };
20162
20167
  if (def.checks)
@@ -20425,7 +20430,7 @@ var init_string = __esm(() => {
20425
20430
  ALPHA_NUMERIC = /* @__PURE__ */ new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");
20426
20431
  });
20427
20432
 
20428
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/record.js
20433
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/record.js
20429
20434
  import { ZodFirstPartyTypeKind as ZodFirstPartyTypeKind2 } from "zod/v3";
20430
20435
  function parseRecordDef(def, refs) {
20431
20436
  if (refs.target === "openAi")
@@ -20483,7 +20488,7 @@ var init_record = __esm(() => {
20483
20488
  init_parseDef();
20484
20489
  });
20485
20490
 
20486
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/map.js
20491
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/map.js
20487
20492
  function parseMapDef(def, refs) {
20488
20493
  if (refs.mapStrategy === "record")
20489
20494
  return parseRecordDef(def, refs);
@@ -20520,7 +20525,7 @@ var init_map = __esm(() => {
20520
20525
  init_parseDef();
20521
20526
  });
20522
20527
 
20523
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nativeEnum.js
20528
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nativeEnum.js
20524
20529
  function parseNativeEnumDef(def) {
20525
20530
  const object = def.values;
20526
20531
  const actualValues = Object.keys(def.values).filter((key) => {
@@ -20534,7 +20539,7 @@ function parseNativeEnumDef(def) {
20534
20539
  }
20535
20540
  var init_nativeEnum = () => {};
20536
20541
 
20537
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/never.js
20542
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/never.js
20538
20543
  function parseNeverDef(refs) {
20539
20544
  return refs.target === "openAi" ? undefined : { not: parseAnyDef({
20540
20545
  ...refs,
@@ -20545,7 +20550,7 @@ var init_never = __esm(() => {
20545
20550
  init_any();
20546
20551
  });
20547
20552
 
20548
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/null.js
20553
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/null.js
20549
20554
  function parseNullDef(refs) {
20550
20555
  return refs.target === "openApi3" ? {
20551
20556
  enum: ["null"],
@@ -20554,7 +20559,7 @@ function parseNullDef(refs) {
20554
20559
  }
20555
20560
  var init_null = () => {};
20556
20561
 
20557
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/union.js
20562
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/union.js
20558
20563
  function parseUnionDef(def, refs) {
20559
20564
  if (refs.target === "openApi3")
20560
20565
  return asAnyOf(def, refs);
@@ -20621,7 +20626,7 @@ var init_union = __esm(() => {
20621
20626
  };
20622
20627
  });
20623
20628
 
20624
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nullable.js
20629
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nullable.js
20625
20630
  function parseNullableDef(def, refs) {
20626
20631
  if ([
20627
20632
  "ZodString",
@@ -20667,7 +20672,7 @@ var init_nullable = __esm(() => {
20667
20672
  init_parseDef();
20668
20673
  });
20669
20674
 
20670
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/number.js
20675
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/number.js
20671
20676
  function parseNumberDef(def, refs) {
20672
20677
  const res = { type: "number" };
20673
20678
  if (!def.checks)
@@ -20712,7 +20717,7 @@ var init_number = __esm(() => {
20712
20717
  init_errorMessages();
20713
20718
  });
20714
20719
 
20715
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/object.js
20720
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/object.js
20716
20721
  function parseObjectDef(def, refs) {
20717
20722
  const forceOptionalIntoNullable = refs.target === "openAi";
20718
20723
  const result = {
@@ -20785,7 +20790,7 @@ var init_object = __esm(() => {
20785
20790
  init_parseDef();
20786
20791
  });
20787
20792
 
20788
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/optional.js
20793
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/optional.js
20789
20794
  var parseOptionalDef = (def, refs) => {
20790
20795
  if (refs.currentPath.toString() === refs.propertyPath?.toString())
20791
20796
  return parseDef(def.innerType._def, refs);
@@ -20804,7 +20809,7 @@ var init_optional = __esm(() => {
20804
20809
  init_parseDef();
20805
20810
  });
20806
20811
 
20807
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/pipeline.js
20812
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/pipeline.js
20808
20813
  var parsePipelineDef = (def, refs) => {
20809
20814
  if (refs.pipeStrategy === "input")
20810
20815
  return parseDef(def.in._def, refs);
@@ -20831,7 +20836,7 @@ var init_pipeline = __esm(() => {
20831
20836
  init_parseDef();
20832
20837
  });
20833
20838
 
20834
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/promise.js
20839
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/promise.js
20835
20840
  function parsePromiseDef(def, refs) {
20836
20841
  return parseDef(def.type._def, refs);
20837
20842
  }
@@ -20839,7 +20844,7 @@ var init_promise = __esm(() => {
20839
20844
  init_parseDef();
20840
20845
  });
20841
20846
 
20842
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/set.js
20847
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/set.js
20843
20848
  function parseSetDef(def, refs) {
20844
20849
  const schema = {
20845
20850
  type: "array",
@@ -20860,7 +20865,7 @@ var init_set = __esm(() => {
20860
20865
  init_parseDef();
20861
20866
  });
20862
20867
 
20863
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/tuple.js
20868
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/tuple.js
20864
20869
  function parseTupleDef(def, refs) {
20865
20870
  if (def.rest)
20866
20871
  return {
@@ -20898,7 +20903,7 @@ var init_tuple = __esm(() => {
20898
20903
  init_parseDef();
20899
20904
  });
20900
20905
 
20901
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/undefined.js
20906
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/undefined.js
20902
20907
  function parseUndefinedDef(refs) {
20903
20908
  return { not: parseAnyDef(refs) };
20904
20909
  }
@@ -20906,7 +20911,7 @@ var init_undefined = __esm(() => {
20906
20911
  init_any();
20907
20912
  });
20908
20913
 
20909
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/unknown.js
20914
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/unknown.js
20910
20915
  function parseUnknownDef(refs) {
20911
20916
  return parseAnyDef(refs);
20912
20917
  }
@@ -20914,7 +20919,7 @@ var init_unknown = __esm(() => {
20914
20919
  init_any();
20915
20920
  });
20916
20921
 
20917
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/readonly.js
20922
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/readonly.js
20918
20923
  var parseReadonlyDef = (def, refs) => {
20919
20924
  return parseDef(def.innerType._def, refs);
20920
20925
  };
@@ -20922,7 +20927,7 @@ var init_readonly = __esm(() => {
20922
20927
  init_parseDef();
20923
20928
  });
20924
20929
 
20925
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/selectParser.js
20930
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/selectParser.js
20926
20931
  import { ZodFirstPartyTypeKind as ZodFirstPartyTypeKind3 } from "zod/v3";
20927
20932
  var selectParser = (def, typeName, refs) => {
20928
20933
  switch (typeName) {
@@ -21033,7 +21038,7 @@ var init_selectParser = __esm(() => {
21033
21038
  init_readonly();
21034
21039
  });
21035
21040
 
21036
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parseDef.js
21041
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parseDef.js
21037
21042
  function parseDef(def, refs, forceResolution = false) {
21038
21043
  const seenItem = refs.seen.get(def);
21039
21044
  if (refs.override) {
@@ -21093,7 +21098,7 @@ var init_parseDef = __esm(() => {
21093
21098
  init_selectParser();
21094
21099
  });
21095
21100
 
21096
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/zodToJsonSchema.js
21101
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/zodToJsonSchema.js
21097
21102
  var zodToJsonSchema = (schema, options) => {
21098
21103
  const refs = getRefs(options);
21099
21104
  let definitions = typeof options === "object" && options.definitions ? Object.entries(options.definitions).reduce((acc, [name2, schema2]) => ({
@@ -21167,7 +21172,7 @@ var init_zodToJsonSchema = __esm(() => {
21167
21172
  init_parseDef();
21168
21173
  });
21169
21174
 
21170
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/index.js
21175
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/index.js
21171
21176
  var init_zod_to_json_schema = __esm(() => {
21172
21177
  init_Options();
21173
21178
  init_Refs();
@@ -21208,7 +21213,7 @@ var init_zod_to_json_schema = __esm(() => {
21208
21213
  init_zodToJsonSchema();
21209
21214
  });
21210
21215
 
21211
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/standard_schema.js
21216
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/standard_schema.js
21212
21217
  function isStandardJsonSchema(schema) {
21213
21218
  return (typeof schema === "object" || typeof schema === "function") && schema !== null && "~standard" in schema && typeof schema["~standard"] === "object" && schema["~standard"] !== null && "jsonSchema" in schema["~standard"];
21214
21219
  }
@@ -21216,7 +21221,7 @@ var init_standard_schema = __esm(() => {
21216
21221
  init_runtime();
21217
21222
  });
21218
21223
 
21219
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/json_schema.js
21224
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/json_schema.js
21220
21225
  import { toJSONSchema } from "zod/v4/core";
21221
21226
  function toJsonSchema(schema, params) {
21222
21227
  if (isStandardJsonSchema(schema) && !isZodSchemaV4(schema))
@@ -21240,7 +21245,7 @@ var init_json_schema = __esm(() => {
21240
21245
  init_standard_schema();
21241
21246
  });
21242
21247
 
21243
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/runnables/graph.js
21248
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/runnables/graph.js
21244
21249
  function nodeDataStr(id, data) {
21245
21250
  if (id !== undefined && !validate_default(id))
21246
21251
  return id;
@@ -21452,7 +21457,7 @@ var init_graph = __esm(() => {
21452
21457
  init_esm();
21453
21458
  });
21454
21459
 
21455
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/runnables/wrappers.js
21460
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/runnables/wrappers.js
21456
21461
  function convertToHttpEventStream(stream) {
21457
21462
  const encoder2 = new TextEncoder;
21458
21463
  const finalStream = new ReadableStream({ async start(controller) {
@@ -21472,7 +21477,7 @@ var init_wrappers = __esm(() => {
21472
21477
  init_stream();
21473
21478
  });
21474
21479
 
21475
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/runnables/iter.js
21480
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/runnables/iter.js
21476
21481
  function isIterableIterator(thing) {
21477
21482
  return typeof thing === "object" && thing !== null && typeof thing[Symbol.iterator] === "function" && typeof thing.next === "function";
21478
21483
  }
@@ -21505,7 +21510,7 @@ var init_iter = __esm(() => {
21505
21510
  init_config();
21506
21511
  });
21507
21512
 
21508
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/runnables/base.js
21513
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/runnables/base.js
21509
21514
  import { z } from "zod/v3";
21510
21515
  function _coerceToDict2(value, defaultKey) {
21511
21516
  return value && !Array.isArray(value) && !(value instanceof Date) && typeof value === "object" ? value : { [defaultKey]: value };
@@ -22853,7 +22858,7 @@ var init_base4 = __esm(() => {
22853
22858
  };
22854
22859
  });
22855
22860
 
22856
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/documents/transformers.js
22861
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/documents/transformers.js
22857
22862
  var BaseDocumentTransformer;
22858
22863
  var init_transformers = __esm(() => {
22859
22864
  init_base4();
@@ -22869,7 +22874,7 @@ var init_transformers = __esm(() => {
22869
22874
  };
22870
22875
  });
22871
22876
 
22872
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/documents/index.js
22877
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/documents/index.js
22873
22878
  var init_documents = __esm(() => {
22874
22879
  init_runtime();
22875
22880
  init_document();
@@ -23112,14 +23117,14 @@ var init_lite = __esm(() => {
23112
23117
  init_chunk_VL2OQCWN();
23113
23118
  });
23114
23119
 
23115
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/tiktoken.js
23120
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/tiktoken.js
23116
23121
  var init_tiktoken = __esm(() => {
23117
23122
  init_runtime();
23118
23123
  init_async_caller2();
23119
23124
  init_lite();
23120
23125
  });
23121
23126
 
23122
- // ../../node_modules/.bun/@langchain+textsplitters@1.0.1+f30ed4e969374662/node_modules/@langchain/textsplitters/dist/text_splitter.js
23127
+ // ../../node_modules/.bun/@langchain+textsplitters@1.0.1+45928d26f2e2776a/node_modules/@langchain/textsplitters/dist/text_splitter.js
23123
23128
  var TextSplitter, RecursiveCharacterTextSplitter;
23124
23129
  var init_text_splitter = __esm(() => {
23125
23130
  init_documents();
@@ -23795,7 +23800,7 @@ assembly `,
23795
23800
  };
23796
23801
  });
23797
23802
 
23798
- // ../../node_modules/.bun/@langchain+textsplitters@1.0.1+f30ed4e969374662/node_modules/@langchain/textsplitters/dist/index.js
23803
+ // ../../node_modules/.bun/@langchain+textsplitters@1.0.1+45928d26f2e2776a/node_modules/@langchain/textsplitters/dist/index.js
23799
23804
  var init_dist2 = __esm(() => {
23800
23805
  init_text_splitter();
23801
23806
  });
@@ -32845,7 +32850,7 @@ var init_events = __esm(() => {
32845
32850
  EventType2["HOOK_COMMAND_STOP"] = "HOOK_COMMAND_STOP";
32846
32851
  EventType2["HOOK_SESSION_START"] = "HOOK_SESSION_START";
32847
32852
  EventType2["HOOK_SESSION_END"] = "HOOK_SESSION_END";
32848
- EventType2["HOOK_AGENT_BOOTSTRAP"] = "HOOK_AGENT_BOOTSTRAP";
32853
+ EventType2["HOOK_AGENT_BASIC_CAPABILITIES"] = "HOOK_AGENT_BASIC_CAPABILITIES";
32849
32854
  EventType2["HOOK_AGENT_START"] = "HOOK_AGENT_START";
32850
32855
  EventType2["HOOK_AGENT_END"] = "HOOK_AGENT_END";
32851
32856
  EventType2["HOOK_GATEWAY_START"] = "HOOK_GATEWAY_START";
@@ -32890,7 +32895,7 @@ var init_hook = __esm(() => {
32890
32895
  "command:stop": "HOOK_COMMAND_STOP" /* HOOK_COMMAND_STOP */,
32891
32896
  "session:start": "HOOK_SESSION_START" /* HOOK_SESSION_START */,
32892
32897
  "session:end": "HOOK_SESSION_END" /* HOOK_SESSION_END */,
32893
- "agent:basic-capabilities": "HOOK_AGENT_BOOTSTRAP" /* HOOK_AGENT_BOOTSTRAP */,
32898
+ "agent:basic-capabilities": "HOOK_AGENT_BASIC_CAPABILITIES" /* HOOK_AGENT_BASIC_CAPABILITIES */,
32894
32899
  "gateway:startup": "HOOK_GATEWAY_START" /* HOOK_GATEWAY_START */,
32895
32900
  "gateway:stop": "HOOK_GATEWAY_STOP" /* HOOK_GATEWAY_STOP */,
32896
32901
  before_agent_start: "HOOK_AGENT_START" /* HOOK_AGENT_START */,
@@ -36395,7 +36400,7 @@ var init_agent_pb = __esm(() => {
36395
36400
  init_codegenv1();
36396
36401
  init_primitives_pb();
36397
36402
  init_wkt();
36398
- file_eliza_v1_agent = /* @__PURE__ */ fileDesc("ChRlbGl6YS92MS9hZ2VudC5wcm90bxIIZWxpemEudjEiQgoOTWVzc2FnZUV4YW1wbGUSDAoEbmFtZRgBIAEoCRIiCgdjb250ZW50GAIgASgLMhEuZWxpemEudjEuQ29udGVudCJaCg1Lbm93bGVkZ2VJdGVtEg4KBHBhdGgYASABKAlIABIxCglkaXJlY3RvcnkYAiABKAsyHC5lbGl6YS52MS5Lbm93bGVkZ2VEaXJlY3RvcnlIAEIGCgRpdGVtIkIKEktub3dsZWRnZURpcmVjdG9yeRIMCgRwYXRoGAEgASgJEhMKBnNoYXJlZBgCIAEoCEgAiAEBQgkKB19zaGFyZWQitQcKEUNoYXJhY3RlclNldHRpbmdzEiEKFHNob3VsZF9yZXNwb25kX21vZGVsGAEgASgJSACIAQESGwoOdXNlX211bHRpX3N0ZXAYAiABKAhIAYgBARIlChhtYXhfbXVsdGlzdGVwX2l0ZXJhdGlvbnMYAyABKAVIAogBARIgChNib290c3RyYXBfZGVmbGxtb2ZmGAQgASgISAOIAQESIAoTYm9vdHN0cmFwX2tlZXBfcmVzcBgFIAEoCEgEiAEBEicKGnByb3ZpZGVyc190b3RhbF90aW1lb3V0X21zGAYgASgFSAWIAQESJwoabWF4X3dvcmtpbmdfbWVtb3J5X2VudHJpZXMYByABKAVIBogBARIkChdhbHdheXNfcmVzcG9uZF9jaGFubmVscxgIIAEoCUgHiAEBEiMKFmFsd2F5c19yZXNwb25kX3NvdXJjZXMYCSABKAlICIgBARIgChNkZWZhdWx0X3RlbXBlcmF0dXJlGAogASgBSAmIAQESHwoSZGVmYXVsdF9tYXhfdG9rZW5zGAsgASgFSAqIAQESJgoZZGVmYXVsdF9mcmVxdWVuY3lfcGVuYWx0eRgMIAEoAUgLiAEBEiUKGGRlZmF1bHRfcHJlc2VuY2VfcGVuYWx0eRgNIAEoAUgMiAEBEicKGmRpc2FibGVfYmFzaWNfY2FwYWJpbGl0aWVzGA4gASgISA2IAQESJgoFZXh0cmEYECABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0QhcKFV9zaG91bGRfcmVzcG9uZF9tb2RlbEIRCg9fdXNlX211bHRpX3N0ZXBCGwoZX21heF9tdWx0aXN0ZXBfaXRlcmF0aW9uc0IWChRfYm9vdHN0cmFwX2RlZmxsbW9mZkIWChRfYm9vdHN0cmFwX2tlZXBfcmVzcEIdChtfcHJvdmlkZXJzX3RvdGFsX3RpbWVvdXRfbXNCHQobX21heF93b3JraW5nX21lbW9yeV9lbnRyaWVzQhoKGF9hbHdheXNfcmVzcG9uZF9jaGFubmVsc0IZChdfYWx3YXlzX3Jlc3BvbmRfc291cmNlc0IWChRfZGVmYXVsdF90ZW1wZXJhdHVyZUIVChNfZGVmYXVsdF9tYXhfdG9rZW5zQhwKGl9kZWZhdWx0X2ZyZXF1ZW5jeV9wZW5hbHR5QhsKGV9kZWZhdWx0X3ByZXNlbmNlX3BlbmFsdHlCHQobX2Rpc2FibGVfYmFzaWNfY2FwYWJpbGl0aWVzIjYKC1N0eWxlR3VpZGVzEgsKA2FsbBgBIAMoCRIMCgRjaGF0GAIgAygJEgwKBHBvc3QYAyADKAki3QUKCUNoYXJhY3RlchIPCgJpZBgBIAEoCUgAiAEBEgwKBG5hbWUYAiABKAkSFQoIdXNlcm5hbWUYAyABKAlIAYgBARITCgZzeXN0ZW0YBCABKAlIAogBARI1Cgl0ZW1wbGF0ZXMYBSADKAsyIi5lbGl6YS52MS5DaGFyYWN0ZXIuVGVtcGxhdGVzRW50cnkSCwoDYmlvGAYgAygJEjcKEG1lc3NhZ2VfZXhhbXBsZXMYByADKAsyHS5lbGl6YS52MS5NZXNzYWdlRXhhbXBsZUdyb3VwEhUKDXBvc3RfZXhhbXBsZXMYCCADKAkSDgoGdG9waWNzGAkgAygJEhIKCmFkamVjdGl2ZXMYCiADKAkSKgoJa25vd2xlZGdlGAsgAygLMhcuZWxpemEudjEuS25vd2xlZGdlSXRlbRIPCgdwbHVnaW5zGAwgAygJEjIKCHNldHRpbmdzGA0gASgLMhsuZWxpemEudjEuQ2hhcmFjdGVyU2V0dGluZ3NIA4gBARIxCgdzZWNyZXRzGA4gAygLMiAuZWxpemEudjEuQ2hhcmFjdGVyLlNlY3JldHNFbnRyeRIpCgVzdHlsZRgPIAEoCzIVLmVsaXphLnYxLlN0eWxlR3VpZGVzSASIAQESHgoRYWR2YW5jZWRfcGxhbm5pbmcYECABKAhIBYgBARIcCg9hZHZhbmNlZF9tZW1vcnkYESABKAhIBogBARowCg5UZW1wbGF0ZXNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBGi4KDFNlY3JldHNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBQgUKA19pZEILCglfdXNlcm5hbWVCCQoHX3N5c3RlbUILCglfc2V0dGluZ3NCCAoGX3N0eWxlQhQKEl9hZHZhbmNlZF9wbGFubmluZ0ISChBfYWR2YW5jZWRfbWVtb3J5IkEKE01lc3NhZ2VFeGFtcGxlR3JvdXASKgoIZXhhbXBsZXMYASADKAsyGC5lbGl6YS52MS5NZXNzYWdlRXhhbXBsZSKgAQoFQWdlbnQSJgoJY2hhcmFjdGVyGAEgASgLMhMuZWxpemEudjEuQ2hhcmFjdGVyEhQKB2VuYWJsZWQYAiABKAhIAIgBARIlCgZzdGF0dXMYAyABKA4yFS5lbGl6YS52MS5BZ2VudFN0YXR1cxISCgpjcmVhdGVkX2F0GAQgASgDEhIKCnVwZGF0ZWRfYXQYBSABKANCCgoIX2VuYWJsZWQqXwoLQWdlbnRTdGF0dXMSHAoYQUdFTlRfU1RBVFVTX1VOU1BFQ0lGSUVEEAASFwoTQUdFTlRfU1RBVFVTX0FDVElWRRABEhkKFUFHRU5UX1NUQVRVU19JTkFDVElWRRACQo0BCgxjb20uZWxpemEudjFCCkFnZW50UHJvdG9QAVowZ2l0aHViLmNvbS9lbGl6YW9zL2VsaXphL2dlbi9nby9lbGl6YS92MTtlbGl6YXYxogIDRVhYqgIIRWxpemEuVjHKAghFbGl6YVxWMeICFEVsaXphXFYxXEdQQk1ldGFkYXRh6gIJRWxpemE6OlYxYgZwcm90bzM", [file_eliza_v1_primitives, file_google_protobuf_struct]);
36403
+ file_eliza_v1_agent = /* @__PURE__ */ fileDesc("ChRlbGl6YS92MS9hZ2VudC5wcm90bxIIZWxpemEudjEiQgoOTWVzc2FnZUV4YW1wbGUSDAoEbmFtZRgBIAEoCRIiCgdjb250ZW50GAIgASgLMhEuZWxpemEudjEuQ29udGVudCJaCg1Lbm93bGVkZ2VJdGVtEg4KBHBhdGgYASABKAlIABIxCglkaXJlY3RvcnkYAiABKAsyHC5lbGl6YS52MS5Lbm93bGVkZ2VEaXJlY3RvcnlIAEIGCgRpdGVtIkIKEktub3dsZWRnZURpcmVjdG9yeRIMCgRwYXRoGAEgASgJEhMKBnNoYXJlZBgCIAEoCEgAiAEBQgkKB19zaGFyZWQi2QcKEUNoYXJhY3RlclNldHRpbmdzEiEKFHNob3VsZF9yZXNwb25kX21vZGVsGAEgASgJSACIAQESGwoOdXNlX211bHRpX3N0ZXAYAiABKAhIAYgBARIlChhtYXhfbXVsdGlzdGVwX2l0ZXJhdGlvbnMYAyABKAVIAogBARIpChxiYXNpY19jYXBhYmlsaXRpZXNfZGVmbGxtb2ZmGAQgASgISAOIAQESKQocYmFzaWNfY2FwYWJpbGl0aWVzX2tlZXBfcmVzcBgFIAEoCEgEiAEBEicKGnByb3ZpZGVyc190b3RhbF90aW1lb3V0X21zGAYgASgFSAWIAQESJwoabWF4X3dvcmtpbmdfbWVtb3J5X2VudHJpZXMYByABKAVIBogBARIkChdhbHdheXNfcmVzcG9uZF9jaGFubmVscxgIIAEoCUgHiAEBEiMKFmFsd2F5c19yZXNwb25kX3NvdXJjZXMYCSABKAlICIgBARIgChNkZWZhdWx0X3RlbXBlcmF0dXJlGAogASgBSAmIAQESHwoSZGVmYXVsdF9tYXhfdG9rZW5zGAsgASgFSAqIAQESJgoZZGVmYXVsdF9mcmVxdWVuY3lfcGVuYWx0eRgMIAEoAUgLiAEBEiUKGGRlZmF1bHRfcHJlc2VuY2VfcGVuYWx0eRgNIAEoAUgMiAEBEicKGmRpc2FibGVfYmFzaWNfY2FwYWJpbGl0aWVzGA4gASgISA2IAQESJgoFZXh0cmEYECABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0QhcKFV9zaG91bGRfcmVzcG9uZF9tb2RlbEIRCg9fdXNlX211bHRpX3N0ZXBCGwoZX21heF9tdWx0aXN0ZXBfaXRlcmF0aW9uc0IfCh1fYmFzaWNfY2FwYWJpbGl0aWVzX2RlZmxsbW9mZkIfCh1fYmFzaWNfY2FwYWJpbGl0aWVzX2tlZXBfcmVzcEIdChtfcHJvdmlkZXJzX3RvdGFsX3RpbWVvdXRfbXNCHQobX21heF93b3JraW5nX21lbW9yeV9lbnRyaWVzQhoKGF9hbHdheXNfcmVzcG9uZF9jaGFubmVsc0IZChdfYWx3YXlzX3Jlc3BvbmRfc291cmNlc0IWChRfZGVmYXVsdF90ZW1wZXJhdHVyZUIVChNfZGVmYXVsdF9tYXhfdG9rZW5zQhwKGl9kZWZhdWx0X2ZyZXF1ZW5jeV9wZW5hbHR5QhsKGV9kZWZhdWx0X3ByZXNlbmNlX3BlbmFsdHlCHQobX2Rpc2FibGVfYmFzaWNfY2FwYWJpbGl0aWVzIjYKC1N0eWxlR3VpZGVzEgsKA2FsbBgBIAMoCRIMCgRjaGF0GAIgAygJEgwKBHBvc3QYAyADKAki3QUKCUNoYXJhY3RlchIPCgJpZBgBIAEoCUgAiAEBEgwKBG5hbWUYAiABKAkSFQoIdXNlcm5hbWUYAyABKAlIAYgBARITCgZzeXN0ZW0YBCABKAlIAogBARI1Cgl0ZW1wbGF0ZXMYBSADKAsyIi5lbGl6YS52MS5DaGFyYWN0ZXIuVGVtcGxhdGVzRW50cnkSCwoDYmlvGAYgAygJEjcKEG1lc3NhZ2VfZXhhbXBsZXMYByADKAsyHS5lbGl6YS52MS5NZXNzYWdlRXhhbXBsZUdyb3VwEhUKDXBvc3RfZXhhbXBsZXMYCCADKAkSDgoGdG9waWNzGAkgAygJEhIKCmFkamVjdGl2ZXMYCiADKAkSKgoJa25vd2xlZGdlGAsgAygLMhcuZWxpemEudjEuS25vd2xlZGdlSXRlbRIPCgdwbHVnaW5zGAwgAygJEjIKCHNldHRpbmdzGA0gASgLMhsuZWxpemEudjEuQ2hhcmFjdGVyU2V0dGluZ3NIA4gBARIxCgdzZWNyZXRzGA4gAygLMiAuZWxpemEudjEuQ2hhcmFjdGVyLlNlY3JldHNFbnRyeRIpCgVzdHlsZRgPIAEoCzIVLmVsaXphLnYxLlN0eWxlR3VpZGVzSASIAQESHgoRYWR2YW5jZWRfcGxhbm5pbmcYECABKAhIBYgBARIcCg9hZHZhbmNlZF9tZW1vcnkYESABKAhIBogBARowCg5UZW1wbGF0ZXNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBGi4KDFNlY3JldHNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBQgUKA19pZEILCglfdXNlcm5hbWVCCQoHX3N5c3RlbUILCglfc2V0dGluZ3NCCAoGX3N0eWxlQhQKEl9hZHZhbmNlZF9wbGFubmluZ0ISChBfYWR2YW5jZWRfbWVtb3J5IkEKE01lc3NhZ2VFeGFtcGxlR3JvdXASKgoIZXhhbXBsZXMYASADKAsyGC5lbGl6YS52MS5NZXNzYWdlRXhhbXBsZSKgAQoFQWdlbnQSJgoJY2hhcmFjdGVyGAEgASgLMhMuZWxpemEudjEuQ2hhcmFjdGVyEhQKB2VuYWJsZWQYAiABKAhIAIgBARIlCgZzdGF0dXMYAyABKA4yFS5lbGl6YS52MS5BZ2VudFN0YXR1cxISCgpjcmVhdGVkX2F0GAQgASgDEhIKCnVwZGF0ZWRfYXQYBSABKANCCgoIX2VuYWJsZWQqXwoLQWdlbnRTdGF0dXMSHAoYQUdFTlRfU1RBVFVTX1VOU1BFQ0lGSUVEEAASFwoTQUdFTlRfU1RBVFVTX0FDVElWRRABEhkKFUFHRU5UX1NUQVRVU19JTkFDVElWRRACQo0BCgxjb20uZWxpemEudjFCCkFnZW50UHJvdG9QAVowZ2l0aHViLmNvbS9lbGl6YW9zL2VsaXphL2dlbi9nby9lbGl6YS92MTtlbGl6YXYxogIDRVhYqgIIRWxpemEuVjHKAghFbGl6YVxWMeICFEVsaXphXFYxXEdQQk1ldGFkYXRh6gIJRWxpemE6OlYxYgZwcm90bzM", [file_eliza_v1_primitives, file_google_protobuf_struct]);
36399
36404
  MessageExampleSchema = /* @__PURE__ */ messageDesc2(file_eliza_v1_agent, 0);
36400
36405
  KnowledgeItemSchema = /* @__PURE__ */ messageDesc2(file_eliza_v1_agent, 1);
36401
36406
  KnowledgeDirectorySchema = /* @__PURE__ */ messageDesc2(file_eliza_v1_agent, 2);
@@ -36656,6 +36661,14 @@ var init_events_pb = __esm(() => {
36656
36661
  ControlMessageActionSchema = /* @__PURE__ */ enumDesc(file_eliza_v1_events, 4);
36657
36662
  });
36658
36663
 
36664
+ // src/types/generated/eliza/v1/payment_pb.ts
36665
+ var file_eliza_v1_payment;
36666
+ var init_payment_pb = __esm(() => {
36667
+ init_codegenv1();
36668
+ init_wkt();
36669
+ file_eliza_v1_payment = /* @__PURE__ */ fileDesc("ChZlbGl6YS92MS9wYXltZW50LnByb3RvEghlbGl6YS52MSKpAQoXUGF5bWVudENvbmZpZ0RlZmluaXRpb24SDwoHbmV0d29yaxgBIAEoCRIXCg9hc3NldF9uYW1lc3BhY2UYAiABKAkSFwoPYXNzZXRfcmVmZXJlbmNlGAMgASgJEhcKD3BheW1lbnRfYWRkcmVzcxgEIAEoCRIOCgZzeW1ib2wYBSABKAkSFQoIY2hhaW5faWQYBiABKAlIAIgBAUILCglfY2hhaW5faWQiPQoKWDQwMkNvbmZpZxIWCg5wcmljZV9pbl9jZW50cxgBIAEoDRIXCg9wYXltZW50X2NvbmZpZ3MYAiADKAkivwIKC1g0MDJBY2NlcHRzEg4KBnNjaGVtZRgBIAEoCRIPCgduZXR3b3JrGAIgASgJEhsKE21heF9hbW91bnRfcmVxdWlyZWQYAyABKAkSEAoIcmVzb3VyY2UYBCABKAkSEwoLZGVzY3JpcHRpb24YBSABKAkSEQoJbWltZV90eXBlGAYgASgJEg4KBnBheV90bxgHIAEoCRIbChNtYXhfdGltZW91dF9zZWNvbmRzGAggASgNEg0KBWFzc2V0GAkgASgJEjMKDW91dHB1dF9zY2hlbWEYCiABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0SACIAQESKwoFZXh0cmEYCyABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0SAGIAQFCEAoOX291dHB1dF9zY2hlbWFCCAoGX2V4dHJhIogBCgxYNDAyUmVzcG9uc2USFAoMeDQwMl92ZXJzaW9uGAEgASgNEhIKBWVycm9yGAIgASgJSACIAQESJgoHYWNjZXB0cxgDIAMoCzIVLmVsaXphLnYxLlg0MDJBY2NlcHRzEhIKBXBheWVyGAQgASgJSAGIAQFCCAoGX2Vycm9yQggKBl9wYXllckKPAQoMY29tLmVsaXphLnYxQgxQYXltZW50UHJvdG9QAVowZ2l0aHViLmNvbS9lbGl6YW9zL2VsaXphL2dlbi9nby9lbGl6YS92MTtlbGl6YXYxogIDRVhYqgIIRWxpemEuVjHKAghFbGl6YVxWMeICFEVsaXphXFYxXEdQQk1ldGFkYXRh6gIJRWxpemE6OlYxYgZwcm90bzM", [file_google_protobuf_struct]);
36670
+ });
36671
+
36659
36672
  // src/types/generated/eliza/v1/service_pb.ts
36660
36673
  var file_eliza_v1_service, ServiceManifestSchema, ServiceErrorSchema, ServiceType, ServiceTypeSchema;
36661
36674
  var init_service_pb = __esm(() => {
@@ -36686,24 +36699,16 @@ var init_service_pb = __esm(() => {
36686
36699
  ServiceTypeSchema = /* @__PURE__ */ enumDesc(file_eliza_v1_service, 0);
36687
36700
  });
36688
36701
 
36689
- // src/types/generated/eliza/v1/payment_pb.ts
36690
- var file_eliza_v1_payment;
36691
- var init_payment_pb = __esm(() => {
36692
- init_codegenv1();
36693
- init_wkt();
36694
- file_eliza_v1_payment = /* @__PURE__ */ fileDesc("ChZlbGl6YS92MS9wYXltZW50LnByb3RvEghlbGl6YS52MSKpAQoXUGF5bWVudENvbmZpZ0RlZmluaXRpb24SDwoHbmV0d29yaxgBIAEoCRIXCg9hc3NldF9uYW1lc3BhY2UYAiABKAkSFwoPYXNzZXRfcmVmZXJlbmNlGAMgASgJEhcKD3BheW1lbnRfYWRkcmVzcxgEIAEoCRIOCgZzeW1ib2wYBSABKAkSFQoIY2hhaW5faWQYBiABKAlIAIgBAUILCglfY2hhaW5faWQiPQoKWDQwMkNvbmZpZxIWCg5wcmljZV9pbl9jZW50cxgBIAEoDRIXCg9wYXltZW50X2NvbmZpZ3MYAiADKAkivwIKC1g0MDJBY2NlcHRzEg4KBnNjaGVtZRgBIAEoCRIPCgduZXR3b3JrGAIgASgJEhsKE21heF9hbW91bnRfcmVxdWlyZWQYAyABKAkSEAoIcmVzb3VyY2UYBCABKAkSEwoLZGVzY3JpcHRpb24YBSABKAkSEQoJbWltZV90eXBlGAYgASgJEg4KBnBheV90bxgHIAEoCRIbChNtYXhfdGltZW91dF9zZWNvbmRzGAggASgNEg0KBWFzc2V0GAkgASgJEjMKDW91dHB1dF9zY2hlbWEYCiABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0SACIAQESKwoFZXh0cmEYCyABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0SAGIAQFCEAoOX291dHB1dF9zY2hlbWFCCAoGX2V4dHJhIogBCgxYNDAyUmVzcG9uc2USFAoMeDQwMl92ZXJzaW9uGAEgASgNEhIKBWVycm9yGAIgASgJSACIAQESJgoHYWNjZXB0cxgDIAMoCzIVLmVsaXphLnYxLlg0MDJBY2NlcHRzEhIKBXBheWVyGAQgASgJSAGIAQFCCAoGX2Vycm9yQggKBl9wYXllckKPAQoMY29tLmVsaXphLnYxQgxQYXltZW50UHJvdG9QAVowZ2l0aHViLmNvbS9lbGl6YW9zL2VsaXphL2dlbi9nby9lbGl6YS92MTtlbGl6YXYxogIDRVhYqgIIRWxpemEuVjHKAghFbGl6YVxWMeICFEVsaXphXFYxXEdQQk1ldGFkYXRh6gIJRWxpemE6OlYxYgZwcm90bzM", [file_google_protobuf_struct]);
36695
- });
36696
-
36697
36702
  // src/types/generated/eliza/v1/plugin_pb.ts
36698
36703
  var file_eliza_v1_plugin, RouteManifestSchema, JSONSchemaDefinitionSchema, ComponentTypeDefinitionSchema, PluginManifestSchema, EventHandlerListSchema, ProjectAgentManifestSchema, ProjectManifestSchema, HttpMethod, HttpMethodSchema;
36699
36704
  var init_plugin_pb2 = __esm(() => {
36700
36705
  init_codegenv1();
36701
36706
  init_agent_pb();
36702
36707
  init_components_pb();
36708
+ init_payment_pb();
36703
36709
  init_service_pb();
36704
36710
  init_wkt();
36705
- init_payment_pb();
36706
- file_eliza_v1_plugin = /* @__PURE__ */ fileDesc("ChVlbGl6YS92MS9wbHVnaW4ucHJvdG8SCGVsaXphLnYxIoMCCg1Sb3V0ZU1hbmlmZXN0EiQKBm1ldGhvZBgBIAEoDjIULmVsaXphLnYxLkh0dHBNZXRob2QSDAoEcGF0aBgCIAEoCRIRCgRuYW1lGAMgASgJSACIAQESEwoGcHVibGljGAQgASgISAGIAQESGQoMaXNfbXVsdGlwYXJ0GAUgASgISAKIAQESFgoJZmlsZV9wYXRoGAYgASgJSAOIAQESJwoEeDQwMhgHIAEoCzIULmVsaXphLnYxLlg0MDJDb25maWdIBIgBAUIHCgVfbmFtZUIJCgdfcHVibGljQg8KDV9pc19tdWx0aXBhcnRCDAoKX2ZpbGVfcGF0aEIHCgVfeDQwMiLKAgoUSlNPTlNjaGVtYURlZmluaXRpb24SDAoEdHlwZRgBIAEoCRJCCgpwcm9wZXJ0aWVzGAIgAygLMi4uZWxpemEudjEuSlNPTlNjaGVtYURlZmluaXRpb24uUHJvcGVydGllc0VudHJ5EjIKBWl0ZW1zGAMgASgLMh4uZWxpemEudjEuSlNPTlNjaGVtYURlZmluaXRpb25IAIgBARIQCghyZXF1aXJlZBgEIAMoCRITCgtlbnVtX3ZhbHVlcxgFIAMoCRIYCgtkZXNjcmlwdGlvbhgGIAEoCUgBiAEBGlEKD1Byb3BlcnRpZXNFbnRyeRILCgNrZXkYASABKAkSLQoFdmFsdWUYAiABKAsyHi5lbGl6YS52MS5KU09OU2NoZW1hRGVmaW5pdGlvbjoCOAFCCAoGX2l0ZW1zQg4KDF9kZXNjcmlwdGlvbiJXChdDb21wb25lbnRUeXBlRGVmaW5pdGlvbhIMCgRuYW1lGAEgASgJEi4KBnNjaGVtYRgCIAEoCzIeLmVsaXphLnYxLkpTT05TY2hlbWFEZWZpbml0aW9uIrQFCg5QbHVnaW5NYW5pZmVzdBIMCgRuYW1lGAEgASgJEhMKC2Rlc2NyaXB0aW9uGAIgASgJEjQKBmNvbmZpZxgDIAMoCzIkLmVsaXphLnYxLlBsdWdpbk1hbmlmZXN0LkNvbmZpZ0VudHJ5EikKB2FjdGlvbnMYBCADKAsyGC5lbGl6YS52MS5BY3Rpb25NYW5pZmVzdBItCglwcm92aWRlcnMYBSADKAsyGi5lbGl6YS52MS5Qcm92aWRlck1hbmlmZXN0Ei8KCmV2YWx1YXRvcnMYBiADKAsyGy5lbGl6YS52MS5FdmFsdWF0b3JNYW5pZmVzdBIrCghzZXJ2aWNlcxgHIAMoCzIZLmVsaXphLnYxLlNlcnZpY2VNYW5pZmVzdBInCgZyb3V0ZXMYCCADKAsyFy5lbGl6YS52MS5Sb3V0ZU1hbmlmZXN0EjoKD2NvbXBvbmVudF90eXBlcxgJIAMoCzIhLmVsaXphLnYxLkNvbXBvbmVudFR5cGVEZWZpbml0aW9uEjQKBmV2ZW50cxgKIAMoCzIkLmVsaXphLnYxLlBsdWdpbk1hbmlmZXN0LkV2ZW50c0VudHJ5EhQKDGRlcGVuZGVuY2llcxgLIAMoCRIZChF0ZXN0X2RlcGVuZGVuY2llcxgMIAMoCRIVCghwcmlvcml0eRgNIAEoBUgAiAEBEicKBnNjaGVtYRgOIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QaLQoLQ29uZmlnRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ARpJCgtFdmVudHNFbnRyeRILCgNrZXkYASABKAkSKQoFdmFsdWUYAiABKAsyGi5lbGl6YS52MS5FdmVudEhhbmRsZXJMaXN0OgI4AUILCglfcHJpb3JpdHkiJAoQRXZlbnRIYW5kbGVyTGlzdBIQCghoYW5kbGVycxgBIAMoCSJPChRQcm9qZWN0QWdlbnRNYW5pZmVzdBImCgljaGFyYWN0ZXIYASABKAsyEy5lbGl6YS52MS5DaGFyYWN0ZXISDwoHcGx1Z2lucxgCIAMoCSJBCg9Qcm9qZWN0TWFuaWZlc3QSLgoGYWdlbnRzGAEgAygLMh4uZWxpemEudjEuUHJvamVjdEFnZW50TWFuaWZlc3QqsAEKCkh0dHBNZXRob2QSGwoXSFRUUF9NRVRIT0RfVU5TUEVDSUZJRUQQABITCg9IVFRQX01FVEhPRF9HRVQQARIUChBIVFRQX01FVEhPRF9QT1NUEAISEwoPSFRUUF9NRVRIT0RfUFVUEAMSFQoRSFRUUF9NRVRIT0RfUEFUQ0gQBBIWChJIVFRQX01FVEhPRF9ERUxFVEUQBRIWChJIVFRQX01FVEhPRF9TVEFUSUMQBkKOAQoMY29tLmVsaXphLnYxQgtQbHVnaW5Qcm90b1ABWjBnaXRodWIuY29tL2VsaXphb3MvZWxpemEvZ2VuL2dvL2VsaXphL3YxO2VsaXphdjGiAgNFWFiqAghFbGl6YS5WMcoCCEVsaXphXFYx4gIURWxpemFcVjFcR1BCTWV0YWRhdGHqAglFbGl6YTo6VjFiBnByb3RvMw", [file_eliza_v1_agent, file_eliza_v1_components, file_eliza_v1_service, file_google_protobuf_struct, file_eliza_v1_payment]);
36711
+ file_eliza_v1_plugin = /* @__PURE__ */ fileDesc("ChVlbGl6YS92MS9wbHVnaW4ucHJvdG8SCGVsaXphLnYxIoMCCg1Sb3V0ZU1hbmlmZXN0EiQKBm1ldGhvZBgBIAEoDjIULmVsaXphLnYxLkh0dHBNZXRob2QSDAoEcGF0aBgCIAEoCRIRCgRuYW1lGAMgASgJSACIAQESEwoGcHVibGljGAQgASgISAGIAQESGQoMaXNfbXVsdGlwYXJ0GAUgASgISAKIAQESFgoJZmlsZV9wYXRoGAYgASgJSAOIAQESJwoEeDQwMhgHIAEoCzIULmVsaXphLnYxLlg0MDJDb25maWdIBIgBAUIHCgVfbmFtZUIJCgdfcHVibGljQg8KDV9pc19tdWx0aXBhcnRCDAoKX2ZpbGVfcGF0aEIHCgVfeDQwMiLKAgoUSlNPTlNjaGVtYURlZmluaXRpb24SDAoEdHlwZRgBIAEoCRJCCgpwcm9wZXJ0aWVzGAIgAygLMi4uZWxpemEudjEuSlNPTlNjaGVtYURlZmluaXRpb24uUHJvcGVydGllc0VudHJ5EjIKBWl0ZW1zGAMgASgLMh4uZWxpemEudjEuSlNPTlNjaGVtYURlZmluaXRpb25IAIgBARIQCghyZXF1aXJlZBgEIAMoCRITCgtlbnVtX3ZhbHVlcxgFIAMoCRIYCgtkZXNjcmlwdGlvbhgGIAEoCUgBiAEBGlEKD1Byb3BlcnRpZXNFbnRyeRILCgNrZXkYASABKAkSLQoFdmFsdWUYAiABKAsyHi5lbGl6YS52MS5KU09OU2NoZW1hRGVmaW5pdGlvbjoCOAFCCAoGX2l0ZW1zQg4KDF9kZXNjcmlwdGlvbiJXChdDb21wb25lbnRUeXBlRGVmaW5pdGlvbhIMCgRuYW1lGAEgASgJEi4KBnNjaGVtYRgCIAEoCzIeLmVsaXphLnYxLkpTT05TY2hlbWFEZWZpbml0aW9uIrQFCg5QbHVnaW5NYW5pZmVzdBIMCgRuYW1lGAEgASgJEhMKC2Rlc2NyaXB0aW9uGAIgASgJEjQKBmNvbmZpZxgDIAMoCzIkLmVsaXphLnYxLlBsdWdpbk1hbmlmZXN0LkNvbmZpZ0VudHJ5EikKB2FjdGlvbnMYBCADKAsyGC5lbGl6YS52MS5BY3Rpb25NYW5pZmVzdBItCglwcm92aWRlcnMYBSADKAsyGi5lbGl6YS52MS5Qcm92aWRlck1hbmlmZXN0Ei8KCmV2YWx1YXRvcnMYBiADKAsyGy5lbGl6YS52MS5FdmFsdWF0b3JNYW5pZmVzdBIrCghzZXJ2aWNlcxgHIAMoCzIZLmVsaXphLnYxLlNlcnZpY2VNYW5pZmVzdBInCgZyb3V0ZXMYCCADKAsyFy5lbGl6YS52MS5Sb3V0ZU1hbmlmZXN0EjoKD2NvbXBvbmVudF90eXBlcxgJIAMoCzIhLmVsaXphLnYxLkNvbXBvbmVudFR5cGVEZWZpbml0aW9uEjQKBmV2ZW50cxgKIAMoCzIkLmVsaXphLnYxLlBsdWdpbk1hbmlmZXN0LkV2ZW50c0VudHJ5EhQKDGRlcGVuZGVuY2llcxgLIAMoCRIZChF0ZXN0X2RlcGVuZGVuY2llcxgMIAMoCRIVCghwcmlvcml0eRgNIAEoBUgAiAEBEicKBnNjaGVtYRgOIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QaLQoLQ29uZmlnRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ARpJCgtFdmVudHNFbnRyeRILCgNrZXkYASABKAkSKQoFdmFsdWUYAiABKAsyGi5lbGl6YS52MS5FdmVudEhhbmRsZXJMaXN0OgI4AUILCglfcHJpb3JpdHkiJAoQRXZlbnRIYW5kbGVyTGlzdBIQCghoYW5kbGVycxgBIAMoCSJPChRQcm9qZWN0QWdlbnRNYW5pZmVzdBImCgljaGFyYWN0ZXIYASABKAsyEy5lbGl6YS52MS5DaGFyYWN0ZXISDwoHcGx1Z2lucxgCIAMoCSJBCg9Qcm9qZWN0TWFuaWZlc3QSLgoGYWdlbnRzGAEgAygLMh4uZWxpemEudjEuUHJvamVjdEFnZW50TWFuaWZlc3QqsAEKCkh0dHBNZXRob2QSGwoXSFRUUF9NRVRIT0RfVU5TUEVDSUZJRUQQABITCg9IVFRQX01FVEhPRF9HRVQQARIUChBIVFRQX01FVEhPRF9QT1NUEAISEwoPSFRUUF9NRVRIT0RfUFVUEAMSFQoRSFRUUF9NRVRIT0RfUEFUQ0gQBBIWChJIVFRQX01FVEhPRF9ERUxFVEUQBRIWChJIVFRQX01FVEhPRF9TVEFUSUMQBkKOAQoMY29tLmVsaXphLnYxQgtQbHVnaW5Qcm90b1ABWjBnaXRodWIuY29tL2VsaXphb3MvZWxpemEvZ2VuL2dvL2VsaXphL3YxO2VsaXphdjGiAgNFWFiqAghFbGl6YS5WMcoCCEVsaXphXFYx4gIURWxpemFcVjFcR1BCTWV0YWRhdGHqAglFbGl6YTo6VjFiBnByb3RvMw", [file_eliza_v1_agent, file_eliza_v1_components, file_eliza_v1_payment, file_eliza_v1_service, file_google_protobuf_struct]);
36707
36712
  RouteManifestSchema = /* @__PURE__ */ messageDesc2(file_eliza_v1_plugin, 0);
36708
36713
  JSONSchemaDefinitionSchema = /* @__PURE__ */ messageDesc2(file_eliza_v1_plugin, 1);
36709
36714
  ComponentTypeDefinitionSchema = /* @__PURE__ */ messageDesc2(file_eliza_v1_plugin, 2);
@@ -57326,7 +57331,7 @@ https://github.com/browserify/crypto-browserify`);
57326
57331
  };
57327
57332
  });
57328
57333
 
57329
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/nodes/identity.js
57334
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js
57330
57335
  var require_identity = __commonJS((exports) => {
57331
57336
  var ALIAS = Symbol.for("yaml.alias");
57332
57337
  var DOC = Symbol.for("yaml.document");
@@ -57380,7 +57385,7 @@ var require_identity = __commonJS((exports) => {
57380
57385
  exports.isSeq = isSeq;
57381
57386
  });
57382
57387
 
57383
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/visit.js
57388
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/visit.js
57384
57389
  var require_visit = __commonJS((exports) => {
57385
57390
  var identity = require_identity();
57386
57391
  var BREAK = Symbol("break visit");
@@ -57535,7 +57540,7 @@ var require_visit = __commonJS((exports) => {
57535
57540
  exports.visitAsync = visitAsync;
57536
57541
  });
57537
57542
 
57538
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/doc/directives.js
57543
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js
57539
57544
  var require_directives = __commonJS((exports) => {
57540
57545
  var identity = require_identity();
57541
57546
  var visit = require_visit();
@@ -57687,7 +57692,7 @@ var require_directives = __commonJS((exports) => {
57687
57692
  exports.Directives = Directives;
57688
57693
  });
57689
57694
 
57690
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/doc/anchors.js
57695
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js
57691
57696
  var require_anchors = __commonJS((exports) => {
57692
57697
  var identity = require_identity();
57693
57698
  var visit = require_visit();
@@ -57749,7 +57754,7 @@ var require_anchors = __commonJS((exports) => {
57749
57754
  exports.findNewAnchor = findNewAnchor;
57750
57755
  });
57751
57756
 
57752
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/doc/applyReviver.js
57757
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js
57753
57758
  var require_applyReviver = __commonJS((exports) => {
57754
57759
  function applyReviver(reviver, obj, key, val) {
57755
57760
  if (val && typeof val === "object") {
@@ -57796,7 +57801,7 @@ var require_applyReviver = __commonJS((exports) => {
57796
57801
  exports.applyReviver = applyReviver;
57797
57802
  });
57798
57803
 
57799
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/nodes/toJS.js
57804
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js
57800
57805
  var require_toJS = __commonJS((exports) => {
57801
57806
  var identity = require_identity();
57802
57807
  function toJS(value, arg, ctx) {
@@ -57823,7 +57828,7 @@ var require_toJS = __commonJS((exports) => {
57823
57828
  exports.toJS = toJS;
57824
57829
  });
57825
57830
 
57826
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/nodes/Node.js
57831
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js
57827
57832
  var require_Node = __commonJS((exports) => {
57828
57833
  var applyReviver = require_applyReviver();
57829
57834
  var identity = require_identity();
@@ -57860,7 +57865,7 @@ var require_Node = __commonJS((exports) => {
57860
57865
  exports.NodeBase = NodeBase;
57861
57866
  });
57862
57867
 
57863
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/nodes/Alias.js
57868
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js
57864
57869
  var require_Alias = __commonJS((exports) => {
57865
57870
  var anchors = require_anchors();
57866
57871
  var visit = require_visit();
@@ -57968,7 +57973,7 @@ var require_Alias = __commonJS((exports) => {
57968
57973
  exports.Alias = Alias;
57969
57974
  });
57970
57975
 
57971
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/nodes/Scalar.js
57976
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js
57972
57977
  var require_Scalar = __commonJS((exports) => {
57973
57978
  var identity = require_identity();
57974
57979
  var Node = require_Node();
@@ -57996,7 +58001,7 @@ var require_Scalar = __commonJS((exports) => {
57996
58001
  exports.isScalarValue = isScalarValue;
57997
58002
  });
57998
58003
 
57999
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/doc/createNode.js
58004
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js
58000
58005
  var require_createNode = __commonJS((exports) => {
58001
58006
  var Alias = require_Alias();
58002
58007
  var identity = require_identity();
@@ -58068,7 +58073,7 @@ var require_createNode = __commonJS((exports) => {
58068
58073
  exports.createNode = createNode;
58069
58074
  });
58070
58075
 
58071
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/nodes/Collection.js
58076
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js
58072
58077
  var require_Collection = __commonJS((exports) => {
58073
58078
  var createNode = require_createNode();
58074
58079
  var identity = require_identity();
@@ -58183,7 +58188,7 @@ var require_Collection = __commonJS((exports) => {
58183
58188
  exports.isEmptyPath = isEmptyPath;
58184
58189
  });
58185
58190
 
58186
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyComment.js
58191
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js
58187
58192
  var require_stringifyComment = __commonJS((exports) => {
58188
58193
  var stringifyComment = (str) => str.replace(/^(?!$)(?: $)?/gm, "#");
58189
58194
  function indentComment(comment, indent) {
@@ -58200,7 +58205,7 @@ var require_stringifyComment = __commonJS((exports) => {
58200
58205
  exports.stringifyComment = stringifyComment;
58201
58206
  });
58202
58207
 
58203
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/stringify/foldFlowLines.js
58208
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js
58204
58209
  var require_foldFlowLines = __commonJS((exports) => {
58205
58210
  var FOLD_FLOW = "flow";
58206
58211
  var FOLD_BLOCK = "block";
@@ -58337,7 +58342,7 @@ ${indent}${text.slice(fold + 1, end2)}`;
58337
58342
  exports.foldFlowLines = foldFlowLines;
58338
58343
  });
58339
58344
 
58340
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyString.js
58345
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js
58341
58346
  var require_stringifyString = __commonJS((exports) => {
58342
58347
  var Scalar = require_Scalar();
58343
58348
  var foldFlowLines = require_foldFlowLines();
@@ -58635,7 +58640,7 @@ ${indent}`);
58635
58640
  exports.stringifyString = stringifyString;
58636
58641
  });
58637
58642
 
58638
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/stringify/stringify.js
58643
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js
58639
58644
  var require_stringify3 = __commonJS((exports) => {
58640
58645
  var anchors = require_anchors();
58641
58646
  var identity = require_identity();
@@ -58658,6 +58663,7 @@ var require_stringify3 = __commonJS((exports) => {
58658
58663
  nullStr: "null",
58659
58664
  simpleKeys: false,
58660
58665
  singleQuote: null,
58666
+ trailingComma: false,
58661
58667
  trueStr: "true",
58662
58668
  verifyAliasOrder: true
58663
58669
  }, doc.schema.toStringOptions, options);
@@ -58755,7 +58761,7 @@ ${ctx.indent}${str}`;
58755
58761
  exports.stringify = stringify2;
58756
58762
  });
58757
58763
 
58758
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyPair.js
58764
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js
58759
58765
  var require_stringifyPair = __commonJS((exports) => {
58760
58766
  var identity = require_identity();
58761
58767
  var Scalar = require_Scalar();
@@ -58891,7 +58897,7 @@ ${ctx.indent}`;
58891
58897
  exports.stringifyPair = stringifyPair;
58892
58898
  });
58893
58899
 
58894
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/log.js
58900
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/log.js
58895
58901
  var require_log2 = __commonJS((exports) => {
58896
58902
  var node_process = __require("process");
58897
58903
  function debug(logLevel, ...messages) {
@@ -58910,7 +58916,7 @@ var require_log2 = __commonJS((exports) => {
58910
58916
  exports.warn = warn;
58911
58917
  });
58912
58918
 
58913
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/merge.js
58919
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js
58914
58920
  var require_merge = __commonJS((exports) => {
58915
58921
  var identity = require_identity();
58916
58922
  var Scalar = require_Scalar();
@@ -58964,7 +58970,7 @@ var require_merge = __commonJS((exports) => {
58964
58970
  exports.merge = merge;
58965
58971
  });
58966
58972
 
58967
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/nodes/addPairToJSMap.js
58973
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js
58968
58974
  var require_addPairToJSMap = __commonJS((exports) => {
58969
58975
  var log = require_log2();
58970
58976
  var merge = require_merge();
@@ -59025,7 +59031,7 @@ var require_addPairToJSMap = __commonJS((exports) => {
59025
59031
  exports.addPairToJSMap = addPairToJSMap;
59026
59032
  });
59027
59033
 
59028
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/nodes/Pair.js
59034
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js
59029
59035
  var require_Pair = __commonJS((exports) => {
59030
59036
  var createNode = require_createNode();
59031
59037
  var stringifyPair = require_stringifyPair();
@@ -59063,7 +59069,7 @@ var require_Pair = __commonJS((exports) => {
59063
59069
  exports.createPair = createPair;
59064
59070
  });
59065
59071
 
59066
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyCollection.js
59072
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js
59067
59073
  var require_stringifyCollection = __commonJS((exports) => {
59068
59074
  var identity = require_identity();
59069
59075
  var stringify2 = require_stringify3();
@@ -59166,13 +59172,20 @@ ${indent}${line}` : `
59166
59172
  if (comment)
59167
59173
  reqNewline = true;
59168
59174
  let str = stringify2.stringify(item, itemCtx, () => comment = null);
59169
- if (i < items.length - 1)
59175
+ reqNewline || (reqNewline = lines.length > linesAtValue || str.includes(`
59176
+ `));
59177
+ if (i < items.length - 1) {
59170
59178
  str += ",";
59179
+ } else if (ctx.options.trailingComma) {
59180
+ if (ctx.options.lineWidth > 0) {
59181
+ reqNewline || (reqNewline = lines.reduce((sum, line) => sum + line.length + 2, 2) + (str.length + 2) > ctx.options.lineWidth);
59182
+ }
59183
+ if (reqNewline) {
59184
+ str += ",";
59185
+ }
59186
+ }
59171
59187
  if (comment)
59172
59188
  str += stringifyComment.lineComment(str, itemIndent, commentString(comment));
59173
- if (!reqNewline && (lines.length > linesAtValue || str.includes(`
59174
- `)))
59175
- reqNewline = true;
59176
59189
  lines.push(str);
59177
59190
  linesAtValue = lines.length;
59178
59191
  }
@@ -59208,7 +59221,7 @@ ${indent}${end}`;
59208
59221
  exports.stringifyCollection = stringifyCollection;
59209
59222
  });
59210
59223
 
59211
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/nodes/YAMLMap.js
59224
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js
59212
59225
  var require_YAMLMap = __commonJS((exports) => {
59213
59226
  var stringifyCollection = require_stringifyCollection();
59214
59227
  var addPairToJSMap = require_addPairToJSMap();
@@ -59335,7 +59348,7 @@ var require_YAMLMap = __commonJS((exports) => {
59335
59348
  exports.findPair = findPair;
59336
59349
  });
59337
59350
 
59338
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/common/map.js
59351
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js
59339
59352
  var require_map = __commonJS((exports) => {
59340
59353
  var identity = require_identity();
59341
59354
  var YAMLMap = require_YAMLMap();
@@ -59354,7 +59367,7 @@ var require_map = __commonJS((exports) => {
59354
59367
  exports.map = map;
59355
59368
  });
59356
59369
 
59357
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/nodes/YAMLSeq.js
59370
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js
59358
59371
  var require_YAMLSeq = __commonJS((exports) => {
59359
59372
  var createNode = require_createNode();
59360
59373
  var stringifyCollection = require_stringifyCollection();
@@ -59447,7 +59460,7 @@ var require_YAMLSeq = __commonJS((exports) => {
59447
59460
  exports.YAMLSeq = YAMLSeq;
59448
59461
  });
59449
59462
 
59450
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/common/seq.js
59463
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js
59451
59464
  var require_seq = __commonJS((exports) => {
59452
59465
  var identity = require_identity();
59453
59466
  var YAMLSeq = require_YAMLSeq();
@@ -59466,7 +59479,7 @@ var require_seq = __commonJS((exports) => {
59466
59479
  exports.seq = seq;
59467
59480
  });
59468
59481
 
59469
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/common/string.js
59482
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js
59470
59483
  var require_string = __commonJS((exports) => {
59471
59484
  var stringifyString = require_stringifyString();
59472
59485
  var string = {
@@ -59482,7 +59495,7 @@ var require_string = __commonJS((exports) => {
59482
59495
  exports.string = string;
59483
59496
  });
59484
59497
 
59485
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/common/null.js
59498
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js
59486
59499
  var require_null = __commonJS((exports) => {
59487
59500
  var Scalar = require_Scalar();
59488
59501
  var nullTag = {
@@ -59497,7 +59510,7 @@ var require_null = __commonJS((exports) => {
59497
59510
  exports.nullTag = nullTag;
59498
59511
  });
59499
59512
 
59500
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/core/bool.js
59513
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js
59501
59514
  var require_bool = __commonJS((exports) => {
59502
59515
  var Scalar = require_Scalar();
59503
59516
  var boolTag = {
@@ -59518,7 +59531,7 @@ var require_bool = __commonJS((exports) => {
59518
59531
  exports.boolTag = boolTag;
59519
59532
  });
59520
59533
 
59521
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyNumber.js
59534
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js
59522
59535
  var require_stringifyNumber = __commonJS((exports) => {
59523
59536
  function stringifyNumber({ format, minFractionDigits, tag, value }) {
59524
59537
  if (typeof value === "bigint")
@@ -59542,7 +59555,7 @@ var require_stringifyNumber = __commonJS((exports) => {
59542
59555
  exports.stringifyNumber = stringifyNumber;
59543
59556
  });
59544
59557
 
59545
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/core/float.js
59558
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js
59546
59559
  var require_float = __commonJS((exports) => {
59547
59560
  var Scalar = require_Scalar();
59548
59561
  var stringifyNumber = require_stringifyNumber();
@@ -59585,7 +59598,7 @@ var require_float = __commonJS((exports) => {
59585
59598
  exports.floatNaN = floatNaN;
59586
59599
  });
59587
59600
 
59588
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/core/int.js
59601
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js
59589
59602
  var require_int = __commonJS((exports) => {
59590
59603
  var stringifyNumber = require_stringifyNumber();
59591
59604
  var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
@@ -59627,7 +59640,7 @@ var require_int = __commonJS((exports) => {
59627
59640
  exports.intOct = intOct;
59628
59641
  });
59629
59642
 
59630
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/core/schema.js
59643
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js
59631
59644
  var require_schema = __commonJS((exports) => {
59632
59645
  var map = require_map();
59633
59646
  var _null = require_null();
@@ -59652,7 +59665,7 @@ var require_schema = __commonJS((exports) => {
59652
59665
  exports.schema = schema2;
59653
59666
  });
59654
59667
 
59655
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/json/schema.js
59668
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js
59656
59669
  var require_schema2 = __commonJS((exports) => {
59657
59670
  var Scalar = require_Scalar();
59658
59671
  var map = require_map();
@@ -59716,7 +59729,7 @@ var require_schema2 = __commonJS((exports) => {
59716
59729
  exports.schema = schema2;
59717
59730
  });
59718
59731
 
59719
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/binary.js
59732
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js
59720
59733
  var require_binary = __commonJS((exports) => {
59721
59734
  var node_buffer = __require("buffer");
59722
59735
  var Scalar = require_Scalar();
@@ -59771,7 +59784,7 @@ var require_binary = __commonJS((exports) => {
59771
59784
  exports.binary = binary;
59772
59785
  });
59773
59786
 
59774
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
59787
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
59775
59788
  var require_pairs = __commonJS((exports) => {
59776
59789
  var identity = require_identity();
59777
59790
  var Pair = require_Pair();
@@ -59846,7 +59859,7 @@ ${cn.comment}` : item.comment;
59846
59859
  exports.resolvePairs = resolvePairs;
59847
59860
  });
59848
59861
 
59849
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/omap.js
59862
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js
59850
59863
  var require_omap = __commonJS((exports) => {
59851
59864
  var identity = require_identity();
59852
59865
  var toJS = require_toJS();
@@ -59918,7 +59931,7 @@ var require_omap = __commonJS((exports) => {
59918
59931
  exports.omap = omap;
59919
59932
  });
59920
59933
 
59921
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/bool.js
59934
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js
59922
59935
  var require_bool2 = __commonJS((exports) => {
59923
59936
  var Scalar = require_Scalar();
59924
59937
  function boolStringify({ value, source }, ctx) {
@@ -59947,7 +59960,7 @@ var require_bool2 = __commonJS((exports) => {
59947
59960
  exports.trueTag = trueTag;
59948
59961
  });
59949
59962
 
59950
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/float.js
59963
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js
59951
59964
  var require_float2 = __commonJS((exports) => {
59952
59965
  var Scalar = require_Scalar();
59953
59966
  var stringifyNumber = require_stringifyNumber();
@@ -59993,7 +60006,7 @@ var require_float2 = __commonJS((exports) => {
59993
60006
  exports.floatNaN = floatNaN;
59994
60007
  });
59995
60008
 
59996
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/int.js
60009
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js
59997
60010
  var require_int2 = __commonJS((exports) => {
59998
60011
  var stringifyNumber = require_stringifyNumber();
59999
60012
  var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
@@ -60069,7 +60082,7 @@ var require_int2 = __commonJS((exports) => {
60069
60082
  exports.intOct = intOct;
60070
60083
  });
60071
60084
 
60072
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/set.js
60085
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js
60073
60086
  var require_set = __commonJS((exports) => {
60074
60087
  var identity = require_identity();
60075
60088
  var Pair = require_Pair();
@@ -60152,7 +60165,7 @@ var require_set = __commonJS((exports) => {
60152
60165
  exports.set = set;
60153
60166
  });
60154
60167
 
60155
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
60168
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
60156
60169
  var require_timestamp = __commonJS((exports) => {
60157
60170
  var stringifyNumber = require_stringifyNumber();
60158
60171
  function parseSexagesimal(str, asBigInt) {
@@ -60234,7 +60247,7 @@ var require_timestamp = __commonJS((exports) => {
60234
60247
  exports.timestamp = timestamp2;
60235
60248
  });
60236
60249
 
60237
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/yaml-1.1/schema.js
60250
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js
60238
60251
  var require_schema3 = __commonJS((exports) => {
60239
60252
  var map = require_map();
60240
60253
  var _null = require_null();
@@ -60275,7 +60288,7 @@ var require_schema3 = __commonJS((exports) => {
60275
60288
  exports.schema = schema2;
60276
60289
  });
60277
60290
 
60278
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/tags.js
60291
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js
60279
60292
  var require_tags = __commonJS((exports) => {
60280
60293
  var map = require_map();
60281
60294
  var _null = require_null();
@@ -60366,7 +60379,7 @@ var require_tags = __commonJS((exports) => {
60366
60379
  exports.getTags = getTags;
60367
60380
  });
60368
60381
 
60369
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/schema/Schema.js
60382
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js
60370
60383
  var require_Schema = __commonJS((exports) => {
60371
60384
  var identity = require_identity();
60372
60385
  var map = require_map();
@@ -60396,7 +60409,7 @@ var require_Schema = __commonJS((exports) => {
60396
60409
  exports.Schema = Schema;
60397
60410
  });
60398
60411
 
60399
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/stringify/stringifyDocument.js
60412
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js
60400
60413
  var require_stringifyDocument = __commonJS((exports) => {
60401
60414
  var identity = require_identity();
60402
60415
  var stringify2 = require_stringify3();
@@ -60476,7 +60489,7 @@ var require_stringifyDocument = __commonJS((exports) => {
60476
60489
  exports.stringifyDocument = stringifyDocument;
60477
60490
  });
60478
60491
 
60479
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/doc/Document.js
60492
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js
60480
60493
  var require_Document = __commonJS((exports) => {
60481
60494
  var Alias = require_Alias();
60482
60495
  var Collection = require_Collection();
@@ -60711,7 +60724,7 @@ var require_Document = __commonJS((exports) => {
60711
60724
  exports.Document = Document2;
60712
60725
  });
60713
60726
 
60714
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/errors.js
60727
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/errors.js
60715
60728
  var require_errors = __commonJS((exports) => {
60716
60729
  class YAMLError extends Error {
60717
60730
  constructor(name, pos, code, message2) {
@@ -60776,7 +60789,7 @@ ${pointer}
60776
60789
  exports.prettifyError = prettifyError;
60777
60790
  });
60778
60791
 
60779
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-props.js
60792
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js
60780
60793
  var require_resolve_props = __commonJS((exports) => {
60781
60794
  function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIndent, startOnNewline }) {
60782
60795
  let spaceBefore = false;
@@ -60906,7 +60919,7 @@ var require_resolve_props = __commonJS((exports) => {
60906
60919
  exports.resolveProps = resolveProps;
60907
60920
  });
60908
60921
 
60909
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/compose/util-contains-newline.js
60922
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js
60910
60923
  var require_util_contains_newline = __commonJS((exports) => {
60911
60924
  function containsNewline(key) {
60912
60925
  if (!key)
@@ -60946,7 +60959,7 @@ var require_util_contains_newline = __commonJS((exports) => {
60946
60959
  exports.containsNewline = containsNewline;
60947
60960
  });
60948
60961
 
60949
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/compose/util-flow-indent-check.js
60962
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js
60950
60963
  var require_util_flow_indent_check = __commonJS((exports) => {
60951
60964
  var utilContainsNewline = require_util_contains_newline();
60952
60965
  function flowIndentCheck(indent, fc, onError) {
@@ -60961,7 +60974,7 @@ var require_util_flow_indent_check = __commonJS((exports) => {
60961
60974
  exports.flowIndentCheck = flowIndentCheck;
60962
60975
  });
60963
60976
 
60964
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/compose/util-map-includes.js
60977
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js
60965
60978
  var require_util_map_includes = __commonJS((exports) => {
60966
60979
  var identity = require_identity();
60967
60980
  function mapIncludes(ctx, items, search) {
@@ -60974,7 +60987,7 @@ var require_util_map_includes = __commonJS((exports) => {
60974
60987
  exports.mapIncludes = mapIncludes;
60975
60988
  });
60976
60989
 
60977
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-block-map.js
60990
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js
60978
60991
  var require_resolve_block_map = __commonJS((exports) => {
60979
60992
  var Pair = require_Pair();
60980
60993
  var YAMLMap = require_YAMLMap();
@@ -61081,7 +61094,7 @@ var require_resolve_block_map = __commonJS((exports) => {
61081
61094
  exports.resolveBlockMap = resolveBlockMap;
61082
61095
  });
61083
61096
 
61084
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-block-seq.js
61097
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js
61085
61098
  var require_resolve_block_seq = __commonJS((exports) => {
61086
61099
  var YAMLSeq = require_YAMLSeq();
61087
61100
  var resolveProps = require_resolve_props();
@@ -61129,7 +61142,7 @@ var require_resolve_block_seq = __commonJS((exports) => {
61129
61142
  exports.resolveBlockSeq = resolveBlockSeq;
61130
61143
  });
61131
61144
 
61132
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-end.js
61145
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js
61133
61146
  var require_resolve_end = __commonJS((exports) => {
61134
61147
  function resolveEnd(end, offset, reqSpace, onError) {
61135
61148
  let comment = "";
@@ -61169,7 +61182,7 @@ var require_resolve_end = __commonJS((exports) => {
61169
61182
  exports.resolveEnd = resolveEnd;
61170
61183
  });
61171
61184
 
61172
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-flow-collection.js
61185
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js
61173
61186
  var require_resolve_flow_collection = __commonJS((exports) => {
61174
61187
  var identity = require_identity();
61175
61188
  var Pair = require_Pair();
@@ -61360,7 +61373,7 @@ var require_resolve_flow_collection = __commonJS((exports) => {
61360
61373
  exports.resolveFlowCollection = resolveFlowCollection;
61361
61374
  });
61362
61375
 
61363
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/compose/compose-collection.js
61376
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js
61364
61377
  var require_compose_collection = __commonJS((exports) => {
61365
61378
  var identity = require_identity();
61366
61379
  var Scalar = require_Scalar();
@@ -61422,7 +61435,7 @@ var require_compose_collection = __commonJS((exports) => {
61422
61435
  exports.composeCollection = composeCollection;
61423
61436
  });
61424
61437
 
61425
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-block-scalar.js
61438
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js
61426
61439
  var require_resolve_block_scalar = __commonJS((exports) => {
61427
61440
  var Scalar = require_Scalar();
61428
61441
  function resolveBlockScalar(ctx, scalar2, onError) {
@@ -61615,7 +61628,7 @@ var require_resolve_block_scalar = __commonJS((exports) => {
61615
61628
  exports.resolveBlockScalar = resolveBlockScalar;
61616
61629
  });
61617
61630
 
61618
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/compose/resolve-flow-scalar.js
61631
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js
61619
61632
  var require_resolve_flow_scalar = __commonJS((exports) => {
61620
61633
  var Scalar = require_Scalar();
61621
61634
  var resolveEnd = require_resolve_end();
@@ -61831,7 +61844,7 @@ var require_resolve_flow_scalar = __commonJS((exports) => {
61831
61844
  exports.resolveFlowScalar = resolveFlowScalar;
61832
61845
  });
61833
61846
 
61834
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/compose/compose-scalar.js
61847
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js
61835
61848
  var require_compose_scalar = __commonJS((exports) => {
61836
61849
  var identity = require_identity();
61837
61850
  var Scalar = require_Scalar();
@@ -61909,7 +61922,7 @@ var require_compose_scalar = __commonJS((exports) => {
61909
61922
  exports.composeScalar = composeScalar;
61910
61923
  });
61911
61924
 
61912
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/compose/util-empty-scalar-position.js
61925
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js
61913
61926
  var require_util_empty_scalar_position = __commonJS((exports) => {
61914
61927
  function emptyScalarPosition(offset, before, pos) {
61915
61928
  if (before) {
@@ -61936,7 +61949,7 @@ var require_util_empty_scalar_position = __commonJS((exports) => {
61936
61949
  exports.emptyScalarPosition = emptyScalarPosition;
61937
61950
  });
61938
61951
 
61939
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/compose/compose-node.js
61952
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js
61940
61953
  var require_compose_node = __commonJS((exports) => {
61941
61954
  var Alias = require_Alias();
61942
61955
  var identity = require_identity();
@@ -61967,17 +61980,22 @@ var require_compose_node = __commonJS((exports) => {
61967
61980
  case "block-map":
61968
61981
  case "block-seq":
61969
61982
  case "flow-collection":
61970
- node = composeCollection.composeCollection(CN, ctx, token, props, onError);
61971
- if (anchor)
61972
- node.anchor = anchor.source.substring(1);
61983
+ try {
61984
+ node = composeCollection.composeCollection(CN, ctx, token, props, onError);
61985
+ if (anchor)
61986
+ node.anchor = anchor.source.substring(1);
61987
+ } catch (error) {
61988
+ const message2 = error instanceof Error ? error.message : String(error);
61989
+ onError(token, "RESOURCE_EXHAUSTION", message2);
61990
+ }
61973
61991
  break;
61974
61992
  default: {
61975
61993
  const message2 = token.type === "error" ? token.message : `Unsupported token (type: ${token.type})`;
61976
61994
  onError(token, "UNEXPECTED_TOKEN", message2);
61977
- node = composeEmptyNode(ctx, token.offset, undefined, null, props, onError);
61978
61995
  isSrcToken = false;
61979
61996
  }
61980
61997
  }
61998
+ node ?? (node = composeEmptyNode(ctx, token.offset, undefined, null, props, onError));
61981
61999
  if (anchor && node.anchor === "")
61982
62000
  onError(anchor, "BAD_ALIAS", "Anchor cannot be an empty string");
61983
62001
  if (atKey && ctx.options.stringKeys && (!identity.isScalar(node) || typeof node.value !== "string" || node.tag && node.tag !== "tag:yaml.org,2002:str")) {
@@ -62034,7 +62052,7 @@ var require_compose_node = __commonJS((exports) => {
62034
62052
  exports.composeNode = composeNode;
62035
62053
  });
62036
62054
 
62037
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/compose/compose-doc.js
62055
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js
62038
62056
  var require_compose_doc = __commonJS((exports) => {
62039
62057
  var Document2 = require_Document();
62040
62058
  var composeNode = require_compose_node();
@@ -62074,7 +62092,7 @@ var require_compose_doc = __commonJS((exports) => {
62074
62092
  exports.composeDoc = composeDoc;
62075
62093
  });
62076
62094
 
62077
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/compose/composer.js
62095
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js
62078
62096
  var require_composer = __commonJS((exports) => {
62079
62097
  var node_process = __require("process");
62080
62098
  var directives = require_directives();
@@ -62263,7 +62281,7 @@ ${end.comment}` : end.comment;
62263
62281
  exports.Composer = Composer;
62264
62282
  });
62265
62283
 
62266
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/parse/cst-scalar.js
62284
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js
62267
62285
  var require_cst_scalar = __commonJS((exports) => {
62268
62286
  var resolveBlockScalar = require_resolve_block_scalar();
62269
62287
  var resolveFlowScalar = require_resolve_flow_scalar();
@@ -62453,7 +62471,7 @@ var require_cst_scalar = __commonJS((exports) => {
62453
62471
  exports.setScalarValue = setScalarValue;
62454
62472
  });
62455
62473
 
62456
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/parse/cst-stringify.js
62474
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js
62457
62475
  var require_cst_stringify = __commonJS((exports) => {
62458
62476
  var stringify2 = (cst) => ("type" in cst) ? stringifyToken(cst) : stringifyItem(cst);
62459
62477
  function stringifyToken(token) {
@@ -62511,7 +62529,7 @@ var require_cst_stringify = __commonJS((exports) => {
62511
62529
  exports.stringify = stringify2;
62512
62530
  });
62513
62531
 
62514
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/parse/cst-visit.js
62532
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js
62515
62533
  var require_cst_visit = __commonJS((exports) => {
62516
62534
  var BREAK = Symbol("break visit");
62517
62535
  var SKIP = Symbol("skip children");
@@ -62570,7 +62588,7 @@ var require_cst_visit = __commonJS((exports) => {
62570
62588
  exports.visit = visit;
62571
62589
  });
62572
62590
 
62573
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/parse/cst.js
62591
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js
62574
62592
  var require_cst = __commonJS((exports) => {
62575
62593
  var cstScalar = require_cst_scalar();
62576
62594
  var cstStringify = require_cst_stringify();
@@ -62671,7 +62689,7 @@ var require_cst = __commonJS((exports) => {
62671
62689
  exports.tokenType = tokenType;
62672
62690
  });
62673
62691
 
62674
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/parse/lexer.js
62692
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js
62675
62693
  var require_lexer = __commonJS((exports) => {
62676
62694
  var cst = require_cst();
62677
62695
  function isEmpty(ch) {
@@ -63257,7 +63275,7 @@ var require_lexer = __commonJS((exports) => {
63257
63275
  exports.Lexer = Lexer;
63258
63276
  });
63259
63277
 
63260
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/parse/line-counter.js
63278
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js
63261
63279
  var require_line_counter = __commonJS((exports) => {
63262
63280
  class LineCounter {
63263
63281
  constructor() {
@@ -63285,7 +63303,7 @@ var require_line_counter = __commonJS((exports) => {
63285
63303
  exports.LineCounter = LineCounter;
63286
63304
  });
63287
63305
 
63288
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/parse/parser.js
63306
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js
63289
63307
  var require_parser2 = __commonJS((exports) => {
63290
63308
  var node_process = __require("process");
63291
63309
  var cst = require_cst();
@@ -64134,7 +64152,7 @@ var require_parser2 = __commonJS((exports) => {
64134
64152
  exports.Parser = Parser;
64135
64153
  });
64136
64154
 
64137
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/public-api.js
64155
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/public-api.js
64138
64156
  var require_public_api = __commonJS((exports) => {
64139
64157
  var composer = require_composer();
64140
64158
  var Document2 = require_Document();
@@ -64228,7 +64246,7 @@ var require_public_api = __commonJS((exports) => {
64228
64246
  exports.stringify = stringify2;
64229
64247
  });
64230
64248
 
64231
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/dist/index.js
64249
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/index.js
64232
64250
  var require_dist4 = __commonJS((exports) => {
64233
64251
  var composer = require_composer();
64234
64252
  var Document2 = require_Document();
@@ -64499,7 +64517,7 @@ var require_punycode = __commonJS((exports, module) => {
64499
64517
  module.exports = punycode;
64500
64518
  });
64501
64519
 
64502
- // ../../node_modules/.bun/strtok3@10.3.4/node_modules/strtok3/lib/stream/Errors.js
64520
+ // ../../node_modules/.bun/strtok3@10.3.5/node_modules/strtok3/lib/stream/Errors.js
64503
64521
  var defaultMessages = "End-Of-Stream", EndOfStreamError, AbortError3;
64504
64522
  var init_Errors = __esm(() => {
64505
64523
  EndOfStreamError = class EndOfStreamError extends Error {
@@ -64516,7 +64534,7 @@ var init_Errors = __esm(() => {
64516
64534
  };
64517
64535
  });
64518
64536
 
64519
- // ../../node_modules/.bun/strtok3@10.3.4/node_modules/strtok3/lib/stream/Deferred.js
64537
+ // ../../node_modules/.bun/strtok3@10.3.5/node_modules/strtok3/lib/stream/Deferred.js
64520
64538
  class Deferred {
64521
64539
  constructor() {
64522
64540
  this.resolve = () => null;
@@ -64528,7 +64546,7 @@ class Deferred {
64528
64546
  }
64529
64547
  }
64530
64548
 
64531
- // ../../node_modules/.bun/strtok3@10.3.4/node_modules/strtok3/lib/stream/AbstractStreamReader.js
64549
+ // ../../node_modules/.bun/strtok3@10.3.5/node_modules/strtok3/lib/stream/AbstractStreamReader.js
64532
64550
  class AbstractStreamReader {
64533
64551
  constructor() {
64534
64552
  this.endOfStream = false;
@@ -64591,7 +64609,7 @@ var init_AbstractStreamReader = __esm(() => {
64591
64609
  init_Errors();
64592
64610
  });
64593
64611
 
64594
- // ../../node_modules/.bun/strtok3@10.3.4/node_modules/strtok3/lib/stream/StreamReader.js
64612
+ // ../../node_modules/.bun/strtok3@10.3.5/node_modules/strtok3/lib/stream/StreamReader.js
64595
64613
  var StreamReader;
64596
64614
  var init_StreamReader = __esm(() => {
64597
64615
  init_Errors();
@@ -64660,7 +64678,7 @@ var init_StreamReader = __esm(() => {
64660
64678
  };
64661
64679
  });
64662
64680
 
64663
- // ../../node_modules/.bun/strtok3@10.3.4/node_modules/strtok3/lib/stream/WebStreamReader.js
64681
+ // ../../node_modules/.bun/strtok3@10.3.5/node_modules/strtok3/lib/stream/WebStreamReader.js
64664
64682
  var WebStreamReader;
64665
64683
  var init_WebStreamReader = __esm(() => {
64666
64684
  init_AbstractStreamReader();
@@ -64678,7 +64696,7 @@ var init_WebStreamReader = __esm(() => {
64678
64696
  };
64679
64697
  });
64680
64698
 
64681
- // ../../node_modules/.bun/strtok3@10.3.4/node_modules/strtok3/lib/stream/WebStreamByobReader.js
64699
+ // ../../node_modules/.bun/strtok3@10.3.5/node_modules/strtok3/lib/stream/WebStreamByobReader.js
64682
64700
  var WebStreamByobReader;
64683
64701
  var init_WebStreamByobReader = __esm(() => {
64684
64702
  init_WebStreamReader();
@@ -64699,7 +64717,7 @@ var init_WebStreamByobReader = __esm(() => {
64699
64717
  };
64700
64718
  });
64701
64719
 
64702
- // ../../node_modules/.bun/strtok3@10.3.4/node_modules/strtok3/lib/stream/WebStreamDefaultReader.js
64720
+ // ../../node_modules/.bun/strtok3@10.3.5/node_modules/strtok3/lib/stream/WebStreamDefaultReader.js
64703
64721
  var WebStreamDefaultReader;
64704
64722
  var init_WebStreamDefaultReader = __esm(() => {
64705
64723
  init_Errors();
@@ -64753,7 +64771,7 @@ var init_WebStreamDefaultReader = __esm(() => {
64753
64771
  };
64754
64772
  });
64755
64773
 
64756
- // ../../node_modules/.bun/strtok3@10.3.4/node_modules/strtok3/lib/stream/WebStreamReaderFactory.js
64774
+ // ../../node_modules/.bun/strtok3@10.3.5/node_modules/strtok3/lib/stream/WebStreamReaderFactory.js
64757
64775
  function makeWebStreamReader(stream) {
64758
64776
  try {
64759
64777
  const reader = stream.getReader({ mode: "byob" });
@@ -64773,7 +64791,7 @@ var init_WebStreamReaderFactory = __esm(() => {
64773
64791
  init_WebStreamDefaultReader();
64774
64792
  });
64775
64793
 
64776
- // ../../node_modules/.bun/strtok3@10.3.4/node_modules/strtok3/lib/stream/index.js
64794
+ // ../../node_modules/.bun/strtok3@10.3.5/node_modules/strtok3/lib/stream/index.js
64777
64795
  var init_stream2 = __esm(() => {
64778
64796
  init_Errors();
64779
64797
  init_StreamReader();
@@ -64782,7 +64800,7 @@ var init_stream2 = __esm(() => {
64782
64800
  init_WebStreamReaderFactory();
64783
64801
  });
64784
64802
 
64785
- // ../../node_modules/.bun/strtok3@10.3.4/node_modules/strtok3/lib/AbstractTokenizer.js
64803
+ // ../../node_modules/.bun/strtok3@10.3.5/node_modules/strtok3/lib/AbstractTokenizer.js
64786
64804
  class AbstractTokenizer {
64787
64805
  constructor(options) {
64788
64806
  this.numBuffer = new Uint8Array(8);
@@ -64821,6 +64839,9 @@ class AbstractTokenizer {
64821
64839
  return token.get(this.numBuffer, 0);
64822
64840
  }
64823
64841
  async ignore(length) {
64842
+ if (length < 0) {
64843
+ throw new RangeError("ignore length must be ≥ 0 bytes");
64844
+ }
64824
64845
  if (this.fileInfo.size !== undefined) {
64825
64846
  const bytesLeft = this.fileInfo.size - this.position;
64826
64847
  if (length > bytesLeft) {
@@ -64857,7 +64878,7 @@ var init_AbstractTokenizer = __esm(() => {
64857
64878
  init_stream2();
64858
64879
  });
64859
64880
 
64860
- // ../../node_modules/.bun/strtok3@10.3.4/node_modules/strtok3/lib/ReadStreamTokenizer.js
64881
+ // ../../node_modules/.bun/strtok3@10.3.5/node_modules/strtok3/lib/ReadStreamTokenizer.js
64861
64882
  var maxBufferSize = 256000, ReadStreamTokenizer;
64862
64883
  var init_ReadStreamTokenizer = __esm(() => {
64863
64884
  init_AbstractTokenizer();
@@ -64919,6 +64940,9 @@ var init_ReadStreamTokenizer = __esm(() => {
64919
64940
  return bytesRead;
64920
64941
  }
64921
64942
  async ignore(length) {
64943
+ if (length < 0) {
64944
+ throw new RangeError("ignore length must be ≥ 0 bytes");
64945
+ }
64922
64946
  const bufSize = Math.min(maxBufferSize, length);
64923
64947
  const buf = new Uint8Array(bufSize);
64924
64948
  let totBytesRead = 0;
@@ -64944,7 +64968,7 @@ var init_ReadStreamTokenizer = __esm(() => {
64944
64968
  };
64945
64969
  });
64946
64970
 
64947
- // ../../node_modules/.bun/strtok3@10.3.4/node_modules/strtok3/lib/BufferTokenizer.js
64971
+ // ../../node_modules/.bun/strtok3@10.3.5/node_modules/strtok3/lib/BufferTokenizer.js
64948
64972
  var BufferTokenizer;
64949
64973
  var init_BufferTokenizer = __esm(() => {
64950
64974
  init_stream2();
@@ -64984,7 +65008,7 @@ var init_BufferTokenizer = __esm(() => {
64984
65008
  };
64985
65009
  });
64986
65010
 
64987
- // ../../node_modules/.bun/strtok3@10.3.4/node_modules/strtok3/lib/BlobTokenizer.js
65011
+ // ../../node_modules/.bun/strtok3@10.3.5/node_modules/strtok3/lib/BlobTokenizer.js
64988
65012
  var BlobTokenizer;
64989
65013
  var init_BlobTokenizer = __esm(() => {
64990
65014
  init_stream2();
@@ -65025,7 +65049,7 @@ var init_BlobTokenizer = __esm(() => {
65025
65049
  };
65026
65050
  });
65027
65051
 
65028
- // ../../node_modules/.bun/strtok3@10.3.4/node_modules/strtok3/lib/core.js
65052
+ // ../../node_modules/.bun/strtok3@10.3.5/node_modules/strtok3/lib/core.js
65029
65053
  function fromStream(stream, options) {
65030
65054
  const streamReader = new StreamReader(stream);
65031
65055
  const _options = options ?? {};
@@ -65065,7 +65089,7 @@ var init_core2 = __esm(() => {
65065
65089
  init_AbstractTokenizer();
65066
65090
  });
65067
65091
 
65068
- // ../../node_modules/.bun/strtok3@10.3.4/node_modules/strtok3/lib/FileTokenizer.js
65092
+ // ../../node_modules/.bun/strtok3@10.3.5/node_modules/strtok3/lib/FileTokenizer.js
65069
65093
  import { open as fsOpen } from "node:fs/promises";
65070
65094
  var FileTokenizer;
65071
65095
  var init_FileTokenizer = __esm(() => {
@@ -65115,7 +65139,7 @@ var init_FileTokenizer = __esm(() => {
65115
65139
  };
65116
65140
  });
65117
65141
 
65118
- // ../../node_modules/.bun/strtok3@10.3.4/node_modules/strtok3/lib/index.js
65142
+ // ../../node_modules/.bun/strtok3@10.3.5/node_modules/strtok3/lib/index.js
65119
65143
  import { stat as fsStat } from "node:fs/promises";
65120
65144
  async function fromStream2(stream, options) {
65121
65145
  const rst = fromStream(stream, options);
@@ -108361,5 +108385,5 @@ export {
108361
108385
  ADD_CONTACT_TEMPLATE
108362
108386
  };
108363
108387
 
108364
- //# debugId=3B2E4BD08C4C256264756E2164756E21
108388
+ //# debugId=ED50C80550B6F7A764756E2164756E21
108365
108389
  //# sourceMappingURL=index.node.js.map