agent-swarm-kit 1.0.91 → 1.0.92
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/build/index.cjs +1 -1
- package/build/index.mjs +1 -1
- package/package.json +1 -1
package/build/index.cjs
CHANGED
|
@@ -5015,7 +5015,7 @@ var AgentValidationService = /** @class */ (function () {
|
|
|
5015
5015
|
if (_this._agentDepsMap.has(targetAgentName)) {
|
|
5016
5016
|
return _this._agentDepsMap.get(targetAgentName).includes(depAgentName);
|
|
5017
5017
|
}
|
|
5018
|
-
return
|
|
5018
|
+
return false;
|
|
5019
5019
|
});
|
|
5020
5020
|
/**
|
|
5021
5021
|
* Check if agent got registered state
|
package/build/index.mjs
CHANGED
|
@@ -5013,7 +5013,7 @@ var AgentValidationService = /** @class */ (function () {
|
|
|
5013
5013
|
if (_this._agentDepsMap.has(targetAgentName)) {
|
|
5014
5014
|
return _this._agentDepsMap.get(targetAgentName).includes(depAgentName);
|
|
5015
5015
|
}
|
|
5016
|
-
return
|
|
5016
|
+
return false;
|
|
5017
5017
|
});
|
|
5018
5018
|
/**
|
|
5019
5019
|
* Check if agent got registered state
|