agent-swarm-kit 1.5.0 → 2.0.0
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 +1 -1
- package/build/index.mjs +1 -1
- package/package.json +2 -2
package/build/index.cjs
CHANGED
|
@@ -17281,7 +17281,7 @@ dumpClientPerformance.runAfterExecute = beginContext(async (dirName = "./logs/cl
|
|
|
17281
17281
|
});
|
|
17282
17282
|
});
|
|
17283
17283
|
|
|
17284
|
-
const WARN_KB =
|
|
17284
|
+
const WARN_KB = 35;
|
|
17285
17285
|
/**
|
|
17286
17286
|
* Dumps the outline result into a folder structure with markdown files.
|
|
17287
17287
|
*
|
package/build/index.mjs
CHANGED
|
@@ -17261,7 +17261,7 @@ dumpClientPerformance.runAfterExecute = beginContext(async (dirName = "./logs/cl
|
|
|
17261
17261
|
});
|
|
17262
17262
|
});
|
|
17263
17263
|
|
|
17264
|
-
const WARN_KB =
|
|
17264
|
+
const WARN_KB = 35;
|
|
17265
17265
|
/**
|
|
17266
17266
|
* Dumps the outline result into a folder structure with markdown files.
|
|
17267
17267
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-swarm-kit",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "A TypeScript library for building orchestrated framework-agnostic multi-agent AI systems",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Petr Tripolsky",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"di-kit": "^1.1.1",
|
|
83
83
|
"di-scoped": "^1.0.21",
|
|
84
|
-
"functools-kit": "^
|
|
84
|
+
"functools-kit": "^2.0.1",
|
|
85
85
|
"get-moment-stamp": "^1.1.1",
|
|
86
86
|
"lodash-es": "4.17.21",
|
|
87
87
|
"xml2js": "0.6.2"
|