Skip to content

Commit 6b57e34

Browse files
committed
fix
1 parent ebf3321 commit 6b57e34

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

docs/internals.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
![schema](../assets/uml.svg)
44

5-
# agent-swarm-kit api reference
6-
7-
![schema](../assets/uml.svg)
8-
95
**Overall Architecture:**
106

117
This system built around a distributed, asynchronous architecture. Agents communicate via a message queue, and their interactions are orchestrated through a series of tools and processes. The core concept is to allow agents to perform tasks independently while still being part of a larger, coordinated system.

scripts/gpt-docs.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,5 @@ output.push("");
265265
{
266266
output.unshift("");
267267
output.unshift(HEADER_CONTENT);
268-
output.unshift("");
269-
output.unshift("![schema](../assets/uml.svg)");
270-
output.unshift("");
271-
output.unshift(`# ${MODULE_NAME} api reference`);
272268
fs.writeFileSync(outputPath, output.join("\n"));
273269
}

0 commit comments

Comments
 (0)