Documentation for Swarms — the multi-agent AI framework. This repo is the source for the docs site, built with Mintlify.
-
Install the Mintlify CLI (needs Node.js):
npm i -g mint
-
Clone this repo and go to the root (where
docs.jsonis):git clone https://github.com/The-Swarm-Corporation/swarms-framework-docs.git cd swarms-framework-docs -
Start the preview:
mint dev
-
Open http://localhost:3000 in your browser.
If something fails, run mint update and try mint dev again.
See Contributing to this documentation (or the same page under Community in the published site) for editing, docs.json, and pull requests.
MIT