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 +0 -1
- package/build/index.mjs +0 -1
- package/package.json +1 -1
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
|
});
|