agent-swarm-kit 1.1.125 → 1.1.126

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
@@ -13192,7 +13192,7 @@ const THREAD_POOL_DELAY = 0;
13192
13192
  * Includes "agent" for agent Markdown files and "image" for UML diagrams, used in dumpDocs to structure the output directory.
13193
13193
  * @type {string[]}
13194
13194
  */
13195
- const SUBDIR_LIST = ["agent", "image"];
13195
+ const SUBDIR_LIST = ["agent", "image", "outline"];
13196
13196
  /**
13197
13197
  * Utility function to check if a file or directory exists, wrapped in trycatch for error handling.
13198
13198
  * Returns true if the path is accessible, false otherwise, used in dumpDocs and dumpPerfomance to ensure directories exist before writing.
package/build/index.mjs CHANGED
@@ -13190,7 +13190,7 @@ const THREAD_POOL_DELAY = 0;
13190
13190
  * Includes "agent" for agent Markdown files and "image" for UML diagrams, used in dumpDocs to structure the output directory.
13191
13191
  * @type {string[]}
13192
13192
  */
13193
- const SUBDIR_LIST = ["agent", "image"];
13193
+ const SUBDIR_LIST = ["agent", "image", "outline"];
13194
13194
  /**
13195
13195
  * Utility function to check if a file or directory exists, wrapped in trycatch for error handling.
13196
13196
  * Returns true if the path is accessible, false otherwise, used in dumpDocs and dumpPerfomance to ensure directories exist before writing.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-swarm-kit",
3
- "version": "1.1.125",
3
+ "version": "1.1.126",
4
4
  "description": "A TypeScript library for building orchestrated framework-agnostic multi-agent AI systems",
5
5
  "author": {
6
6
  "name": "Petr Tripolsky",