@agentv/core 2.18.2 → 2.18.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.
package/dist/index.js CHANGED
@@ -7334,7 +7334,7 @@ import path21 from "node:path";
7334
7334
  var logged = false;
7335
7335
  function getAgentvHome() {
7336
7336
  const envHome = process.env.AGENTV_HOME;
7337
- if (envHome) {
7337
+ if (envHome && envHome !== "undefined") {
7338
7338
  if (!logged) {
7339
7339
  logged = true;
7340
7340
  console.warn(`Using AGENTV_HOME: ${envHome}`);