@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.
@@ -3422,7 +3422,7 @@ var init_dist = __esm(() => {
3422
3422
  init_v4();
3423
3423
  });
3424
3424
 
3425
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/_virtual/_rolldown/runtime.js
3425
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/_virtual/_rolldown/runtime.js
3426
3426
  var __defProp2, __exportAll = (all, no_symbols) => {
3427
3427
  let target = {};
3428
3428
  for (var name in all)
@@ -3438,7 +3438,7 @@ var init_runtime = __esm(() => {
3438
3438
  __defProp2 = Object.defineProperty;
3439
3439
  });
3440
3440
 
3441
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/documents/document.js
3441
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/documents/document.js
3442
3442
  var Document = class {
3443
3443
  pageContent;
3444
3444
  metadata;
@@ -3451,7 +3451,7 @@ var Document = class {
3451
3451
  };
3452
3452
  var init_document = () => {};
3453
3453
 
3454
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/tools/utils.js
3454
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/tools/utils.js
3455
3455
  function _isToolCall(toolCall) {
3456
3456
  return !!(toolCall && typeof toolCall === "object" && ("type" in toolCall) && toolCall.type === "tool_call");
3457
3457
  }
@@ -3562,7 +3562,7 @@ var require_camelcase = __commonJS((exports, module) => {
3562
3562
  module.exports.default = camelCase;
3563
3563
  });
3564
3564
 
3565
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/load/map_keys.js
3565
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/load/map_keys.js
3566
3566
  function keyToJson(key, map) {
3567
3567
  return map?.[key] || import_decamelize.default(key);
3568
3568
  }
@@ -3579,7 +3579,7 @@ var init_map_keys = __esm(() => {
3579
3579
  import_camelcase = __toESM(require_camelcase(), 1);
3580
3580
  });
3581
3581
 
3582
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/load/validation.js
3582
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/load/validation.js
3583
3583
  function needsEscaping(obj) {
3584
3584
  return "lc" in obj || Object.keys(obj).length === 1 && "__lc_escaped__" in obj;
3585
3585
  }
@@ -3629,7 +3629,7 @@ function escapeIfNeeded(value, pathSet = /* @__PURE__ */ new WeakSet) {
3629
3629
  var LC_ESCAPED_KEY = "__lc_escaped__";
3630
3630
  var init_validation = () => {};
3631
3631
 
3632
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/load/serializable.js
3632
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/load/serializable.js
3633
3633
  function shallowCopy(obj) {
3634
3634
  return Array.isArray(obj) ? [...obj] : { ...obj };
3635
3635
  }
@@ -3741,7 +3741,7 @@ var init_serializable = __esm(() => {
3741
3741
  init_validation();
3742
3742
  });
3743
3743
 
3744
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/singletons/async_local_storage/globals.js
3744
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/singletons/async_local_storage/globals.js
3745
3745
  var TRACING_ALS_KEY, _CONTEXT_VARIABLES_KEY, setGlobalAsyncLocalStorageInstance = (instance) => {
3746
3746
  globalThis[TRACING_ALS_KEY] = instance;
3747
3747
  }, getGlobalAsyncLocalStorageInstance = () => {
@@ -3752,7 +3752,7 @@ var init_globals = __esm(() => {
3752
3752
  _CONTEXT_VARIABLES_KEY = Symbol.for("lc:context_variables");
3753
3753
  });
3754
3754
 
3755
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/namespace.js
3755
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/namespace.js
3756
3756
  function createNamespace(path) {
3757
3757
  const symbol = Symbol.for(path);
3758
3758
  return {
@@ -3784,7 +3784,7 @@ var init_namespace = __esm(() => {
3784
3784
  ns = createNamespace("langchain");
3785
3785
  });
3786
3786
 
3787
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/errors/index.js
3787
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/errors/index.js
3788
3788
  var ns2, LangChainError, ModelAbortError, ContextOverflowError;
3789
3789
  var init_errors = __esm(() => {
3790
3790
  init_runtime();
@@ -3820,7 +3820,7 @@ var init_errors = __esm(() => {
3820
3820
  };
3821
3821
  });
3822
3822
 
3823
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/json.js
3823
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/json.js
3824
3824
  function strictParsePartialJson(s) {
3825
3825
  try {
3826
3826
  return JSON.parse(s);
@@ -4048,7 +4048,7 @@ function parsePartialJson(s) {
4048
4048
  }
4049
4049
  var init_json = () => {};
4050
4050
 
4051
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/content/data.js
4051
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/content/data.js
4052
4052
  function isDataContentBlock(content_block) {
4053
4053
  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");
4054
4054
  }
@@ -4075,7 +4075,7 @@ function parseBase64DataUrl({ dataUrl: data_url, asTypedArray = false }) {
4075
4075
  }
4076
4076
  var init_data = () => {};
4077
4077
 
4078
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/utils.js
4078
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/utils.js
4079
4079
  function _isContentBlock(block, type) {
4080
4080
  return _isObject(block) && block.type === type;
4081
4081
  }
@@ -4104,7 +4104,7 @@ function safeParseJson(value) {
4104
4104
  var iife = (fn) => fn();
4105
4105
  var init_utils2 = () => {};
4106
4106
 
4107
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/anthropic.js
4107
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/anthropic.js
4108
4108
  function convertAnthropicAnnotation(citation) {
4109
4109
  if (citation.type === "char_location" && _isString(citation.document_title) && _isNumber(citation.start_char_index) && _isNumber(citation.end_char_index) && _isString(citation.cited_text)) {
4110
4110
  const { document_title, start_char_index, end_char_index, cited_text, ...rest } = citation;
@@ -4419,7 +4419,7 @@ var init_anthropic = __esm(() => {
4419
4419
  };
4420
4420
  });
4421
4421
 
4422
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/data.js
4422
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/data.js
4423
4423
  function convertToV1FromDataContentBlock(block) {
4424
4424
  if (isURLContentBlock(block))
4425
4425
  return {
@@ -4497,7 +4497,7 @@ var init_data2 = __esm(() => {
4497
4497
  init_utils2();
4498
4498
  });
4499
4499
 
4500
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/openai.js
4500
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/openai.js
4501
4501
  function convertToV1FromChatCompletions(message) {
4502
4502
  const blocks = [];
4503
4503
  if (typeof message.content === "string") {
@@ -4798,13 +4798,13 @@ var init_openai = __esm(() => {
4798
4798
  };
4799
4799
  });
4800
4800
 
4801
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/message.js
4801
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/message.js
4802
4802
  function isMessage(message) {
4803
4803
  return typeof message === "object" && message !== null && "type" in message && "content" in message && (typeof message.content === "string" || Array.isArray(message.content));
4804
4804
  }
4805
4805
  var init_message = () => {};
4806
4806
 
4807
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/format.js
4807
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/format.js
4808
4808
  function convertToFormattedString(message, format = "pretty") {
4809
4809
  if (format === "pretty")
4810
4810
  return convertToPrettyString(message);
@@ -4845,7 +4845,7 @@ function convertToPrettyString(message) {
4845
4845
  }
4846
4846
  var init_format = () => {};
4847
4847
 
4848
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/base.js
4848
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/base.js
4849
4849
  function mergeContent(firstContent, secondContent) {
4850
4850
  if (typeof firstContent === "string") {
4851
4851
  if (firstContent === "")
@@ -5118,7 +5118,7 @@ var init_base = __esm(() => {
5118
5118
  };
5119
5119
  });
5120
5120
 
5121
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/tool.js
5121
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/tool.js
5122
5122
  function defaultToolCallParser(rawToolCalls) {
5123
5123
  const toolCalls = [];
5124
5124
  const invalidToolCalls = [];
@@ -5150,7 +5150,7 @@ var init_tool = __esm(() => {
5150
5150
  init_base();
5151
5151
  });
5152
5152
 
5153
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/bedrock_converse.js
5153
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/bedrock_converse.js
5154
5154
  function convertFileFormatToMimeType(format) {
5155
5155
  switch (format) {
5156
5156
  case "csv":
@@ -5391,7 +5391,7 @@ var init_bedrock_converse = __esm(() => {
5391
5391
  };
5392
5392
  });
5393
5393
 
5394
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/deepseek.js
5394
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/deepseek.js
5395
5395
  function convertToV1FromDeepSeekMessage(message) {
5396
5396
  const blocks = [];
5397
5397
  const reasoningContent = message.additional_kwargs?.reasoning_content;
@@ -5431,7 +5431,7 @@ var init_deepseek = __esm(() => {
5431
5431
  };
5432
5432
  });
5433
5433
 
5434
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/google_genai.js
5434
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/google_genai.js
5435
5435
  function convertToV1FromChatGoogleMessage(message) {
5436
5436
  function* iterateContent() {
5437
5437
  const content = typeof message.content === "string" ? [{
@@ -5510,7 +5510,7 @@ var init_google_genai = __esm(() => {
5510
5510
  };
5511
5511
  });
5512
5512
 
5513
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/google_vertexai.js
5513
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/google_vertexai.js
5514
5514
  function convertToV1FromChatVertexMessage(message) {
5515
5515
  function* iterateContent() {
5516
5516
  const content = typeof message.content === "string" ? [{
@@ -5595,7 +5595,7 @@ var init_google_vertexai = __esm(() => {
5595
5595
  };
5596
5596
  });
5597
5597
 
5598
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/groq.js
5598
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/groq.js
5599
5599
  function convertToV1FromGroqMessage(message) {
5600
5600
  const blocks = [];
5601
5601
  const parsedReasoning = message.additional_kwargs?.reasoning;
@@ -5659,7 +5659,7 @@ var init_groq = __esm(() => {
5659
5659
  };
5660
5660
  });
5661
5661
 
5662
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/ollama.js
5662
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/ollama.js
5663
5663
  function convertToV1FromOllamaMessage(message) {
5664
5664
  const blocks = [];
5665
5665
  const reasoningContent = message.additional_kwargs?.reasoning_content;
@@ -5699,7 +5699,7 @@ var init_ollama = __esm(() => {
5699
5699
  };
5700
5700
  });
5701
5701
 
5702
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/xai.js
5702
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/xai.js
5703
5703
  function convertToV1FromXAIMessage(message) {
5704
5704
  const blocks = [];
5705
5705
  if (_isObject(message.additional_kwargs?.reasoning)) {
@@ -5754,7 +5754,7 @@ var init_xai = __esm(() => {
5754
5754
  };
5755
5755
  });
5756
5756
 
5757
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/google.js
5757
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/google.js
5758
5758
  function convertToV1FromChatGoogleMessage2(message) {
5759
5759
  function* iterateContent() {
5760
5760
  const content = iife(() => {
@@ -5865,7 +5865,7 @@ var init_google = __esm(() => {
5865
5865
  };
5866
5866
  });
5867
5867
 
5868
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/block_translators/index.js
5868
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/block_translators/index.js
5869
5869
  function getTranslator(modelProvider) {
5870
5870
  return globalThis.lc_block_translators_registry.get(modelProvider);
5871
5871
  }
@@ -5894,7 +5894,7 @@ var init_block_translators = __esm(() => {
5894
5894
  ]);
5895
5895
  });
5896
5896
 
5897
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/metadata.js
5897
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/metadata.js
5898
5898
  function mergeResponseMetadata(a2, b) {
5899
5899
  return _mergeDicts(a2, b) ?? {};
5900
5900
  }
@@ -5939,7 +5939,7 @@ var init_metadata = __esm(() => {
5939
5939
  init_base();
5940
5940
  });
5941
5941
 
5942
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/ai.js
5942
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/ai.js
5943
5943
  var AIMessage, AIMessageChunk;
5944
5944
  var init_ai = __esm(() => {
5945
5945
  init_base();
@@ -6174,32 +6174,32 @@ Please upgrade your packages to versions that set`,
6174
6174
  };
6175
6175
  });
6176
6176
 
6177
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/chat.js
6177
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/chat.js
6178
6178
  var init_chat = __esm(() => {
6179
6179
  init_base();
6180
6180
  });
6181
6181
 
6182
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/messages/function.js
6182
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/function.js
6183
6183
  var init_function = __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/human.js
6187
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/human.js
6188
6188
  var init_human = __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/modifier.js
6192
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/modifier.js
6193
6193
  var init_modifier = __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/system.js
6197
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/system.js
6198
6198
  var init_system = __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/utils.js
6202
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/messages/utils.js
6203
6203
  function _contentBlockToString(block) {
6204
6204
  if (typeof block === "string")
6205
6205
  return block;
@@ -6327,7 +6327,7 @@ var init_utils3 = __esm(() => {
6327
6327
  init_system();
6328
6328
  });
6329
6329
 
6330
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/env.js
6330
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/env.js
6331
6331
  function getRuntimeEnvironment() {
6332
6332
  if (runtimeEnvironment === undefined)
6333
6333
  runtimeEnvironment = {
@@ -6524,7 +6524,7 @@ var init_esm_browser = __esm(() => {
6524
6524
  init_validate();
6525
6525
  });
6526
6526
 
6527
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/callbacks/base.js
6527
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/callbacks/base.js
6528
6528
  var BaseCallbackHandlerMethodsClass = class {
6529
6529
  }, BaseCallbackHandler, isBaseCallbackHandler = (x) => {
6530
6530
  const callbackHandler = x;
@@ -6918,11 +6918,11 @@ var init_esm_browser2 = __esm(() => {
6918
6918
  init_v72();
6919
6919
  });
6920
6920
 
6921
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/experimental/otel/constants.js
6921
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/experimental/otel/constants.js
6922
6922
  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";
6923
6923
  var init_constants = () => {};
6924
6924
 
6925
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/singletons/fetch.js
6925
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/singletons/fetch.js
6926
6926
  var DEFAULT_FETCH_IMPLEMENTATION = (...args) => fetch(...args), globalFetchSupportsWebStreaming = undefined, LANGSMITH_FETCH_IMPLEMENTATION_KEY, _shouldStreamForGlobalFetchImplementation = () => {
6927
6927
  const overriddenFetchImpl = globalThis[LANGSMITH_FETCH_IMPLEMENTATION_KEY];
6928
6928
  if (overriddenFetchImpl === undefined) {
@@ -6947,7 +6947,7 @@ var init_fetch = __esm(() => {
6947
6947
  LANGSMITH_FETCH_IMPLEMENTATION_KEY = Symbol.for("ls:fetch_implementation");
6948
6948
  });
6949
6949
 
6950
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/project.js
6950
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/project.js
6951
6951
  var getDefaultProjectName = () => {
6952
6952
  return getLangSmithEnvironmentVariable("PROJECT") ?? getEnvironmentVariable2("LANGCHAIN_SESSION") ?? "default";
6953
6953
  };
@@ -6955,7 +6955,7 @@ var init_project = __esm(() => {
6955
6955
  init_env2();
6956
6956
  });
6957
6957
 
6958
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/warn.js
6958
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/warn.js
6959
6959
  function warnOnce(message) {
6960
6960
  if (!warnedMessages[message]) {
6961
6961
  console.warn(message);
@@ -6967,7 +6967,7 @@ var init_warn = __esm(() => {
6967
6967
  warnedMessages = {};
6968
6968
  });
6969
6969
 
6970
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/xxhash/xxhash.js
6970
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/xxhash/xxhash.js
6971
6971
  function hexToBytes(hex) {
6972
6972
  const bytes = new Uint8Array(hex.length / 2);
6973
6973
  for (let i3 = 0;i3 < hex.length; i3 += 2) {
@@ -7242,7 +7242,7 @@ var init_xxhash = __esm(() => {
7242
7242
  ACC_NB = STRIPE_LEN / 8;
7243
7243
  });
7244
7244
 
7245
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/_uuid.js
7245
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/_uuid.js
7246
7246
  function assertUuid(str, which) {
7247
7247
  if (!UUID_REGEX.test(str)) {
7248
7248
  const msg = which !== undefined ? `Invalid UUID for ${which}: ${str}` : `Invalid UUID: ${str}`;
@@ -7310,12 +7310,12 @@ var init__uuid = __esm(() => {
7310
7310
  _textEncoder = new TextEncoder;
7311
7311
  });
7312
7312
 
7313
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/uuid.js
7313
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/uuid.js
7314
7314
  var init_uuid = __esm(() => {
7315
7315
  init__uuid();
7316
7316
  });
7317
7317
 
7318
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/fs.browser.js
7318
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/fs.browser.js
7319
7319
  async function mkdir(_dir) {}
7320
7320
  async function writeFileAtomic(_filePath, _content) {}
7321
7321
  async function readdir(_dir) {
@@ -7342,7 +7342,7 @@ var init_fs_browser = __esm(() => {
7342
7342
  };
7343
7343
  });
7344
7344
 
7345
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/prompt_cache/index.js
7345
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/prompt_cache/index.js
7346
7346
  function isStale(entry, ttlSeconds) {
7347
7347
  if (ttlSeconds === null) {
7348
7348
  return false;
@@ -7567,8 +7567,8 @@ var init_prompt_cache = __esm(() => {
7567
7567
  promptCacheSingleton = new PromptCache;
7568
7568
  });
7569
7569
 
7570
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/index.js
7571
- var __version__ = "0.5.11";
7570
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/index.js
7571
+ var __version__ = "0.5.12";
7572
7572
  var init_dist2 = __esm(() => {
7573
7573
  init_client();
7574
7574
  init_run_trees();
@@ -7578,7 +7578,7 @@ var init_dist2 = __esm(() => {
7578
7578
  init_prompt_cache();
7579
7579
  });
7580
7580
 
7581
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/env.js
7581
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/env.js
7582
7582
  function getRuntimeEnvironment2() {
7583
7583
  if (runtimeEnvironment2 === undefined) {
7584
7584
  const env = getEnv2();
@@ -7709,7 +7709,7 @@ var init_env2 = __esm(() => {
7709
7709
  init_dist2();
7710
7710
  });
7711
7711
 
7712
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/singletons/otel.js
7712
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/singletons/otel.js
7713
7713
  class MockTracer {
7714
7714
  constructor() {
7715
7715
  Object.defineProperty(this, "hasWarned", {
@@ -7822,7 +7822,7 @@ var init_otel = __esm(() => {
7822
7822
  OTELProviderSingleton = new OTELProvider;
7823
7823
  });
7824
7824
 
7825
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/experimental/otel/translator.js
7825
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/experimental/otel/translator.js
7826
7826
  function getOperationName(runType) {
7827
7827
  return WELL_KNOWN_OPERATION_NAMES[runType] || runType;
7828
7828
  }
@@ -8167,7 +8167,7 @@ var init_translator = __esm(() => {
8167
8167
  };
8168
8168
  });
8169
8169
 
8170
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/is-network-error/index.js
8170
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/is-network-error/index.js
8171
8171
  function isNetworkError(error) {
8172
8172
  const isValid = error && isError(error) && error.name === "TypeError" && typeof error.message === "string";
8173
8173
  if (!isValid) {
@@ -8198,7 +8198,7 @@ var init_is_network_error = __esm(() => {
8198
8198
  ]);
8199
8199
  });
8200
8200
 
8201
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/p-retry/index.js
8201
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/p-retry/index.js
8202
8202
  function validateRetries(retries) {
8203
8203
  if (typeof retries === "number") {
8204
8204
  if (retries < 0) {
@@ -8886,14 +8886,14 @@ var require_dist = __commonJS((exports) => {
8886
8886
  exports.default = PQueue;
8887
8887
  });
8888
8888
 
8889
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/p-queue.js
8889
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/p-queue.js
8890
8890
  var import_p_queue, PQueue;
8891
8891
  var init_p_queue = __esm(() => {
8892
8892
  import_p_queue = __toESM(require_dist(), 1);
8893
8893
  PQueue = "default" in import_p_queue.default ? import_p_queue.default.default : import_p_queue.default;
8894
8894
  });
8895
8895
 
8896
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/async_caller.js
8896
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/async_caller.js
8897
8897
  class AsyncCaller {
8898
8898
  constructor(params) {
8899
8899
  Object.defineProperty(this, "maxConcurrency", {
@@ -9017,7 +9017,7 @@ var init_async_caller = __esm(() => {
9017
9017
  ];
9018
9018
  });
9019
9019
 
9020
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/messages.js
9020
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/messages.js
9021
9021
  function isLangChainMessage(message) {
9022
9022
  return typeof message?._getType === "function";
9023
9023
  }
@@ -10815,7 +10815,7 @@ var require_semver2 = __commonJS((exports, module) => {
10815
10815
  };
10816
10816
  });
10817
10817
 
10818
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/error.js
10818
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/error.js
10819
10819
  function getInvalidPromptIdentifierMsg(identifier) {
10820
10820
  return `Invalid prompt identifier format: "${identifier}". ` + `Expected one of:
10821
10821
  ` + ` - "prompt-name" (for private prompts)
@@ -10910,7 +10910,7 @@ var init_error = __esm(() => {
10910
10910
  };
10911
10911
  });
10912
10912
 
10913
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/prompts.js
10913
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/prompts.js
10914
10914
  function parsePromptIdentifier(identifier) {
10915
10915
  if (!identifier || identifier.split("/").length > 2 || identifier.startsWith("/") || identifier.endsWith("/") || identifier.split(":").length > 2) {
10916
10916
  throw new Error(getInvalidPromptIdentifierMsg(identifier));
@@ -10936,7 +10936,7 @@ var init_prompts = __esm(() => {
10936
10936
  import_semver = __toESM(require_semver2(), 1);
10937
10937
  });
10938
10938
 
10939
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/fast-safe-stringify/index.js
10939
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/fast-safe-stringify/index.js
10940
10940
  function defaultOptions() {
10941
10941
  return {
10942
10942
  depthLimit: Number.MAX_SAFE_INTEGER,
@@ -11091,7 +11091,7 @@ var init_fast_safe_stringify = __esm(() => {
11091
11091
  encoder = new TextEncoder;
11092
11092
  });
11093
11093
 
11094
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/client.js
11094
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/client.js
11095
11095
  function _ensureUTCTimestamp(ts) {
11096
11096
  if (typeof ts === "string" && ts.length > 0 && !ts.includes("Z") && !ts.includes("+") && !ts.includes("-", 10)) {
11097
11097
  return ts + "Z";
@@ -14804,7 +14804,7 @@ var init_client = __esm(() => {
14804
14804
  });
14805
14805
  });
14806
14806
 
14807
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/env.js
14807
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/env.js
14808
14808
  var isTracingEnabled = (tracingEnabled) => {
14809
14809
  if (tracingEnabled !== undefined) {
14810
14810
  return tracingEnabled;
@@ -14816,7 +14816,7 @@ var init_env3 = __esm(() => {
14816
14816
  init_env2();
14817
14817
  });
14818
14818
 
14819
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/singletons/constants.js
14819
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/singletons/constants.js
14820
14820
  var _LC_CONTEXT_VARIABLES_KEY, _LC_CHILD_RUN_END_PROMISES_KEY, _REPLICA_TRACE_ROOTS_KEY;
14821
14821
  var init_constants2 = __esm(() => {
14822
14822
  _LC_CONTEXT_VARIABLES_KEY = Symbol.for("lc:context_variables");
@@ -14824,7 +14824,7 @@ var init_constants2 = __esm(() => {
14824
14824
  _REPLICA_TRACE_ROOTS_KEY = Symbol.for("langsmith:replica_trace_roots");
14825
14825
  });
14826
14826
 
14827
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/utils/context_vars.js
14827
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/utils/context_vars.js
14828
14828
  function getContextVar(runTree, key) {
14829
14829
  if (_LC_CONTEXT_VARIABLES_KEY in runTree) {
14830
14830
  const contextVars = runTree[_LC_CONTEXT_VARIABLES_KEY];
@@ -14841,7 +14841,7 @@ var init_context_vars = __esm(() => {
14841
14841
  init_constants2();
14842
14842
  });
14843
14843
 
14844
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/run_trees.js
14844
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/run_trees.js
14845
14845
  function getReplicaKey(replica) {
14846
14846
  const sortedKeys = Object.keys(replica).sort();
14847
14847
  const keyData = sortedKeys.map((key) => `${key}:${replica[key] ?? ""}`).join("|");
@@ -15749,12 +15749,12 @@ var init_run_trees = __esm(() => {
15749
15749
  });
15750
15750
  });
15751
15751
 
15752
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/run_trees.js
15752
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/run_trees.js
15753
15753
  var init_run_trees2 = __esm(() => {
15754
15754
  init_run_trees();
15755
15755
  });
15756
15756
 
15757
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/tracers/base.js
15757
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/tracers/base.js
15758
15758
  function convertRunToRunTree(run, parentRun) {
15759
15759
  if (!run)
15760
15760
  return;
@@ -16328,7 +16328,7 @@ var require_ansi_styles = __commonJS((exports, module) => {
16328
16328
  });
16329
16329
  });
16330
16330
 
16331
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/tracers/console.js
16331
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/tracers/console.js
16332
16332
  function wrap(style, text) {
16333
16333
  return `${style.open}${text}${style.close}`;
16334
16334
  }
@@ -16442,12 +16442,12 @@ var init_console = __esm(() => {
16442
16442
  };
16443
16443
  });
16444
16444
 
16445
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/index.js
16445
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/index.js
16446
16446
  var init_langsmith = __esm(() => {
16447
16447
  init_dist2();
16448
16448
  });
16449
16449
 
16450
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/singletons/tracer.js
16450
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/singletons/tracer.js
16451
16451
  var client, getDefaultLangChainClientSingleton = () => {
16452
16452
  if (client === undefined)
16453
16453
  client = new Client(getEnvironmentVariable("LANGCHAIN_CALLBACKS_BACKGROUND") === "false" ? { blockOnRootRunFinalization: true } : {});
@@ -16458,7 +16458,7 @@ var init_tracer = __esm(() => {
16458
16458
  init_langsmith();
16459
16459
  });
16460
16460
 
16461
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/dist/singletons/traceable.js
16461
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/dist/singletons/traceable.js
16462
16462
  class MockAsyncLocalStorage {
16463
16463
  getStore() {
16464
16464
  return;
@@ -16498,12 +16498,12 @@ var init_traceable = __esm(() => {
16498
16498
  ROOT = Symbol.for("langsmith:traceable:root");
16499
16499
  });
16500
16500
 
16501
- // ../../node_modules/.bun/langsmith@0.5.11+2a8c511d497c1c85/node_modules/langsmith/singletons/traceable.js
16501
+ // ../../node_modules/.bun/langsmith@0.5.12+42cd84ef025c547b/node_modules/langsmith/singletons/traceable.js
16502
16502
  var init_traceable2 = __esm(() => {
16503
16503
  init_traceable();
16504
16504
  });
16505
16505
 
16506
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/tracers/tracer_langchain.js
16506
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/tracers/tracer_langchain.js
16507
16507
  function _getUsageMetadataFromGenerations(generations) {
16508
16508
  let output = undefined;
16509
16509
  for (const generationBatch of generations)
@@ -16618,7 +16618,7 @@ var init_tracer_langchain = __esm(() => {
16618
16618
  };
16619
16619
  });
16620
16620
 
16621
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/singletons/callbacks.js
16621
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/singletons/callbacks.js
16622
16622
  function createQueue() {
16623
16623
  return new ("default" in import_p_queue3.default ? import_p_queue3.default.default : import_p_queue3.default)({
16624
16624
  autoStart: true,
@@ -16655,13 +16655,13 @@ var init_callbacks = __esm(() => {
16655
16655
  import_p_queue3 = __toESM(require_dist(), 1);
16656
16656
  });
16657
16657
 
16658
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/callbacks/promises.js
16658
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/callbacks/promises.js
16659
16659
  var init_promises = __esm(() => {
16660
16660
  init_runtime();
16661
16661
  init_callbacks();
16662
16662
  });
16663
16663
 
16664
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/callbacks.js
16664
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/callbacks.js
16665
16665
  var isTracingEnabled2 = (tracingEnabled) => {
16666
16666
  if (tracingEnabled !== undefined)
16667
16667
  return tracingEnabled;
@@ -16676,7 +16676,7 @@ var init_callbacks2 = __esm(() => {
16676
16676
  init_env();
16677
16677
  });
16678
16678
 
16679
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/singletons/async_local_storage/context.js
16679
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/singletons/async_local_storage/context.js
16680
16680
  function getContextVariable(name) {
16681
16681
  const asyncLocalStorageInstance = getGlobalAsyncLocalStorageInstance();
16682
16682
  if (asyncLocalStorageInstance === undefined)
@@ -16690,7 +16690,7 @@ var init_context = __esm(() => {
16690
16690
  LC_CONFIGURE_HOOKS_KEY = Symbol("lc:configure_hooks");
16691
16691
  });
16692
16692
 
16693
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/callbacks/manager.js
16693
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/callbacks/manager.js
16694
16694
  function ensureHandler(handler) {
16695
16695
  if ("name" in handler)
16696
16696
  return handler;
@@ -17216,7 +17216,7 @@ var init_manager = __esm(() => {
17216
17216
  };
17217
17217
  });
17218
17218
 
17219
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/singletons/async_local_storage/index.js
17219
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/singletons/async_local_storage/index.js
17220
17220
  var MockAsyncLocalStorage2 = class {
17221
17221
  getStore() {}
17222
17222
  run(_store, callback) {
@@ -17270,14 +17270,14 @@ var init_async_local_storage = __esm(() => {
17270
17270
  AsyncLocalStorageProviderSingleton2 = new AsyncLocalStorageProvider2;
17271
17271
  });
17272
17272
 
17273
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/singletons/index.js
17273
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/singletons/index.js
17274
17274
  var init_singletons = __esm(() => {
17275
17275
  init_runtime();
17276
17276
  init_globals();
17277
17277
  init_async_local_storage();
17278
17278
  });
17279
17279
 
17280
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/runnables/config.js
17280
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/runnables/config.js
17281
17281
  async function getCallbackManagerForConfig(config) {
17282
17282
  return CallbackManager._configureSync(config?.callbacks, undefined, config?.tags, undefined, config?.metadata);
17283
17283
  }
@@ -17446,7 +17446,7 @@ var init_config = __esm(() => {
17446
17446
  ]);
17447
17447
  });
17448
17448
 
17449
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/signal.js
17449
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/signal.js
17450
17450
  async function raceWithSignal(promise, signal) {
17451
17451
  if (signal === undefined)
17452
17452
  return promise;
@@ -17474,7 +17474,7 @@ function getAbortSignalError(signal) {
17474
17474
  }
17475
17475
  var init_signal = () => {};
17476
17476
 
17477
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/stream.js
17477
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/stream.js
17478
17478
  function atee(iter, length = 2) {
17479
17479
  const buffers = Array.from({ length }, () => []);
17480
17480
  return buffers.map(async function* makeIter(buffer) {
@@ -17664,7 +17664,7 @@ var init_stream = __esm(() => {
17664
17664
  };
17665
17665
  });
17666
17666
 
17667
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/fast-json-patch/src/helpers.js
17667
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/fast-json-patch/src/helpers.js
17668
17668
  function hasOwnProperty(obj, key) {
17669
17669
  return _hasOwnProperty.call(obj, key);
17670
17670
  }
@@ -17769,7 +17769,7 @@ var init_helpers = __esm(() => {
17769
17769
  };
17770
17770
  });
17771
17771
 
17772
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/fast-json-patch/src/core.js
17772
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/fast-json-patch/src/core.js
17773
17773
  function getValueByPointer(document2, pointer) {
17774
17774
  if (pointer == "")
17775
17775
  return document2;
@@ -18095,7 +18095,7 @@ var init_core = __esm(() => {
18095
18095
  };
18096
18096
  });
18097
18097
 
18098
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/fast-json-patch/src/duplex.js
18098
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/fast-json-patch/src/duplex.js
18099
18099
  var init_duplex = __esm(() => {
18100
18100
  init_helpers();
18101
18101
  init_core();
@@ -18106,7 +18106,7 @@ var init_duplex = __esm(() => {
18106
18106
  */
18107
18107
  });
18108
18108
 
18109
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/fast-json-patch/index.js
18109
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/fast-json-patch/index.js
18110
18110
  var init_fast_json_patch = __esm(() => {
18111
18111
  init_helpers();
18112
18112
  init_core();
@@ -18114,7 +18114,7 @@ var init_fast_json_patch = __esm(() => {
18114
18114
  ({ ...core_exports });
18115
18115
  });
18116
18116
 
18117
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/tracers/log_stream.js
18117
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/tracers/log_stream.js
18118
18118
  async function _getStandardizedInputs(run, schemaFormat) {
18119
18119
  if (schemaFormat === "original")
18120
18120
  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.");
@@ -18371,7 +18371,7 @@ var init_log_stream = __esm(() => {
18371
18371
  };
18372
18372
  });
18373
18373
 
18374
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/outputs.js
18374
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/outputs.js
18375
18375
  var GenerationChunk = class GenerationChunk2 {
18376
18376
  text;
18377
18377
  generationInfo;
@@ -18393,7 +18393,7 @@ var init_outputs = __esm(() => {
18393
18393
  init_runtime();
18394
18394
  });
18395
18395
 
18396
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/tracers/event_stream.js
18396
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/tracers/event_stream.js
18397
18397
  function assignName({ name, serialized }) {
18398
18398
  if (name !== undefined)
18399
18399
  return name;
@@ -18798,7 +18798,7 @@ var init_event_stream = __esm(() => {
18798
18798
  };
18799
18799
  });
18800
18800
 
18801
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/is-network-error/index.js
18801
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/is-network-error/index.js
18802
18802
  function isNetworkError2(error) {
18803
18803
  if (!(error && isError2(error) && error.name === "TypeError" && typeof error.message === "string"))
18804
18804
  return false;
@@ -18825,7 +18825,7 @@ var init_is_network_error2 = __esm(() => {
18825
18825
  ]);
18826
18826
  });
18827
18827
 
18828
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/p-retry/index.js
18828
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/p-retry/index.js
18829
18829
  function validateRetries2(retries) {
18830
18830
  if (typeof retries === "number") {
18831
18831
  if (retries < 0)
@@ -18983,7 +18983,7 @@ var init_p_retry2 = __esm(() => {
18983
18983
  };
18984
18984
  });
18985
18985
 
18986
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/async_caller.js
18986
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/async_caller.js
18987
18987
  var import_p_queue4, STATUS_NO_RETRY, defaultFailedAttemptHandler = (error) => {
18988
18988
  if (typeof error !== "object" || error === null)
18989
18989
  return;
@@ -19061,7 +19061,7 @@ var init_async_caller2 = __esm(() => {
19061
19061
  ];
19062
19062
  });
19063
19063
 
19064
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/tracers/root_listener.js
19064
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/tracers/root_listener.js
19065
19065
  var RootListenersTracer;
19066
19066
  var init_root_listener = __esm(() => {
19067
19067
  init_base3();
@@ -19101,7 +19101,7 @@ var init_root_listener = __esm(() => {
19101
19101
  };
19102
19102
  });
19103
19103
 
19104
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/runnables/utils.js
19104
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/runnables/utils.js
19105
19105
  function isRunnableInterface(thing) {
19106
19106
  return thing ? thing.lc_runnable : false;
19107
19107
  }
@@ -30822,7 +30822,7 @@ var init_core3 = __esm(() => {
30822
30822
  init_to_json_schema();
30823
30823
  });
30824
30824
 
30825
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/types/zod.js
30825
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/types/zod.js
30826
30826
  function isZodSchemaV4(schema) {
30827
30827
  if (typeof schema !== "object" || schema === null)
30828
30828
  return false;
@@ -30876,6 +30876,11 @@ function isSimpleStringZodSchema(schema) {
30876
30876
  return schema._zod.def.type === "string";
30877
30877
  return false;
30878
30878
  }
30879
+ function isZodObjectV3(obj) {
30880
+ if (typeof obj === "object" && obj !== null && "_def" in obj && typeof obj._def === "object" && obj._def !== null && "typeName" in obj._def && obj._def.typeName === "ZodObject")
30881
+ return true;
30882
+ return false;
30883
+ }
30879
30884
  function isZodObjectV4(obj) {
30880
30885
  if (!isZodSchemaV4(obj))
30881
30886
  return false;
@@ -30905,7 +30910,7 @@ function isZodNullableV4(obj) {
30905
30910
  return false;
30906
30911
  }
30907
30912
  function interopZodObjectStrict(schema, recursive = false) {
30908
- if (isZodSchemaV3(schema))
30913
+ if (isZodObjectV3(schema))
30909
30914
  return schema.strict();
30910
30915
  if (isZodObjectV4(schema)) {
30911
30916
  const outputShape = schema._zod.def.shape;
@@ -31002,7 +31007,7 @@ var init_zod = __esm(() => {
31002
31007
  init_core3();
31003
31008
  });
31004
31009
 
31005
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/runnables/graph_mermaid.js
31010
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/runnables/graph_mermaid.js
31006
31011
  function _escapeNodeLabel(nodeLabel) {
31007
31012
  return nodeLabel.replace(/[^a-zA-Z-_0-9]/g, "_");
31008
31013
  }
@@ -31120,7 +31125,7 @@ var init_graph_mermaid = __esm(() => {
31120
31125
  ];
31121
31126
  });
31122
31127
 
31123
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Options.js
31128
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Options.js
31124
31129
  var ignoreOverride, defaultOptions2, getDefaultOptions = (options) => typeof options === "string" ? {
31125
31130
  ...defaultOptions2,
31126
31131
  name: options
@@ -31156,7 +31161,7 @@ var init_Options = __esm(() => {
31156
31161
  };
31157
31162
  });
31158
31163
 
31159
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Refs.js
31164
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Refs.js
31160
31165
  var getRefs = (options) => {
31161
31166
  const _options = getDefaultOptions(options);
31162
31167
  const currentPath = _options.name !== undefined ? [
@@ -31184,7 +31189,7 @@ var init_Refs = __esm(() => {
31184
31189
  init_Options();
31185
31190
  });
31186
31191
 
31187
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/getRelativePath.js
31192
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/getRelativePath.js
31188
31193
  var getRelativePath = (pathA, pathB) => {
31189
31194
  let i3 = 0;
31190
31195
  for (;i3 < pathA.length && i3 < pathB.length; i3++)
@@ -31194,7 +31199,7 @@ var getRelativePath = (pathA, pathB) => {
31194
31199
  };
31195
31200
  var init_getRelativePath = () => {};
31196
31201
 
31197
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/any.js
31202
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/any.js
31198
31203
  function parseAnyDef(refs) {
31199
31204
  if (refs.target !== "openAi")
31200
31205
  return {};
@@ -31210,7 +31215,7 @@ var init_any = __esm(() => {
31210
31215
  init_getRelativePath();
31211
31216
  });
31212
31217
 
31213
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/errorMessages.js
31218
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/errorMessages.js
31214
31219
  function addErrorMessage(res, key, errorMessage, refs) {
31215
31220
  if (!refs?.errorMessages)
31216
31221
  return;
@@ -35192,7 +35197,7 @@ var init_v3 = __esm(() => {
35192
35197
  init_external();
35193
35198
  });
35194
35199
 
35195
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/array.js
35200
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/array.js
35196
35201
  function parseArrayDef(def, refs) {
35197
35202
  const res = { type: "array" };
35198
35203
  if (def.type?._def && def.type?._def?.typeName !== ZodFirstPartyTypeKind.ZodAny)
@@ -35216,7 +35221,7 @@ var init_array = __esm(() => {
35216
35221
  init_v3();
35217
35222
  });
35218
35223
 
35219
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/bigint.js
35224
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/bigint.js
35220
35225
  function parseBigintDef(def, refs) {
35221
35226
  const res = {
35222
35227
  type: "integer",
@@ -35260,13 +35265,13 @@ var init_bigint = __esm(() => {
35260
35265
  init_errorMessages();
35261
35266
  });
35262
35267
 
35263
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/boolean.js
35268
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/boolean.js
35264
35269
  function parseBooleanDef() {
35265
35270
  return { type: "boolean" };
35266
35271
  }
35267
35272
  var init_boolean = () => {};
35268
35273
 
35269
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/branded.js
35274
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/branded.js
35270
35275
  function parseBrandedDef(_def, refs) {
35271
35276
  return parseDef(_def.type._def, refs);
35272
35277
  }
@@ -35274,7 +35279,7 @@ var init_branded = __esm(() => {
35274
35279
  init_parseDef();
35275
35280
  });
35276
35281
 
35277
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/catch.js
35282
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/catch.js
35278
35283
  var parseCatchDef = (def, refs) => {
35279
35284
  return parseDef(def.innerType._def, refs);
35280
35285
  };
@@ -35282,7 +35287,7 @@ var init_catch = __esm(() => {
35282
35287
  init_parseDef();
35283
35288
  });
35284
35289
 
35285
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/date.js
35290
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/date.js
35286
35291
  function parseDateDef(def, refs, overrideDateStrategy) {
35287
35292
  const strategy = overrideDateStrategy ?? refs.dateStrategy;
35288
35293
  if (Array.isArray(strategy))
@@ -35325,7 +35330,7 @@ var init_date = __esm(() => {
35325
35330
  init_errorMessages();
35326
35331
  });
35327
35332
 
35328
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/default.js
35333
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/default.js
35329
35334
  function parseDefaultDef(_def, refs) {
35330
35335
  return {
35331
35336
  ...parseDef(_def.innerType._def, refs),
@@ -35336,7 +35341,7 @@ var init_default = __esm(() => {
35336
35341
  init_parseDef();
35337
35342
  });
35338
35343
 
35339
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/effects.js
35344
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/effects.js
35340
35345
  function parseEffectsDef(_def, refs) {
35341
35346
  return refs.effectStrategy === "input" ? parseDef(_def.schema._def, refs) : parseAnyDef(refs);
35342
35347
  }
@@ -35345,7 +35350,7 @@ var init_effects = __esm(() => {
35345
35350
  init_parseDef();
35346
35351
  });
35347
35352
 
35348
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/enum.js
35353
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/enum.js
35349
35354
  function parseEnumDef(def) {
35350
35355
  return {
35351
35356
  type: "string",
@@ -35354,7 +35359,7 @@ function parseEnumDef(def) {
35354
35359
  }
35355
35360
  var init_enum = () => {};
35356
35361
 
35357
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/intersection.js
35362
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/intersection.js
35358
35363
  function parseIntersectionDef(def, refs) {
35359
35364
  const allOf = [parseDef(def.left._def, {
35360
35365
  ...refs,
@@ -35402,7 +35407,7 @@ var init_intersection = __esm(() => {
35402
35407
  init_parseDef();
35403
35408
  });
35404
35409
 
35405
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/literal.js
35410
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/literal.js
35406
35411
  function parseLiteralDef(def, refs) {
35407
35412
  const parsedType2 = typeof def.value;
35408
35413
  if (parsedType2 !== "bigint" && parsedType2 !== "number" && parsedType2 !== "boolean" && parsedType2 !== "string")
@@ -35419,7 +35424,7 @@ function parseLiteralDef(def, refs) {
35419
35424
  }
35420
35425
  var init_literal = () => {};
35421
35426
 
35422
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/string.js
35427
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/string.js
35423
35428
  function parseStringDef(def, refs) {
35424
35429
  const res = { type: "string" };
35425
35430
  if (def.checks)
@@ -35688,7 +35693,7 @@ var init_string = __esm(() => {
35688
35693
  ALPHA_NUMERIC = /* @__PURE__ */ new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");
35689
35694
  });
35690
35695
 
35691
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/record.js
35696
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/record.js
35692
35697
  function parseRecordDef(def, refs) {
35693
35698
  if (refs.target === "openAi")
35694
35699
  console.warn("Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead.");
@@ -35746,7 +35751,7 @@ var init_record = __esm(() => {
35746
35751
  init_v3();
35747
35752
  });
35748
35753
 
35749
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/map.js
35754
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/map.js
35750
35755
  function parseMapDef(def, refs) {
35751
35756
  if (refs.mapStrategy === "record")
35752
35757
  return parseRecordDef(def, refs);
@@ -35783,7 +35788,7 @@ var init_map = __esm(() => {
35783
35788
  init_parseDef();
35784
35789
  });
35785
35790
 
35786
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nativeEnum.js
35791
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nativeEnum.js
35787
35792
  function parseNativeEnumDef(def) {
35788
35793
  const object = def.values;
35789
35794
  const actualValues = Object.keys(def.values).filter((key) => {
@@ -35797,7 +35802,7 @@ function parseNativeEnumDef(def) {
35797
35802
  }
35798
35803
  var init_nativeEnum = () => {};
35799
35804
 
35800
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/never.js
35805
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/never.js
35801
35806
  function parseNeverDef(refs) {
35802
35807
  return refs.target === "openAi" ? undefined : { not: parseAnyDef({
35803
35808
  ...refs,
@@ -35808,7 +35813,7 @@ var init_never = __esm(() => {
35808
35813
  init_any();
35809
35814
  });
35810
35815
 
35811
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/null.js
35816
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/null.js
35812
35817
  function parseNullDef(refs) {
35813
35818
  return refs.target === "openApi3" ? {
35814
35819
  enum: ["null"],
@@ -35817,7 +35822,7 @@ function parseNullDef(refs) {
35817
35822
  }
35818
35823
  var init_null = () => {};
35819
35824
 
35820
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/union.js
35825
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/union.js
35821
35826
  function parseUnionDef(def, refs) {
35822
35827
  if (refs.target === "openApi3")
35823
35828
  return asAnyOf(def, refs);
@@ -35884,7 +35889,7 @@ var init_union = __esm(() => {
35884
35889
  };
35885
35890
  });
35886
35891
 
35887
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nullable.js
35892
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nullable.js
35888
35893
  function parseNullableDef(def, refs) {
35889
35894
  if ([
35890
35895
  "ZodString",
@@ -35930,7 +35935,7 @@ var init_nullable = __esm(() => {
35930
35935
  init_parseDef();
35931
35936
  });
35932
35937
 
35933
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/number.js
35938
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/number.js
35934
35939
  function parseNumberDef(def, refs) {
35935
35940
  const res = { type: "number" };
35936
35941
  if (!def.checks)
@@ -35975,7 +35980,7 @@ var init_number = __esm(() => {
35975
35980
  init_errorMessages();
35976
35981
  });
35977
35982
 
35978
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/object.js
35983
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/object.js
35979
35984
  function parseObjectDef(def, refs) {
35980
35985
  const forceOptionalIntoNullable = refs.target === "openAi";
35981
35986
  const result = {
@@ -36048,7 +36053,7 @@ var init_object = __esm(() => {
36048
36053
  init_parseDef();
36049
36054
  });
36050
36055
 
36051
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/optional.js
36056
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/optional.js
36052
36057
  var parseOptionalDef = (def, refs) => {
36053
36058
  if (refs.currentPath.toString() === refs.propertyPath?.toString())
36054
36059
  return parseDef(def.innerType._def, refs);
@@ -36067,7 +36072,7 @@ var init_optional = __esm(() => {
36067
36072
  init_parseDef();
36068
36073
  });
36069
36074
 
36070
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/pipeline.js
36075
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/pipeline.js
36071
36076
  var parsePipelineDef = (def, refs) => {
36072
36077
  if (refs.pipeStrategy === "input")
36073
36078
  return parseDef(def.in._def, refs);
@@ -36094,7 +36099,7 @@ var init_pipeline = __esm(() => {
36094
36099
  init_parseDef();
36095
36100
  });
36096
36101
 
36097
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/promise.js
36102
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/promise.js
36098
36103
  function parsePromiseDef(def, refs) {
36099
36104
  return parseDef(def.type._def, refs);
36100
36105
  }
@@ -36102,7 +36107,7 @@ var init_promise = __esm(() => {
36102
36107
  init_parseDef();
36103
36108
  });
36104
36109
 
36105
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/set.js
36110
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/set.js
36106
36111
  function parseSetDef(def, refs) {
36107
36112
  const schema = {
36108
36113
  type: "array",
@@ -36123,7 +36128,7 @@ var init_set = __esm(() => {
36123
36128
  init_parseDef();
36124
36129
  });
36125
36130
 
36126
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/tuple.js
36131
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/tuple.js
36127
36132
  function parseTupleDef(def, refs) {
36128
36133
  if (def.rest)
36129
36134
  return {
@@ -36161,7 +36166,7 @@ var init_tuple = __esm(() => {
36161
36166
  init_parseDef();
36162
36167
  });
36163
36168
 
36164
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/undefined.js
36169
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/undefined.js
36165
36170
  function parseUndefinedDef(refs) {
36166
36171
  return { not: parseAnyDef(refs) };
36167
36172
  }
@@ -36169,7 +36174,7 @@ var init_undefined = __esm(() => {
36169
36174
  init_any();
36170
36175
  });
36171
36176
 
36172
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/unknown.js
36177
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/unknown.js
36173
36178
  function parseUnknownDef(refs) {
36174
36179
  return parseAnyDef(refs);
36175
36180
  }
@@ -36177,7 +36182,7 @@ var init_unknown = __esm(() => {
36177
36182
  init_any();
36178
36183
  });
36179
36184
 
36180
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/readonly.js
36185
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/readonly.js
36181
36186
  var parseReadonlyDef = (def, refs) => {
36182
36187
  return parseDef(def.innerType._def, refs);
36183
36188
  };
@@ -36185,7 +36190,7 @@ var init_readonly = __esm(() => {
36185
36190
  init_parseDef();
36186
36191
  });
36187
36192
 
36188
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/selectParser.js
36193
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/selectParser.js
36189
36194
  var selectParser = (def, typeName, refs) => {
36190
36195
  switch (typeName) {
36191
36196
  case ZodFirstPartyTypeKind.ZodString:
@@ -36296,7 +36301,7 @@ var init_selectParser = __esm(() => {
36296
36301
  init_v3();
36297
36302
  });
36298
36303
 
36299
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parseDef.js
36304
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parseDef.js
36300
36305
  function parseDef(def, refs, forceResolution = false) {
36301
36306
  const seenItem = refs.seen.get(def);
36302
36307
  if (refs.override) {
@@ -36356,7 +36361,7 @@ var init_parseDef = __esm(() => {
36356
36361
  init_selectParser();
36357
36362
  });
36358
36363
 
36359
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/zodToJsonSchema.js
36364
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/zodToJsonSchema.js
36360
36365
  var zodToJsonSchema = (schema, options) => {
36361
36366
  const refs = getRefs(options);
36362
36367
  let definitions = typeof options === "object" && options.definitions ? Object.entries(options.definitions).reduce((acc, [name2, schema2]) => ({
@@ -36430,7 +36435,7 @@ var init_zodToJsonSchema = __esm(() => {
36430
36435
  init_parseDef();
36431
36436
  });
36432
36437
 
36433
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/zod-to-json-schema/index.js
36438
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/zod-to-json-schema/index.js
36434
36439
  var init_zod_to_json_schema = __esm(() => {
36435
36440
  init_Options();
36436
36441
  init_Refs();
@@ -36471,7 +36476,7 @@ var init_zod_to_json_schema = __esm(() => {
36471
36476
  init_zodToJsonSchema();
36472
36477
  });
36473
36478
 
36474
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/standard_schema.js
36479
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/standard_schema.js
36475
36480
  function isStandardJsonSchema(schema) {
36476
36481
  return (typeof schema === "object" || typeof schema === "function") && schema !== null && "~standard" in schema && typeof schema["~standard"] === "object" && schema["~standard"] !== null && "jsonSchema" in schema["~standard"];
36477
36482
  }
@@ -36479,7 +36484,7 @@ var init_standard_schema = __esm(() => {
36479
36484
  init_runtime();
36480
36485
  });
36481
36486
 
36482
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/json_schema.js
36487
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/json_schema.js
36483
36488
  function toJsonSchema(schema, params) {
36484
36489
  if (isStandardJsonSchema(schema) && !isZodSchemaV4(schema))
36485
36490
  return schema["~standard"].jsonSchema.input({ target: "draft-07" });
@@ -36503,7 +36508,7 @@ var init_json_schema2 = __esm(() => {
36503
36508
  init_core3();
36504
36509
  });
36505
36510
 
36506
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/runnables/graph.js
36511
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/runnables/graph.js
36507
36512
  function nodeDataStr(id, data) {
36508
36513
  if (id !== undefined && !validate_default(id))
36509
36514
  return id;
@@ -36715,7 +36720,7 @@ var init_graph = __esm(() => {
36715
36720
  init_esm_browser();
36716
36721
  });
36717
36722
 
36718
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/runnables/wrappers.js
36723
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/runnables/wrappers.js
36719
36724
  function convertToHttpEventStream(stream) {
36720
36725
  const encoder2 = new TextEncoder;
36721
36726
  const finalStream = new ReadableStream({ async start(controller) {
@@ -36735,7 +36740,7 @@ var init_wrappers = __esm(() => {
36735
36740
  init_stream();
36736
36741
  });
36737
36742
 
36738
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/runnables/iter.js
36743
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/runnables/iter.js
36739
36744
  function isIterableIterator(thing) {
36740
36745
  return typeof thing === "object" && thing !== null && typeof thing[Symbol.iterator] === "function" && typeof thing.next === "function";
36741
36746
  }
@@ -36768,7 +36773,7 @@ var init_iter = __esm(() => {
36768
36773
  init_config();
36769
36774
  });
36770
36775
 
36771
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/runnables/base.js
36776
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/runnables/base.js
36772
36777
  function _coerceToDict2(value, defaultKey) {
36773
36778
  return value && !Array.isArray(value) && !(value instanceof Date) && typeof value === "object" ? value : { [defaultKey]: value };
36774
36779
  }
@@ -38116,7 +38121,7 @@ var init_base4 = __esm(() => {
38116
38121
  };
38117
38122
  });
38118
38123
 
38119
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/documents/transformers.js
38124
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/documents/transformers.js
38120
38125
  var BaseDocumentTransformer;
38121
38126
  var init_transformers = __esm(() => {
38122
38127
  init_base4();
@@ -38132,7 +38137,7 @@ var init_transformers = __esm(() => {
38132
38137
  };
38133
38138
  });
38134
38139
 
38135
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/documents/index.js
38140
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/documents/index.js
38136
38141
  var init_documents = __esm(() => {
38137
38142
  init_runtime();
38138
38143
  init_document();
@@ -38375,14 +38380,14 @@ var init_lite = __esm(() => {
38375
38380
  init_chunk_VL2OQCWN();
38376
38381
  });
38377
38382
 
38378
- // ../../node_modules/.bun/@langchain+core@1.1.34+60549e3a9e4e4118/node_modules/@langchain/core/dist/utils/tiktoken.js
38383
+ // ../../node_modules/.bun/@langchain+core@1.1.35+a98553428946d7a2/node_modules/@langchain/core/dist/utils/tiktoken.js
38379
38384
  var init_tiktoken = __esm(() => {
38380
38385
  init_runtime();
38381
38386
  init_async_caller2();
38382
38387
  init_lite();
38383
38388
  });
38384
38389
 
38385
- // ../../node_modules/.bun/@langchain+textsplitters@1.0.1+f30ed4e969374662/node_modules/@langchain/textsplitters/dist/text_splitter.js
38390
+ // ../../node_modules/.bun/@langchain+textsplitters@1.0.1+45928d26f2e2776a/node_modules/@langchain/textsplitters/dist/text_splitter.js
38386
38391
  var TextSplitter, RecursiveCharacterTextSplitter;
38387
38392
  var init_text_splitter = __esm(() => {
38388
38393
  init_documents();
@@ -39058,7 +39063,7 @@ assembly `,
39058
39063
  };
39059
39064
  });
39060
39065
 
39061
- // ../../node_modules/.bun/@langchain+textsplitters@1.0.1+f30ed4e969374662/node_modules/@langchain/textsplitters/dist/index.js
39066
+ // ../../node_modules/.bun/@langchain+textsplitters@1.0.1+45928d26f2e2776a/node_modules/@langchain/textsplitters/dist/index.js
39062
39067
  var init_dist3 = __esm(() => {
39063
39068
  init_text_splitter();
39064
39069
  });
@@ -69107,7 +69112,7 @@ var init_events2 = __esm(() => {
69107
69112
  EventType2["HOOK_COMMAND_STOP"] = "HOOK_COMMAND_STOP";
69108
69113
  EventType2["HOOK_SESSION_START"] = "HOOK_SESSION_START";
69109
69114
  EventType2["HOOK_SESSION_END"] = "HOOK_SESSION_END";
69110
- EventType2["HOOK_AGENT_BOOTSTRAP"] = "HOOK_AGENT_BOOTSTRAP";
69115
+ EventType2["HOOK_AGENT_BASIC_CAPABILITIES"] = "HOOK_AGENT_BASIC_CAPABILITIES";
69111
69116
  EventType2["HOOK_AGENT_START"] = "HOOK_AGENT_START";
69112
69117
  EventType2["HOOK_AGENT_END"] = "HOOK_AGENT_END";
69113
69118
  EventType2["HOOK_GATEWAY_START"] = "HOOK_GATEWAY_START";
@@ -69152,7 +69157,7 @@ var init_hook = __esm(() => {
69152
69157
  "command:stop": "HOOK_COMMAND_STOP" /* HOOK_COMMAND_STOP */,
69153
69158
  "session:start": "HOOK_SESSION_START" /* HOOK_SESSION_START */,
69154
69159
  "session:end": "HOOK_SESSION_END" /* HOOK_SESSION_END */,
69155
- "agent:basic-capabilities": "HOOK_AGENT_BOOTSTRAP" /* HOOK_AGENT_BOOTSTRAP */,
69160
+ "agent:basic-capabilities": "HOOK_AGENT_BASIC_CAPABILITIES" /* HOOK_AGENT_BASIC_CAPABILITIES */,
69156
69161
  "gateway:startup": "HOOK_GATEWAY_START" /* HOOK_GATEWAY_START */,
69157
69162
  "gateway:stop": "HOOK_GATEWAY_STOP" /* HOOK_GATEWAY_STOP */,
69158
69163
  before_agent_start: "HOOK_AGENT_START" /* HOOK_AGENT_START */,
@@ -72657,7 +72662,7 @@ var init_agent_pb = __esm(() => {
72657
72662
  init_codegenv1();
72658
72663
  init_primitives_pb();
72659
72664
  init_wkt();
72660
- file_eliza_v1_agent = /* @__PURE__ */ fileDesc("ChRlbGl6YS92MS9hZ2VudC5wcm90bxIIZWxpemEudjEiQgoOTWVzc2FnZUV4YW1wbGUSDAoEbmFtZRgBIAEoCRIiCgdjb250ZW50GAIgASgLMhEuZWxpemEudjEuQ29udGVudCJaCg1Lbm93bGVkZ2VJdGVtEg4KBHBhdGgYASABKAlIABIxCglkaXJlY3RvcnkYAiABKAsyHC5lbGl6YS52MS5Lbm93bGVkZ2VEaXJlY3RvcnlIAEIGCgRpdGVtIkIKEktub3dsZWRnZURpcmVjdG9yeRIMCgRwYXRoGAEgASgJEhMKBnNoYXJlZBgCIAEoCEgAiAEBQgkKB19zaGFyZWQitQcKEUNoYXJhY3RlclNldHRpbmdzEiEKFHNob3VsZF9yZXNwb25kX21vZGVsGAEgASgJSACIAQESGwoOdXNlX211bHRpX3N0ZXAYAiABKAhIAYgBARIlChhtYXhfbXVsdGlzdGVwX2l0ZXJhdGlvbnMYAyABKAVIAogBARIgChNib290c3RyYXBfZGVmbGxtb2ZmGAQgASgISAOIAQESIAoTYm9vdHN0cmFwX2tlZXBfcmVzcBgFIAEoCEgEiAEBEicKGnByb3ZpZGVyc190b3RhbF90aW1lb3V0X21zGAYgASgFSAWIAQESJwoabWF4X3dvcmtpbmdfbWVtb3J5X2VudHJpZXMYByABKAVIBogBARIkChdhbHdheXNfcmVzcG9uZF9jaGFubmVscxgIIAEoCUgHiAEBEiMKFmFsd2F5c19yZXNwb25kX3NvdXJjZXMYCSABKAlICIgBARIgChNkZWZhdWx0X3RlbXBlcmF0dXJlGAogASgBSAmIAQESHwoSZGVmYXVsdF9tYXhfdG9rZW5zGAsgASgFSAqIAQESJgoZZGVmYXVsdF9mcmVxdWVuY3lfcGVuYWx0eRgMIAEoAUgLiAEBEiUKGGRlZmF1bHRfcHJlc2VuY2VfcGVuYWx0eRgNIAEoAUgMiAEBEicKGmRpc2FibGVfYmFzaWNfY2FwYWJpbGl0aWVzGA4gASgISA2IAQESJgoFZXh0cmEYECABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0QhcKFV9zaG91bGRfcmVzcG9uZF9tb2RlbEIRCg9fdXNlX211bHRpX3N0ZXBCGwoZX21heF9tdWx0aXN0ZXBfaXRlcmF0aW9uc0IWChRfYm9vdHN0cmFwX2RlZmxsbW9mZkIWChRfYm9vdHN0cmFwX2tlZXBfcmVzcEIdChtfcHJvdmlkZXJzX3RvdGFsX3RpbWVvdXRfbXNCHQobX21heF93b3JraW5nX21lbW9yeV9lbnRyaWVzQhoKGF9hbHdheXNfcmVzcG9uZF9jaGFubmVsc0IZChdfYWx3YXlzX3Jlc3BvbmRfc291cmNlc0IWChRfZGVmYXVsdF90ZW1wZXJhdHVyZUIVChNfZGVmYXVsdF9tYXhfdG9rZW5zQhwKGl9kZWZhdWx0X2ZyZXF1ZW5jeV9wZW5hbHR5QhsKGV9kZWZhdWx0X3ByZXNlbmNlX3BlbmFsdHlCHQobX2Rpc2FibGVfYmFzaWNfY2FwYWJpbGl0aWVzIjYKC1N0eWxlR3VpZGVzEgsKA2FsbBgBIAMoCRIMCgRjaGF0GAIgAygJEgwKBHBvc3QYAyADKAki3QUKCUNoYXJhY3RlchIPCgJpZBgBIAEoCUgAiAEBEgwKBG5hbWUYAiABKAkSFQoIdXNlcm5hbWUYAyABKAlIAYgBARITCgZzeXN0ZW0YBCABKAlIAogBARI1Cgl0ZW1wbGF0ZXMYBSADKAsyIi5lbGl6YS52MS5DaGFyYWN0ZXIuVGVtcGxhdGVzRW50cnkSCwoDYmlvGAYgAygJEjcKEG1lc3NhZ2VfZXhhbXBsZXMYByADKAsyHS5lbGl6YS52MS5NZXNzYWdlRXhhbXBsZUdyb3VwEhUKDXBvc3RfZXhhbXBsZXMYCCADKAkSDgoGdG9waWNzGAkgAygJEhIKCmFkamVjdGl2ZXMYCiADKAkSKgoJa25vd2xlZGdlGAsgAygLMhcuZWxpemEudjEuS25vd2xlZGdlSXRlbRIPCgdwbHVnaW5zGAwgAygJEjIKCHNldHRpbmdzGA0gASgLMhsuZWxpemEudjEuQ2hhcmFjdGVyU2V0dGluZ3NIA4gBARIxCgdzZWNyZXRzGA4gAygLMiAuZWxpemEudjEuQ2hhcmFjdGVyLlNlY3JldHNFbnRyeRIpCgVzdHlsZRgPIAEoCzIVLmVsaXphLnYxLlN0eWxlR3VpZGVzSASIAQESHgoRYWR2YW5jZWRfcGxhbm5pbmcYECABKAhIBYgBARIcCg9hZHZhbmNlZF9tZW1vcnkYESABKAhIBogBARowCg5UZW1wbGF0ZXNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBGi4KDFNlY3JldHNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBQgUKA19pZEILCglfdXNlcm5hbWVCCQoHX3N5c3RlbUILCglfc2V0dGluZ3NCCAoGX3N0eWxlQhQKEl9hZHZhbmNlZF9wbGFubmluZ0ISChBfYWR2YW5jZWRfbWVtb3J5IkEKE01lc3NhZ2VFeGFtcGxlR3JvdXASKgoIZXhhbXBsZXMYASADKAsyGC5lbGl6YS52MS5NZXNzYWdlRXhhbXBsZSKgAQoFQWdlbnQSJgoJY2hhcmFjdGVyGAEgASgLMhMuZWxpemEudjEuQ2hhcmFjdGVyEhQKB2VuYWJsZWQYAiABKAhIAIgBARIlCgZzdGF0dXMYAyABKA4yFS5lbGl6YS52MS5BZ2VudFN0YXR1cxISCgpjcmVhdGVkX2F0GAQgASgDEhIKCnVwZGF0ZWRfYXQYBSABKANCCgoIX2VuYWJsZWQqXwoLQWdlbnRTdGF0dXMSHAoYQUdFTlRfU1RBVFVTX1VOU1BFQ0lGSUVEEAASFwoTQUdFTlRfU1RBVFVTX0FDVElWRRABEhkKFUFHRU5UX1NUQVRVU19JTkFDVElWRRACQo0BCgxjb20uZWxpemEudjFCCkFnZW50UHJvdG9QAVowZ2l0aHViLmNvbS9lbGl6YW9zL2VsaXphL2dlbi9nby9lbGl6YS92MTtlbGl6YXYxogIDRVhYqgIIRWxpemEuVjHKAghFbGl6YVxWMeICFEVsaXphXFYxXEdQQk1ldGFkYXRh6gIJRWxpemE6OlYxYgZwcm90bzM", [file_eliza_v1_primitives, file_google_protobuf_struct]);
72665
+ file_eliza_v1_agent = /* @__PURE__ */ fileDesc("ChRlbGl6YS92MS9hZ2VudC5wcm90bxIIZWxpemEudjEiQgoOTWVzc2FnZUV4YW1wbGUSDAoEbmFtZRgBIAEoCRIiCgdjb250ZW50GAIgASgLMhEuZWxpemEudjEuQ29udGVudCJaCg1Lbm93bGVkZ2VJdGVtEg4KBHBhdGgYASABKAlIABIxCglkaXJlY3RvcnkYAiABKAsyHC5lbGl6YS52MS5Lbm93bGVkZ2VEaXJlY3RvcnlIAEIGCgRpdGVtIkIKEktub3dsZWRnZURpcmVjdG9yeRIMCgRwYXRoGAEgASgJEhMKBnNoYXJlZBgCIAEoCEgAiAEBQgkKB19zaGFyZWQi2QcKEUNoYXJhY3RlclNldHRpbmdzEiEKFHNob3VsZF9yZXNwb25kX21vZGVsGAEgASgJSACIAQESGwoOdXNlX211bHRpX3N0ZXAYAiABKAhIAYgBARIlChhtYXhfbXVsdGlzdGVwX2l0ZXJhdGlvbnMYAyABKAVIAogBARIpChxiYXNpY19jYXBhYmlsaXRpZXNfZGVmbGxtb2ZmGAQgASgISAOIAQESKQocYmFzaWNfY2FwYWJpbGl0aWVzX2tlZXBfcmVzcBgFIAEoCEgEiAEBEicKGnByb3ZpZGVyc190b3RhbF90aW1lb3V0X21zGAYgASgFSAWIAQESJwoabWF4X3dvcmtpbmdfbWVtb3J5X2VudHJpZXMYByABKAVIBogBARIkChdhbHdheXNfcmVzcG9uZF9jaGFubmVscxgIIAEoCUgHiAEBEiMKFmFsd2F5c19yZXNwb25kX3NvdXJjZXMYCSABKAlICIgBARIgChNkZWZhdWx0X3RlbXBlcmF0dXJlGAogASgBSAmIAQESHwoSZGVmYXVsdF9tYXhfdG9rZW5zGAsgASgFSAqIAQESJgoZZGVmYXVsdF9mcmVxdWVuY3lfcGVuYWx0eRgMIAEoAUgLiAEBEiUKGGRlZmF1bHRfcHJlc2VuY2VfcGVuYWx0eRgNIAEoAUgMiAEBEicKGmRpc2FibGVfYmFzaWNfY2FwYWJpbGl0aWVzGA4gASgISA2IAQESJgoFZXh0cmEYECABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0QhcKFV9zaG91bGRfcmVzcG9uZF9tb2RlbEIRCg9fdXNlX211bHRpX3N0ZXBCGwoZX21heF9tdWx0aXN0ZXBfaXRlcmF0aW9uc0IfCh1fYmFzaWNfY2FwYWJpbGl0aWVzX2RlZmxsbW9mZkIfCh1fYmFzaWNfY2FwYWJpbGl0aWVzX2tlZXBfcmVzcEIdChtfcHJvdmlkZXJzX3RvdGFsX3RpbWVvdXRfbXNCHQobX21heF93b3JraW5nX21lbW9yeV9lbnRyaWVzQhoKGF9hbHdheXNfcmVzcG9uZF9jaGFubmVsc0IZChdfYWx3YXlzX3Jlc3BvbmRfc291cmNlc0IWChRfZGVmYXVsdF90ZW1wZXJhdHVyZUIVChNfZGVmYXVsdF9tYXhfdG9rZW5zQhwKGl9kZWZhdWx0X2ZyZXF1ZW5jeV9wZW5hbHR5QhsKGV9kZWZhdWx0X3ByZXNlbmNlX3BlbmFsdHlCHQobX2Rpc2FibGVfYmFzaWNfY2FwYWJpbGl0aWVzIjYKC1N0eWxlR3VpZGVzEgsKA2FsbBgBIAMoCRIMCgRjaGF0GAIgAygJEgwKBHBvc3QYAyADKAki3QUKCUNoYXJhY3RlchIPCgJpZBgBIAEoCUgAiAEBEgwKBG5hbWUYAiABKAkSFQoIdXNlcm5hbWUYAyABKAlIAYgBARITCgZzeXN0ZW0YBCABKAlIAogBARI1Cgl0ZW1wbGF0ZXMYBSADKAsyIi5lbGl6YS52MS5DaGFyYWN0ZXIuVGVtcGxhdGVzRW50cnkSCwoDYmlvGAYgAygJEjcKEG1lc3NhZ2VfZXhhbXBsZXMYByADKAsyHS5lbGl6YS52MS5NZXNzYWdlRXhhbXBsZUdyb3VwEhUKDXBvc3RfZXhhbXBsZXMYCCADKAkSDgoGdG9waWNzGAkgAygJEhIKCmFkamVjdGl2ZXMYCiADKAkSKgoJa25vd2xlZGdlGAsgAygLMhcuZWxpemEudjEuS25vd2xlZGdlSXRlbRIPCgdwbHVnaW5zGAwgAygJEjIKCHNldHRpbmdzGA0gASgLMhsuZWxpemEudjEuQ2hhcmFjdGVyU2V0dGluZ3NIA4gBARIxCgdzZWNyZXRzGA4gAygLMiAuZWxpemEudjEuQ2hhcmFjdGVyLlNlY3JldHNFbnRyeRIpCgVzdHlsZRgPIAEoCzIVLmVsaXphLnYxLlN0eWxlR3VpZGVzSASIAQESHgoRYWR2YW5jZWRfcGxhbm5pbmcYECABKAhIBYgBARIcCg9hZHZhbmNlZF9tZW1vcnkYESABKAhIBogBARowCg5UZW1wbGF0ZXNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBGi4KDFNlY3JldHNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBQgUKA19pZEILCglfdXNlcm5hbWVCCQoHX3N5c3RlbUILCglfc2V0dGluZ3NCCAoGX3N0eWxlQhQKEl9hZHZhbmNlZF9wbGFubmluZ0ISChBfYWR2YW5jZWRfbWVtb3J5IkEKE01lc3NhZ2VFeGFtcGxlR3JvdXASKgoIZXhhbXBsZXMYASADKAsyGC5lbGl6YS52MS5NZXNzYWdlRXhhbXBsZSKgAQoFQWdlbnQSJgoJY2hhcmFjdGVyGAEgASgLMhMuZWxpemEudjEuQ2hhcmFjdGVyEhQKB2VuYWJsZWQYAiABKAhIAIgBARIlCgZzdGF0dXMYAyABKA4yFS5lbGl6YS52MS5BZ2VudFN0YXR1cxISCgpjcmVhdGVkX2F0GAQgASgDEhIKCnVwZGF0ZWRfYXQYBSABKANCCgoIX2VuYWJsZWQqXwoLQWdlbnRTdGF0dXMSHAoYQUdFTlRfU1RBVFVTX1VOU1BFQ0lGSUVEEAASFwoTQUdFTlRfU1RBVFVTX0FDVElWRRABEhkKFUFHRU5UX1NUQVRVU19JTkFDVElWRRACQo0BCgxjb20uZWxpemEudjFCCkFnZW50UHJvdG9QAVowZ2l0aHViLmNvbS9lbGl6YW9zL2VsaXphL2dlbi9nby9lbGl6YS92MTtlbGl6YXYxogIDRVhYqgIIRWxpemEuVjHKAghFbGl6YVxWMeICFEVsaXphXFYxXEdQQk1ldGFkYXRh6gIJRWxpemE6OlYxYgZwcm90bzM", [file_eliza_v1_primitives, file_google_protobuf_struct]);
72661
72666
  MessageExampleSchema = /* @__PURE__ */ messageDesc2(file_eliza_v1_agent, 0);
72662
72667
  KnowledgeItemSchema = /* @__PURE__ */ messageDesc2(file_eliza_v1_agent, 1);
72663
72668
  KnowledgeDirectorySchema = /* @__PURE__ */ messageDesc2(file_eliza_v1_agent, 2);
@@ -72918,6 +72923,14 @@ var init_events_pb = __esm(() => {
72918
72923
  ControlMessageActionSchema = /* @__PURE__ */ enumDesc(file_eliza_v1_events, 4);
72919
72924
  });
72920
72925
 
72926
+ // src/types/generated/eliza/v1/payment_pb.ts
72927
+ var file_eliza_v1_payment;
72928
+ var init_payment_pb = __esm(() => {
72929
+ init_codegenv1();
72930
+ init_wkt();
72931
+ file_eliza_v1_payment = /* @__PURE__ */ fileDesc("ChZlbGl6YS92MS9wYXltZW50LnByb3RvEghlbGl6YS52MSKpAQoXUGF5bWVudENvbmZpZ0RlZmluaXRpb24SDwoHbmV0d29yaxgBIAEoCRIXCg9hc3NldF9uYW1lc3BhY2UYAiABKAkSFwoPYXNzZXRfcmVmZXJlbmNlGAMgASgJEhcKD3BheW1lbnRfYWRkcmVzcxgEIAEoCRIOCgZzeW1ib2wYBSABKAkSFQoIY2hhaW5faWQYBiABKAlIAIgBAUILCglfY2hhaW5faWQiPQoKWDQwMkNvbmZpZxIWCg5wcmljZV9pbl9jZW50cxgBIAEoDRIXCg9wYXltZW50X2NvbmZpZ3MYAiADKAkivwIKC1g0MDJBY2NlcHRzEg4KBnNjaGVtZRgBIAEoCRIPCgduZXR3b3JrGAIgASgJEhsKE21heF9hbW91bnRfcmVxdWlyZWQYAyABKAkSEAoIcmVzb3VyY2UYBCABKAkSEwoLZGVzY3JpcHRpb24YBSABKAkSEQoJbWltZV90eXBlGAYgASgJEg4KBnBheV90bxgHIAEoCRIbChNtYXhfdGltZW91dF9zZWNvbmRzGAggASgNEg0KBWFzc2V0GAkgASgJEjMKDW91dHB1dF9zY2hlbWEYCiABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0SACIAQESKwoFZXh0cmEYCyABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0SAGIAQFCEAoOX291dHB1dF9zY2hlbWFCCAoGX2V4dHJhIogBCgxYNDAyUmVzcG9uc2USFAoMeDQwMl92ZXJzaW9uGAEgASgNEhIKBWVycm9yGAIgASgJSACIAQESJgoHYWNjZXB0cxgDIAMoCzIVLmVsaXphLnYxLlg0MDJBY2NlcHRzEhIKBXBheWVyGAQgASgJSAGIAQFCCAoGX2Vycm9yQggKBl9wYXllckKPAQoMY29tLmVsaXphLnYxQgxQYXltZW50UHJvdG9QAVowZ2l0aHViLmNvbS9lbGl6YW9zL2VsaXphL2dlbi9nby9lbGl6YS92MTtlbGl6YXYxogIDRVhYqgIIRWxpemEuVjHKAghFbGl6YVxWMeICFEVsaXphXFYxXEdQQk1ldGFkYXRh6gIJRWxpemE6OlYxYgZwcm90bzM", [file_google_protobuf_struct]);
72932
+ });
72933
+
72921
72934
  // src/types/generated/eliza/v1/service_pb.ts
72922
72935
  var file_eliza_v1_service, ServiceManifestSchema, ServiceErrorSchema, ServiceType, ServiceTypeSchema;
72923
72936
  var init_service_pb = __esm(() => {
@@ -72948,24 +72961,16 @@ var init_service_pb = __esm(() => {
72948
72961
  ServiceTypeSchema = /* @__PURE__ */ enumDesc(file_eliza_v1_service, 0);
72949
72962
  });
72950
72963
 
72951
- // src/types/generated/eliza/v1/payment_pb.ts
72952
- var file_eliza_v1_payment;
72953
- var init_payment_pb = __esm(() => {
72954
- init_codegenv1();
72955
- init_wkt();
72956
- file_eliza_v1_payment = /* @__PURE__ */ fileDesc("ChZlbGl6YS92MS9wYXltZW50LnByb3RvEghlbGl6YS52MSKpAQoXUGF5bWVudENvbmZpZ0RlZmluaXRpb24SDwoHbmV0d29yaxgBIAEoCRIXCg9hc3NldF9uYW1lc3BhY2UYAiABKAkSFwoPYXNzZXRfcmVmZXJlbmNlGAMgASgJEhcKD3BheW1lbnRfYWRkcmVzcxgEIAEoCRIOCgZzeW1ib2wYBSABKAkSFQoIY2hhaW5faWQYBiABKAlIAIgBAUILCglfY2hhaW5faWQiPQoKWDQwMkNvbmZpZxIWCg5wcmljZV9pbl9jZW50cxgBIAEoDRIXCg9wYXltZW50X2NvbmZpZ3MYAiADKAkivwIKC1g0MDJBY2NlcHRzEg4KBnNjaGVtZRgBIAEoCRIPCgduZXR3b3JrGAIgASgJEhsKE21heF9hbW91bnRfcmVxdWlyZWQYAyABKAkSEAoIcmVzb3VyY2UYBCABKAkSEwoLZGVzY3JpcHRpb24YBSABKAkSEQoJbWltZV90eXBlGAYgASgJEg4KBnBheV90bxgHIAEoCRIbChNtYXhfdGltZW91dF9zZWNvbmRzGAggASgNEg0KBWFzc2V0GAkgASgJEjMKDW91dHB1dF9zY2hlbWEYCiABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0SACIAQESKwoFZXh0cmEYCyABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0SAGIAQFCEAoOX291dHB1dF9zY2hlbWFCCAoGX2V4dHJhIogBCgxYNDAyUmVzcG9uc2USFAoMeDQwMl92ZXJzaW9uGAEgASgNEhIKBWVycm9yGAIgASgJSACIAQESJgoHYWNjZXB0cxgDIAMoCzIVLmVsaXphLnYxLlg0MDJBY2NlcHRzEhIKBXBheWVyGAQgASgJSAGIAQFCCAoGX2Vycm9yQggKBl9wYXllckKPAQoMY29tLmVsaXphLnYxQgxQYXltZW50UHJvdG9QAVowZ2l0aHViLmNvbS9lbGl6YW9zL2VsaXphL2dlbi9nby9lbGl6YS92MTtlbGl6YXYxogIDRVhYqgIIRWxpemEuVjHKAghFbGl6YVxWMeICFEVsaXphXFYxXEdQQk1ldGFkYXRh6gIJRWxpemE6OlYxYgZwcm90bzM", [file_google_protobuf_struct]);
72957
- });
72958
-
72959
72964
  // src/types/generated/eliza/v1/plugin_pb.ts
72960
72965
  var file_eliza_v1_plugin, RouteManifestSchema, JSONSchemaDefinitionSchema, ComponentTypeDefinitionSchema, PluginManifestSchema, EventHandlerListSchema, ProjectAgentManifestSchema, ProjectManifestSchema, HttpMethod, HttpMethodSchema;
72961
72966
  var init_plugin_pb2 = __esm(() => {
72962
72967
  init_codegenv1();
72963
72968
  init_agent_pb();
72964
72969
  init_components_pb();
72970
+ init_payment_pb();
72965
72971
  init_service_pb();
72966
72972
  init_wkt();
72967
- init_payment_pb();
72968
- 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]);
72973
+ 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]);
72969
72974
  RouteManifestSchema = /* @__PURE__ */ messageDesc2(file_eliza_v1_plugin, 0);
72970
72975
  JSONSchemaDefinitionSchema = /* @__PURE__ */ messageDesc2(file_eliza_v1_plugin, 1);
72971
72976
  ComponentTypeDefinitionSchema = /* @__PURE__ */ messageDesc2(file_eliza_v1_plugin, 2);
@@ -92758,7 +92763,7 @@ function isInsideFenceSpan(index, spans) {
92758
92763
  function isInsideInlineSpan(index, spans) {
92759
92764
  return spans.some(([start, end]) => index >= start && index < end);
92760
92765
  }
92761
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/index.js
92766
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/index.js
92762
92767
  var exports_dist = {};
92763
92768
  __export(exports_dist, {
92764
92769
  visitAsync: () => visitAsync,
@@ -92792,7 +92797,7 @@ __export(exports_dist, {
92792
92797
  Alias: () => Alias
92793
92798
  });
92794
92799
 
92795
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/nodes/identity.js
92800
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/identity.js
92796
92801
  var ALIAS = Symbol.for("yaml.alias");
92797
92802
  var DOC = Symbol.for("yaml.document");
92798
92803
  var MAP2 = Symbol.for("yaml.map");
@@ -92828,7 +92833,7 @@ function isNode3(node) {
92828
92833
  }
92829
92834
  var hasAnchor = (node) => (isScalar(node) || isCollection(node)) && !!node.anchor;
92830
92835
 
92831
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/visit.js
92836
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/visit.js
92832
92837
  var BREAK = Symbol("break visit");
92833
92838
  var SKIP = Symbol("skip children");
92834
92839
  var REMOVE = Symbol("remove node");
@@ -92978,7 +92983,7 @@ function replaceNode(key2, path2, node) {
92978
92983
  }
92979
92984
  }
92980
92985
 
92981
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/doc/directives.js
92986
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/doc/directives.js
92982
92987
  var escapeChars = {
92983
92988
  "!": "%21",
92984
92989
  ",": "%2C",
@@ -93125,7 +93130,7 @@ class Directives {
93125
93130
  Directives.defaultYaml = { explicit: false, version: "1.2" };
93126
93131
  Directives.defaultTags = { "!!": "tag:yaml.org,2002:" };
93127
93132
 
93128
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/doc/anchors.js
93133
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/doc/anchors.js
93129
93134
  function anchorIsValid(anchor) {
93130
93135
  if (/[\x00-\x19\s,[\]{}]/.test(anchor)) {
93131
93136
  const sa = JSON.stringify(anchor);
@@ -93179,7 +93184,7 @@ function createNodeAnchors(doc2, prefix) {
93179
93184
  };
93180
93185
  }
93181
93186
 
93182
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/doc/applyReviver.js
93187
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/doc/applyReviver.js
93183
93188
  function applyReviver(reviver, obj, key2, val) {
93184
93189
  if (val && typeof val === "object") {
93185
93190
  if (Array.isArray(val)) {
@@ -93223,7 +93228,7 @@ function applyReviver(reviver, obj, key2, val) {
93223
93228
  return reviver.call(obj, key2, val);
93224
93229
  }
93225
93230
 
93226
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/nodes/toJS.js
93231
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/toJS.js
93227
93232
  function toJS(value, arg, ctx) {
93228
93233
  if (Array.isArray(value))
93229
93234
  return value.map((v, i4) => toJS(v, String(i4), ctx));
@@ -93246,7 +93251,7 @@ function toJS(value, arg, ctx) {
93246
93251
  return value;
93247
93252
  }
93248
93253
 
93249
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/nodes/Node.js
93254
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/Node.js
93250
93255
  class NodeBase {
93251
93256
  constructor(type2) {
93252
93257
  Object.defineProperty(this, NODE_TYPE, { value: type2 });
@@ -93276,7 +93281,7 @@ class NodeBase {
93276
93281
  }
93277
93282
  }
93278
93283
 
93279
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/nodes/Alias.js
93284
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/Alias.js
93280
93285
  class Alias extends NodeBase {
93281
93286
  constructor(source2) {
93282
93287
  super(ALIAS);
@@ -93375,7 +93380,7 @@ function getAliasCount(doc2, node, anchors) {
93375
93380
  return 1;
93376
93381
  }
93377
93382
 
93378
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/nodes/Scalar.js
93383
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/Scalar.js
93379
93384
  var isScalarValue = (value) => !value || typeof value !== "function" && typeof value !== "object";
93380
93385
 
93381
93386
  class Scalar extends NodeBase {
@@ -93396,7 +93401,7 @@ Scalar.PLAIN = "PLAIN";
93396
93401
  Scalar.QUOTE_DOUBLE = "QUOTE_DOUBLE";
93397
93402
  Scalar.QUOTE_SINGLE = "QUOTE_SINGLE";
93398
93403
 
93399
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/doc/createNode.js
93404
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/doc/createNode.js
93400
93405
  var defaultTagPrefix = "tag:yaml.org,2002:";
93401
93406
  function findTagObject(value, tagName, tags) {
93402
93407
  if (tagName) {
@@ -93462,7 +93467,7 @@ function createNode(value, tagName, ctx) {
93462
93467
  return node;
93463
93468
  }
93464
93469
 
93465
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/nodes/Collection.js
93470
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/Collection.js
93466
93471
  function collectionFromPath(schema2, path2, value) {
93467
93472
  let v = value;
93468
93473
  for (let i4 = path2.length - 1;i4 >= 0; --i4) {
@@ -93569,7 +93574,7 @@ class Collection extends NodeBase {
93569
93574
  }
93570
93575
  }
93571
93576
 
93572
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/stringify/stringifyComment.js
93577
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringifyComment.js
93573
93578
  var stringifyComment = (str) => str.replace(/^(?!$)(?: $)?/gm, "#");
93574
93579
  function indentComment(comment, indent) {
93575
93580
  if (/^\n+$/.test(comment))
@@ -93581,7 +93586,7 @@ var lineComment = (str, indent, comment) => str.endsWith(`
93581
93586
  `) ? `
93582
93587
  ` + indentComment(comment, indent) : (str.endsWith(" ") ? "" : " ") + comment;
93583
93588
 
93584
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/stringify/foldFlowLines.js
93589
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/foldFlowLines.js
93585
93590
  var FOLD_FLOW = "flow";
93586
93591
  var FOLD_BLOCK = "block";
93587
93592
  var FOLD_QUOTED = "quoted";
@@ -93712,7 +93717,7 @@ function consumeMoreIndentedLines(text, i4, indent) {
93712
93717
  return end;
93713
93718
  }
93714
93719
 
93715
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/stringify/stringifyString.js
93720
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringifyString.js
93716
93721
  var getFoldOptions = (ctx, isBlock) => ({
93717
93722
  indentAtStart: isBlock ? ctx.indent.length : ctx.indentAtStart,
93718
93723
  lineWidth: ctx.options.lineWidth,
@@ -94005,7 +94010,7 @@ function stringifyString(item, ctx, onComment, onChompKeep) {
94005
94010
  return res;
94006
94011
  }
94007
94012
 
94008
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/stringify/stringify.js
94013
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringify.js
94009
94014
  function createStringifyContext(doc2, options) {
94010
94015
  const opt = Object.assign({
94011
94016
  blockQuote: true,
@@ -94023,6 +94028,7 @@ function createStringifyContext(doc2, options) {
94023
94028
  nullStr: "null",
94024
94029
  simpleKeys: false,
94025
94030
  singleQuote: null,
94031
+ trailingComma: false,
94026
94032
  trueStr: "true",
94027
94033
  verifyAliasOrder: true
94028
94034
  }, doc2.schema.toStringOptions, options);
@@ -94117,7 +94123,7 @@ function stringify3(item, ctx, onComment, onChompKeep) {
94117
94123
  ${ctx.indent}${str}`;
94118
94124
  }
94119
94125
 
94120
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/stringify/stringifyPair.js
94126
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringifyPair.js
94121
94127
  function stringifyPair({ key: key2, value }, ctx, onComment, onChompKeep) {
94122
94128
  const { allNullValues, doc: doc2, indent, indentStep, options: { commentString, indentSeq, simpleKeys } } = ctx;
94123
94129
  let keyComment = isNode3(key2) && key2.comment || null;
@@ -94246,14 +94252,14 @@ ${ctx.indent}`;
94246
94252
  return str;
94247
94253
  }
94248
94254
 
94249
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/log.js
94255
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/log.js
94250
94256
  function warn(logLevel, warning) {
94251
94257
  if (logLevel === "debug" || logLevel === "warn") {
94252
94258
  console.warn(warning);
94253
94259
  }
94254
94260
  }
94255
94261
 
94256
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js
94262
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js
94257
94263
  var MERGE_KEY = "<<";
94258
94264
  var merge2 = {
94259
94265
  identify: (value) => value === MERGE_KEY || typeof value === "symbol" && value.description === MERGE_KEY,
@@ -94300,7 +94306,7 @@ function mergeValue(ctx, map2, value) {
94300
94306
  return map2;
94301
94307
  }
94302
94308
 
94303
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js
94309
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js
94304
94310
  function addPairToJSMap(ctx, map2, { key: key2, value }) {
94305
94311
  if (isNode3(key2) && key2.addToJSMap)
94306
94312
  key2.addToJSMap(ctx, map2, value);
@@ -94353,7 +94359,7 @@ function stringifyKey(key2, jsKey, ctx) {
94353
94359
  return JSON.stringify(jsKey);
94354
94360
  }
94355
94361
 
94356
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/nodes/Pair.js
94362
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/Pair.js
94357
94363
  function createPair(key2, value, ctx) {
94358
94364
  const k = createNode(key2, undefined, ctx);
94359
94365
  const v = createNode(value, undefined, ctx);
@@ -94383,7 +94389,7 @@ class Pair {
94383
94389
  }
94384
94390
  }
94385
94391
 
94386
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/stringify/stringifyCollection.js
94392
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringifyCollection.js
94387
94393
  function stringifyCollection(collection, ctx, options) {
94388
94394
  const flow = ctx.inFlow ?? collection.flow;
94389
94395
  const stringify4 = flow ? stringifyFlowCollection : stringifyBlockCollection;
@@ -94482,13 +94488,20 @@ function stringifyFlowCollection({ items }, ctx, { flowChars, itemIndent }) {
94482
94488
  if (comment)
94483
94489
  reqNewline = true;
94484
94490
  let str = stringify3(item, itemCtx, () => comment = null);
94485
- if (i4 < items.length - 1)
94491
+ reqNewline || (reqNewline = lines.length > linesAtValue || str.includes(`
94492
+ `));
94493
+ if (i4 < items.length - 1) {
94486
94494
  str += ",";
94495
+ } else if (ctx.options.trailingComma) {
94496
+ if (ctx.options.lineWidth > 0) {
94497
+ reqNewline || (reqNewline = lines.reduce((sum, line2) => sum + line2.length + 2, 2) + (str.length + 2) > ctx.options.lineWidth);
94498
+ }
94499
+ if (reqNewline) {
94500
+ str += ",";
94501
+ }
94502
+ }
94487
94503
  if (comment)
94488
94504
  str += lineComment(str, itemIndent, commentString(comment));
94489
- if (!reqNewline && (lines.length > linesAtValue || str.includes(`
94490
- `)))
94491
- reqNewline = true;
94492
94505
  lines.push(str);
94493
94506
  linesAtValue = lines.length;
94494
94507
  }
@@ -94522,7 +94535,7 @@ function addCommentBefore({ indent, options: { commentString } }, lines, comment
94522
94535
  }
94523
94536
  }
94524
94537
 
94525
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/nodes/YAMLMap.js
94538
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/YAMLMap.js
94526
94539
  function findPair(items, key2) {
94527
94540
  const k = isScalar(key2) ? key2.value : key2;
94528
94541
  for (const it of items) {
@@ -94639,7 +94652,7 @@ class YAMLMap extends Collection {
94639
94652
  }
94640
94653
  }
94641
94654
 
94642
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/common/map.js
94655
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/common/map.js
94643
94656
  var map2 = {
94644
94657
  collection: "map",
94645
94658
  default: true,
@@ -94653,7 +94666,7 @@ var map2 = {
94653
94666
  createNode: (schema2, obj, ctx) => YAMLMap.from(schema2, obj, ctx)
94654
94667
  };
94655
94668
 
94656
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/nodes/YAMLSeq.js
94669
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/nodes/YAMLSeq.js
94657
94670
  class YAMLSeq extends Collection {
94658
94671
  static get tagName() {
94659
94672
  return "tag:yaml.org,2002:seq";
@@ -94736,7 +94749,7 @@ function asItemIndex(key2) {
94736
94749
  return typeof idx === "number" && Number.isInteger(idx) && idx >= 0 ? idx : null;
94737
94750
  }
94738
94751
 
94739
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/common/seq.js
94752
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/common/seq.js
94740
94753
  var seq = {
94741
94754
  collection: "seq",
94742
94755
  default: true,
@@ -94750,7 +94763,7 @@ var seq = {
94750
94763
  createNode: (schema2, obj, ctx) => YAMLSeq.from(schema2, obj, ctx)
94751
94764
  };
94752
94765
 
94753
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/common/string.js
94766
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/common/string.js
94754
94767
  var string4 = {
94755
94768
  identify: (value) => typeof value === "string",
94756
94769
  default: true,
@@ -94762,7 +94775,7 @@ var string4 = {
94762
94775
  }
94763
94776
  };
94764
94777
 
94765
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/common/null.js
94778
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/common/null.js
94766
94779
  var nullTag = {
94767
94780
  identify: (value) => value == null,
94768
94781
  createNode: () => new Scalar(null),
@@ -94773,7 +94786,7 @@ var nullTag = {
94773
94786
  stringify: ({ source: source2 }, ctx) => typeof source2 === "string" && nullTag.test.test(source2) ? source2 : ctx.options.nullStr
94774
94787
  };
94775
94788
 
94776
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/core/bool.js
94789
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/core/bool.js
94777
94790
  var boolTag = {
94778
94791
  identify: (value) => typeof value === "boolean",
94779
94792
  default: true,
@@ -94790,7 +94803,7 @@ var boolTag = {
94790
94803
  }
94791
94804
  };
94792
94805
 
94793
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/stringify/stringifyNumber.js
94806
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringifyNumber.js
94794
94807
  function stringifyNumber({ format: format3, minFractionDigits, tag, value }) {
94795
94808
  if (typeof value === "bigint")
94796
94809
  return String(value);
@@ -94811,7 +94824,7 @@ function stringifyNumber({ format: format3, minFractionDigits, tag, value }) {
94811
94824
  return n3;
94812
94825
  }
94813
94826
 
94814
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/core/float.js
94827
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/core/float.js
94815
94828
  var floatNaN = {
94816
94829
  identify: (value) => typeof value === "number",
94817
94830
  default: true,
@@ -94847,7 +94860,7 @@ var float = {
94847
94860
  stringify: stringifyNumber
94848
94861
  };
94849
94862
 
94850
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/core/int.js
94863
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/core/int.js
94851
94864
  var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
94852
94865
  var intResolve = (str, offset, radix, { intAsBigInt }) => intAsBigInt ? BigInt(str) : parseInt(str.substring(offset), radix);
94853
94866
  function intStringify(node, radix, prefix) {
@@ -94883,7 +94896,7 @@ var intHex = {
94883
94896
  stringify: (node) => intStringify(node, 16, "0x")
94884
94897
  };
94885
94898
 
94886
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/core/schema.js
94899
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/core/schema.js
94887
94900
  var schema2 = [
94888
94901
  map2,
94889
94902
  seq,
@@ -94898,7 +94911,7 @@ var schema2 = [
94898
94911
  float
94899
94912
  ];
94900
94913
 
94901
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/json/schema.js
94914
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/json/schema.js
94902
94915
  function intIdentify2(value) {
94903
94916
  return typeof value === "bigint" || Number.isInteger(value);
94904
94917
  }
@@ -94956,7 +94969,7 @@ var jsonError = {
94956
94969
  };
94957
94970
  var schema3 = [map2, seq].concat(jsonScalars, jsonError);
94958
94971
 
94959
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js
94972
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js
94960
94973
  var binary = {
94961
94974
  identify: (value) => value instanceof Uint8Array,
94962
94975
  default: false,
@@ -95001,7 +95014,7 @@ var binary = {
95001
95014
  }
95002
95015
  };
95003
95016
 
95004
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js
95017
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js
95005
95018
  function resolvePairs(seq2, onError) {
95006
95019
  if (isSeq(seq2)) {
95007
95020
  for (let i4 = 0;i4 < seq2.items.length; ++i4) {
@@ -95067,7 +95080,7 @@ var pairs = {
95067
95080
  createNode: createPairs
95068
95081
  };
95069
95082
 
95070
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js
95083
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js
95071
95084
  class YAMLOMap extends YAMLSeq {
95072
95085
  constructor() {
95073
95086
  super();
@@ -95129,7 +95142,7 @@ var omap = {
95129
95142
  createNode: (schema4, iterable, ctx) => YAMLOMap.from(schema4, iterable, ctx)
95130
95143
  };
95131
95144
 
95132
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js
95145
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js
95133
95146
  function boolStringify({ value, source: source2 }, ctx) {
95134
95147
  const boolObj = value ? trueTag : falseTag;
95135
95148
  if (source2 && boolObj.test.test(source2))
@@ -95153,7 +95166,7 @@ var falseTag = {
95153
95166
  stringify: boolStringify
95154
95167
  };
95155
95168
 
95156
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js
95169
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js
95157
95170
  var floatNaN2 = {
95158
95171
  identify: (value) => typeof value === "number",
95159
95172
  default: true,
@@ -95192,7 +95205,7 @@ var float2 = {
95192
95205
  stringify: stringifyNumber
95193
95206
  };
95194
95207
 
95195
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js
95208
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js
95196
95209
  var intIdentify3 = (value) => typeof value === "bigint" || Number.isInteger(value);
95197
95210
  function intResolve2(str, offset, radix, { intAsBigInt }) {
95198
95211
  const sign2 = str[0];
@@ -95261,7 +95274,7 @@ var intHex2 = {
95261
95274
  stringify: (node) => intStringify2(node, 16, "0x")
95262
95275
  };
95263
95276
 
95264
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js
95277
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js
95265
95278
  class YAMLSet extends YAMLMap {
95266
95279
  constructor(schema4) {
95267
95280
  super(schema4);
@@ -95336,7 +95349,7 @@ var set2 = {
95336
95349
  }
95337
95350
  };
95338
95351
 
95339
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js
95352
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js
95340
95353
  function parseSexagesimal(str, asBigInt) {
95341
95354
  const sign2 = str[0];
95342
95355
  const parts = sign2 === "-" || sign2 === "+" ? str.substring(1) : str;
@@ -95412,7 +95425,7 @@ var timestamp3 = {
95412
95425
  stringify: ({ value }) => value?.toISOString().replace(/(T00:00:00)?\.000Z$/, "") ?? ""
95413
95426
  };
95414
95427
 
95415
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js
95428
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js
95416
95429
  var schema4 = [
95417
95430
  map2,
95418
95431
  seq,
@@ -95437,7 +95450,7 @@ var schema4 = [
95437
95450
  timestamp3
95438
95451
  ];
95439
95452
 
95440
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/tags.js
95453
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/tags.js
95441
95454
  var schemas3 = new Map([
95442
95455
  ["core", schema2],
95443
95456
  ["failsafe", [map2, seq, string4]],
@@ -95508,7 +95521,7 @@ function getTags(customTags, schemaName, addMergeTag) {
95508
95521
  }, []);
95509
95522
  }
95510
95523
 
95511
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/schema/Schema.js
95524
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/schema/Schema.js
95512
95525
  var sortMapEntriesByKey = (a2, b) => a2.key < b.key ? -1 : a2.key > b.key ? 1 : 0;
95513
95526
 
95514
95527
  class Schema {
@@ -95530,7 +95543,7 @@ class Schema {
95530
95543
  }
95531
95544
  }
95532
95545
 
95533
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/stringify/stringifyDocument.js
95546
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/stringify/stringifyDocument.js
95534
95547
  function stringifyDocument(doc2, options) {
95535
95548
  const lines = [];
95536
95549
  let hasDirectives = options.directives === true;
@@ -95604,7 +95617,7 @@ function stringifyDocument(doc2, options) {
95604
95617
  `;
95605
95618
  }
95606
95619
 
95607
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/doc/Document.js
95620
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/doc/Document.js
95608
95621
  class Document2 {
95609
95622
  constructor(value, replacer, options) {
95610
95623
  this.commentBefore = null;
@@ -95824,7 +95837,7 @@ function assertCollection(contents) {
95824
95837
  throw new Error("Expected a YAML collection as document contents");
95825
95838
  }
95826
95839
 
95827
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/errors.js
95840
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/errors.js
95828
95841
  class YAMLError extends Error {
95829
95842
  constructor(name, pos2, code2, message2) {
95830
95843
  super();
@@ -95883,7 +95896,7 @@ ${pointer}
95883
95896
  }
95884
95897
  };
95885
95898
 
95886
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/compose/resolve-props.js
95899
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-props.js
95887
95900
  function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIndent, startOnNewline }) {
95888
95901
  let spaceBefore = false;
95889
95902
  let atNewline = startOnNewline;
@@ -96010,7 +96023,7 @@ function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIn
96010
96023
  };
96011
96024
  }
96012
96025
 
96013
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/compose/util-contains-newline.js
96026
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/compose/util-contains-newline.js
96014
96027
  function containsNewline(key2) {
96015
96028
  if (!key2)
96016
96029
  return null;
@@ -96047,7 +96060,7 @@ function containsNewline(key2) {
96047
96060
  }
96048
96061
  }
96049
96062
 
96050
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js
96063
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js
96051
96064
  function flowIndentCheck(indent, fc, onError) {
96052
96065
  if (fc?.type === "flow-collection") {
96053
96066
  const end = fc.end[0];
@@ -96058,7 +96071,7 @@ function flowIndentCheck(indent, fc, onError) {
96058
96071
  }
96059
96072
  }
96060
96073
 
96061
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/compose/util-map-includes.js
96074
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/compose/util-map-includes.js
96062
96075
  function mapIncludes(ctx, items, search) {
96063
96076
  const { uniqueKeys } = ctx.options;
96064
96077
  if (uniqueKeys === false)
@@ -96067,7 +96080,7 @@ function mapIncludes(ctx, items, search) {
96067
96080
  return items.some((pair) => isEqual(pair.key, search));
96068
96081
  }
96069
96082
 
96070
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/compose/resolve-block-map.js
96083
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-block-map.js
96071
96084
  var startColMsg = "All mapping items must start at the same column";
96072
96085
  function resolveBlockMap({ composeNode, composeEmptyNode }, ctx, bm, onError, tag) {
96073
96086
  const NodeClass = tag?.nodeClass ?? YAMLMap;
@@ -96165,7 +96178,7 @@ function resolveBlockMap({ composeNode, composeEmptyNode }, ctx, bm, onError, ta
96165
96178
  return map3;
96166
96179
  }
96167
96180
 
96168
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/compose/resolve-block-seq.js
96181
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-block-seq.js
96169
96182
  function resolveBlockSeq({ composeNode, composeEmptyNode }, ctx, bs, onError, tag) {
96170
96183
  const NodeClass = tag?.nodeClass ?? YAMLSeq;
96171
96184
  const seq2 = new NodeClass(ctx.schema);
@@ -96207,7 +96220,7 @@ function resolveBlockSeq({ composeNode, composeEmptyNode }, ctx, bs, onError, ta
96207
96220
  return seq2;
96208
96221
  }
96209
96222
 
96210
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/compose/resolve-end.js
96223
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-end.js
96211
96224
  function resolveEnd(end, offset, reqSpace, onError) {
96212
96225
  let comment = "";
96213
96226
  if (end) {
@@ -96244,7 +96257,7 @@ function resolveEnd(end, offset, reqSpace, onError) {
96244
96257
  return { comment, offset };
96245
96258
  }
96246
96259
 
96247
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js
96260
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js
96248
96261
  var blockMsg = "Block collections are not allowed within flow collections";
96249
96262
  var isBlock = (token2) => token2 && (token2.type === "block-map" || token2.type === "block-seq");
96250
96263
  function resolveFlowCollection({ composeNode, composeEmptyNode }, ctx, fc, onError, tag) {
@@ -96424,7 +96437,7 @@ function resolveFlowCollection({ composeNode, composeEmptyNode }, ctx, fc, onErr
96424
96437
  return coll;
96425
96438
  }
96426
96439
 
96427
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/compose/compose-collection.js
96440
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/compose/compose-collection.js
96428
96441
  function resolveCollection(CN, ctx, token2, onError, tagName, tag) {
96429
96442
  const coll = token2.type === "block-map" ? resolveBlockMap(CN, ctx, token2, onError, tag) : token2.type === "block-seq" ? resolveBlockSeq(CN, ctx, token2, onError, tag) : resolveFlowCollection(CN, ctx, token2, onError, tag);
96430
96443
  const Coll = coll.constructor;
@@ -96476,7 +96489,7 @@ function composeCollection(CN, ctx, token2, props, onError) {
96476
96489
  return node;
96477
96490
  }
96478
96491
 
96479
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js
96492
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js
96480
96493
  function resolveBlockScalar(ctx, scalar2, onError) {
96481
96494
  const start = scalar2.offset;
96482
96495
  const header = parseBlockScalarHeader(scalar2, ctx.options.strict, onError);
@@ -96665,7 +96678,7 @@ function splitLines(source2) {
96665
96678
  return lines;
96666
96679
  }
96667
96680
 
96668
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js
96681
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js
96669
96682
  function resolveFlowScalar(scalar2, strict, onError) {
96670
96683
  const { offset, type: type2, source: source2, end } = scalar2;
96671
96684
  let _type;
@@ -96876,7 +96889,7 @@ function parseCharCode(source2, offset, length, onError) {
96876
96889
  return String.fromCodePoint(code2);
96877
96890
  }
96878
96891
 
96879
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/compose/compose-scalar.js
96892
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/compose/compose-scalar.js
96880
96893
  function composeScalar(ctx, token2, tagToken, onError) {
96881
96894
  const { value, type: type2, comment, range } = token2.type === "block-scalar" ? resolveBlockScalar(ctx, token2, onError) : resolveFlowScalar(token2, ctx.options.strict, onError);
96882
96895
  const tagName = tagToken ? ctx.directives.tagName(tagToken.source, (msg) => onError(tagToken, "TAG_RESOLVE_FAILED", msg)) : null;
@@ -96947,7 +96960,7 @@ function findScalarTagByTest({ atKey, directives, schema: schema5 }, value, toke
96947
96960
  return tag;
96948
96961
  }
96949
96962
 
96950
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js
96963
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js
96951
96964
  function emptyScalarPosition(offset, before, pos2) {
96952
96965
  if (before) {
96953
96966
  pos2 ?? (pos2 = before.length);
@@ -96971,7 +96984,7 @@ function emptyScalarPosition(offset, before, pos2) {
96971
96984
  return offset;
96972
96985
  }
96973
96986
 
96974
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/compose/compose-node.js
96987
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/compose/compose-node.js
96975
96988
  var CN = { composeNode, composeEmptyNode };
96976
96989
  function composeNode(ctx, token2, props, onError) {
96977
96990
  const atKey = ctx.atKey;
@@ -96995,17 +97008,22 @@ function composeNode(ctx, token2, props, onError) {
96995
97008
  case "block-map":
96996
97009
  case "block-seq":
96997
97010
  case "flow-collection":
96998
- node = composeCollection(CN, ctx, token2, props, onError);
96999
- if (anchor)
97000
- node.anchor = anchor.source.substring(1);
97011
+ try {
97012
+ node = composeCollection(CN, ctx, token2, props, onError);
97013
+ if (anchor)
97014
+ node.anchor = anchor.source.substring(1);
97015
+ } catch (error48) {
97016
+ const message2 = error48 instanceof Error ? error48.message : String(error48);
97017
+ onError(token2, "RESOURCE_EXHAUSTION", message2);
97018
+ }
97001
97019
  break;
97002
97020
  default: {
97003
97021
  const message2 = token2.type === "error" ? token2.message : `Unsupported token (type: ${token2.type})`;
97004
97022
  onError(token2, "UNEXPECTED_TOKEN", message2);
97005
- node = composeEmptyNode(ctx, token2.offset, undefined, null, props, onError);
97006
97023
  isSrcToken = false;
97007
97024
  }
97008
97025
  }
97026
+ node ?? (node = composeEmptyNode(ctx, token2.offset, undefined, null, props, onError));
97009
97027
  if (anchor && node.anchor === "")
97010
97028
  onError(anchor, "BAD_ALIAS", "Anchor cannot be an empty string");
97011
97029
  if (atKey && ctx.options.stringKeys && (!isScalar(node) || typeof node.value !== "string" || node.tag && node.tag !== "tag:yaml.org,2002:str")) {
@@ -97059,7 +97077,7 @@ function composeAlias({ options }, { offset, source: source2, end }, onError) {
97059
97077
  return alias;
97060
97078
  }
97061
97079
 
97062
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/compose/compose-doc.js
97080
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/compose/compose-doc.js
97063
97081
  function composeDoc(options, directives, { offset, start, value, end }, onError) {
97064
97082
  const opts = Object.assign({ _directives: directives }, options);
97065
97083
  const doc2 = new Document2(undefined, opts);
@@ -97092,7 +97110,7 @@ function composeDoc(options, directives, { offset, start, value, end }, onError)
97092
97110
  return doc2;
97093
97111
  }
97094
97112
 
97095
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/compose/composer.js
97113
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/compose/composer.js
97096
97114
  function getErrorPos(src) {
97097
97115
  if (typeof src === "number")
97098
97116
  return [src, src + 1];
@@ -97268,7 +97286,7 @@ ${end.comment}` : end.comment;
97268
97286
  }
97269
97287
  }
97270
97288
  }
97271
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/parse/cst.js
97289
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/parse/cst.js
97272
97290
  var exports_cst = {};
97273
97291
  __export(exports_cst, {
97274
97292
  visit: () => visit2,
@@ -97286,7 +97304,7 @@ __export(exports_cst, {
97286
97304
  BOM: () => BOM
97287
97305
  });
97288
97306
 
97289
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/parse/cst-scalar.js
97307
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/parse/cst-scalar.js
97290
97308
  function resolveAsScalar(token2, strict = true, onError) {
97291
97309
  if (token2) {
97292
97310
  const _onError = (pos2, code2, message2) => {
@@ -97466,7 +97484,7 @@ function setFlowScalarValue(token2, source2, type2) {
97466
97484
  }
97467
97485
  }
97468
97486
  }
97469
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/parse/cst-stringify.js
97487
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/parse/cst-stringify.js
97470
97488
  var stringify4 = (cst) => ("type" in cst) ? stringifyToken(cst) : stringifyItem(cst);
97471
97489
  function stringifyToken(token2) {
97472
97490
  switch (token2.type) {
@@ -97520,7 +97538,7 @@ function stringifyItem({ start, key: key2, sep: sep2, value }) {
97520
97538
  res += stringifyToken(value);
97521
97539
  return res;
97522
97540
  }
97523
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/parse/cst-visit.js
97541
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/parse/cst-visit.js
97524
97542
  var BREAK2 = Symbol("break visit");
97525
97543
  var SKIP2 = Symbol("skip children");
97526
97544
  var REMOVE2 = Symbol("remove item");
@@ -97576,7 +97594,7 @@ function _visit(path2, item, visitor) {
97576
97594
  return typeof ctrl === "function" ? ctrl(item, path2) : ctrl;
97577
97595
  }
97578
97596
 
97579
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/parse/cst.js
97597
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/parse/cst.js
97580
97598
  var BOM = "\uFEFF";
97581
97599
  var DOCUMENT = "\x02";
97582
97600
  var FLOW_END = "\x18";
@@ -97659,7 +97677,7 @@ function tokenType(source2) {
97659
97677
  return null;
97660
97678
  }
97661
97679
 
97662
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/parse/lexer.js
97680
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/parse/lexer.js
97663
97681
  function isEmpty(ch) {
97664
97682
  switch (ch) {
97665
97683
  case undefined:
@@ -98240,7 +98258,7 @@ class Lexer {
98240
98258
  return yield* this.pushToIndex(i4, false);
98241
98259
  }
98242
98260
  }
98243
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/parse/line-counter.js
98261
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/parse/line-counter.js
98244
98262
  class LineCounter {
98245
98263
  constructor() {
98246
98264
  this.lineStarts = [];
@@ -98264,7 +98282,7 @@ class LineCounter {
98264
98282
  };
98265
98283
  }
98266
98284
  }
98267
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/parse/parser.js
98285
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/parse/parser.js
98268
98286
  function includesToken(list, type2) {
98269
98287
  for (let i4 = 0;i4 < list.length; ++i4)
98270
98288
  if (list[i4].type === type2)
@@ -99104,7 +99122,7 @@ class Parser {
99104
99122
  }
99105
99123
  }
99106
99124
  }
99107
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/dist/public-api.js
99125
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/dist/public-api.js
99108
99126
  function parseOptions(options) {
99109
99127
  const prettyErrors = options.prettyErrors !== false;
99110
99128
  const lineCounter = options.lineCounter || prettyErrors && new LineCounter || null;
@@ -99184,7 +99202,7 @@ function stringify5(value, replacer, options) {
99184
99202
  return value.toString(options);
99185
99203
  return new Document2(value, _replacer, options).toString(options);
99186
99204
  }
99187
- // ../../node_modules/.bun/yaml@2.8.2/node_modules/yaml/browser/index.js
99205
+ // ../../node_modules/.bun/yaml@2.8.3/node_modules/yaml/browser/index.js
99188
99206
  var browser_default = exports_dist;
99189
99207
 
99190
99208
  // src/markdown/frontmatter.ts
@@ -118610,5 +118628,5 @@ export {
118610
118628
  ADD_CONTACT_TEMPLATE
118611
118629
  };
118612
118630
 
118613
- //# debugId=1A1607A32E4EED4E64756E2164756E21
118631
+ //# debugId=F01327B4BF92B85264756E2164756E21
118614
118632
  //# sourceMappingURL=index.edge.js.map