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 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 true;
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 true;
5016
+ return false;
5017
5017
  });
5018
5018
  /**
5019
5019
  * Check if agent got registered state
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-swarm-kit",
3
- "version": "1.0.91",
3
+ "version": "1.0.92",
4
4
  "description": "A TypeScript library for building orchestrated framework-agnostic multi-agent AI systems",
5
5
  "author": {
6
6
  "name": "Petr Tripolsky",