agent-swarm-kit 1.0.104 → 1.0.105

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
@@ -7582,7 +7582,7 @@ var DocService = /** @class */ (function () {
7582
7582
  result.push("**Completion:** `".concat(agentSchema.completion, "`"));
7583
7583
  result.push("");
7584
7584
  }
7585
- umlSchema = this.agentMetaService.toUML(agentSchema.agentName);
7585
+ umlSchema = this.agentMetaService.toUML(agentSchema.agentName, true);
7586
7586
  umlName = "agent_schema_".concat(agentSchema.agentName, ".svg");
7587
7587
  return [4 /*yield*/, GLOBAL_CONFIG.CC_FN_PLANTUML(umlSchema)];
7588
7588
  case 1:
package/build/index.mjs CHANGED
@@ -7580,7 +7580,7 @@ var DocService = /** @class */ (function () {
7580
7580
  result.push("**Completion:** `".concat(agentSchema.completion, "`"));
7581
7581
  result.push("");
7582
7582
  }
7583
- umlSchema = this.agentMetaService.toUML(agentSchema.agentName);
7583
+ umlSchema = this.agentMetaService.toUML(agentSchema.agentName, true);
7584
7584
  umlName = "agent_schema_".concat(agentSchema.agentName, ".svg");
7585
7585
  return [4 /*yield*/, GLOBAL_CONFIG.CC_FN_PLANTUML(umlSchema)];
7586
7586
  case 1:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-swarm-kit",
3
- "version": "1.0.104",
3
+ "version": "1.0.105",
4
4
  "description": "A TypeScript library for building orchestrated framework-agnostic multi-agent AI systems",
5
5
  "author": {
6
6
  "name": "Petr Tripolsky",