agent-swarm-kit 1.0.98 → 1.0.99

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
@@ -7657,7 +7657,7 @@ var DocService = /** @class */ (function () {
7657
7657
  result.push("");
7658
7658
  result.push("#### Note for developer");
7659
7659
  result.push("");
7660
- result.push(docNote);
7660
+ result.push("*".concat(docNote, "*"));
7661
7661
  }
7662
7662
  result.push("");
7663
7663
  };
@@ -7683,11 +7683,11 @@ var DocService = /** @class */ (function () {
7683
7683
  }
7684
7684
  if (embedding) {
7685
7685
  result.push("");
7686
- result.push("**Embedding:** `".concat(embedding, "`"));
7686
+ result.push("*Embedding:* `".concat(embedding, "`"));
7687
7687
  }
7688
7688
  {
7689
7689
  result.push("");
7690
- result.push("**Shared:** [".concat(shared ? "x" : " ", "]"));
7690
+ result.push("*Shared:* [".concat(shared ? "x" : " ", "]"));
7691
7691
  }
7692
7692
  if (callbacks) {
7693
7693
  result.push("");
package/build/index.mjs CHANGED
@@ -7655,7 +7655,7 @@ var DocService = /** @class */ (function () {
7655
7655
  result.push("");
7656
7656
  result.push("#### Note for developer");
7657
7657
  result.push("");
7658
- result.push(docNote);
7658
+ result.push("*".concat(docNote, "*"));
7659
7659
  }
7660
7660
  result.push("");
7661
7661
  };
@@ -7681,11 +7681,11 @@ var DocService = /** @class */ (function () {
7681
7681
  }
7682
7682
  if (embedding) {
7683
7683
  result.push("");
7684
- result.push("**Embedding:** `".concat(embedding, "`"));
7684
+ result.push("*Embedding:* `".concat(embedding, "`"));
7685
7685
  }
7686
7686
  {
7687
7687
  result.push("");
7688
- result.push("**Shared:** [".concat(shared ? "x" : " ", "]"));
7688
+ result.push("*Shared:* [".concat(shared ? "x" : " ", "]"));
7689
7689
  }
7690
7690
  if (callbacks) {
7691
7691
  result.push("");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-swarm-kit",
3
- "version": "1.0.98",
3
+ "version": "1.0.99",
4
4
  "description": "A TypeScript library for building orchestrated framework-agnostic multi-agent AI systems",
5
5
  "author": {
6
6
  "name": "Petr Tripolsky",