@agentv/core 4.3.1 → 4.3.3

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.
@@ -0,0 +1,7 @@
1
+ import {
2
+ AgentvProvider
3
+ } from "./chunk-PRNXHNLF.js";
4
+ export {
5
+ AgentvProvider
6
+ };
7
+ //# sourceMappingURL=agentv-provider-TXM4UEUT.js.map
@@ -79,4 +79,4 @@ function serializeAttributeValue(value) {
79
79
  export {
80
80
  OtlpJsonFileExporter
81
81
  };
82
- //# sourceMappingURL=chunk-HFSYZHGF.js.map
82
+ //# sourceMappingURL=chunk-KPSI5CSL.js.map
@@ -1713,4 +1713,4 @@ export {
1713
1713
  extractLastAssistantContent,
1714
1714
  isAgentProvider
1715
1715
  };
1716
- //# sourceMappingURL=chunk-V6QVGHVD.js.map
1716
+ //# sourceMappingURL=chunk-M65PVDQ5.js.map
@@ -62,4 +62,4 @@ var AgentvProvider = class {
62
62
  export {
63
63
  AgentvProvider
64
64
  };
65
- //# sourceMappingURL=chunk-W5YDZWT4.js.map
65
+ //# sourceMappingURL=chunk-PRNXHNLF.js.map
@@ -965,4 +965,4 @@ export {
965
965
  unsuppressTracing,
966
966
  urlMatches
967
967
  };
968
- //# sourceMappingURL=esm-5Q4BZALM.js.map
968
+ //# sourceMappingURL=esm-ZADQ4XQH.js.map
@@ -664,14 +664,6 @@ function validateMetadata(parsed, filePath, errors) {
664
664
  });
665
665
  }
666
666
  }
667
- if (!("description" in parsed) || parsed.description === void 0) {
668
- errors.push({
669
- severity: "warning",
670
- filePath,
671
- location: "name",
672
- message: "When 'name' is present, 'description' should also be provided."
673
- });
674
- }
675
667
  }
676
668
  }
677
669
  function validateTestsStringPath(testsPath, filePath, errors) {