Skip to content

Commit 7507e09

Browse files
committed
patch
1 parent 736457b commit 7507e09

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-swarm-kit",
3-
"version": "1.1.125",
3+
"version": "1.1.126",
44
"description": "A TypeScript library for building orchestrated framework-agnostic multi-agent AI systems",
55
"author": {
66
"name": "Petr Tripolsky",

src/lib/services/base/DocService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const THREAD_POOL_DELAY = 0;
4343
* Includes "agent" for agent Markdown files and "image" for UML diagrams, used in dumpDocs to structure the output directory.
4444
* @type {string[]}
4545
*/
46-
const SUBDIR_LIST = ["agent", "image"];
46+
const SUBDIR_LIST = ["agent", "image", "outline"];
4747

4848
/**
4949
* Utility function to check if a file or directory exists, wrapped in trycatch for error handling.

0 commit comments

Comments
 (0)