agent-swarm-kit 1.1.182 → 1.1.183

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
@@ -20371,7 +20371,6 @@ const jsonInternal = beginContext(async (outlineName, param) => {
20371
20371
  catch (error) {
20372
20372
  errorMessage = functoolsKit.getErrorMessage(error);
20373
20373
  console.error(`agent-swarm outline error outlineName=${outlineName} attempt=${attempt}`, {
20374
- param,
20375
20374
  lastData,
20376
20375
  errorMessage,
20377
20376
  });
package/build/index.mjs CHANGED
@@ -20351,7 +20351,6 @@ const jsonInternal = beginContext(async (outlineName, param) => {
20351
20351
  catch (error) {
20352
20352
  errorMessage = getErrorMessage(error);
20353
20353
  console.error(`agent-swarm outline error outlineName=${outlineName} attempt=${attempt}`, {
20354
- param,
20355
20354
  lastData,
20356
20355
  errorMessage,
20357
20356
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-swarm-kit",
3
- "version": "1.1.182",
3
+ "version": "1.1.183",
4
4
  "description": "A TypeScript library for building orchestrated framework-agnostic multi-agent AI systems",
5
5
  "author": {
6
6
  "name": "Petr Tripolsky",