agent-swarm-kit 1.1.149 → 1.1.150

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
@@ -19220,7 +19220,6 @@ const dumpOutlineResult = beginContext(async (result, outputDir = "./dump/outlin
19220
19220
  {
19221
19221
  summary += `\n`;
19222
19222
  summary += `**ResultId**: ${result.resultId}\n`;
19223
- summary += `**Generation Date**: ${new Date().toISOString()}\n`;
19224
19223
  summary += `\n`;
19225
19224
  }
19226
19225
  if (result.param) {
package/build/index.mjs CHANGED
@@ -19200,7 +19200,6 @@ const dumpOutlineResult = beginContext(async (result, outputDir = "./dump/outlin
19200
19200
  {
19201
19201
  summary += `\n`;
19202
19202
  summary += `**ResultId**: ${result.resultId}\n`;
19203
- summary += `**Generation Date**: ${new Date().toISOString()}\n`;
19204
19203
  summary += `\n`;
19205
19204
  }
19206
19205
  if (result.param) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-swarm-kit",
3
- "version": "1.1.149",
3
+ "version": "1.1.150",
4
4
  "description": "A TypeScript library for building orchestrated framework-agnostic multi-agent AI systems",
5
5
  "author": {
6
6
  "name": "Petr Tripolsky",