From 69d18e4de6036e6dce9fb8723291107949e06520 Mon Sep 17 00:00:00 2001 From: Eternal Reclaimer <98760976+kyegomez@users.noreply.github.com> Date: Tue, 21 May 2024 09:30:29 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb295690..a51978d1 100644 --- a/README.md +++ b/README.md @@ -1116,7 +1116,7 @@ Documentation is located here at: [swarms.apac.ai](https://swarms.apac.ai) ---- -## File Structure +## Folder Structure The swarms package has been meticlously crafted for extreme use-ability and understanding, the swarms package is split up into various modules such as `swarms.agents` that holds pre-built agents, `swarms.structs` that holds a vast array of structures like `Agent` and multi agent structures. The 3 most important are `structs`, `models`, and `agents`. ```sh