Install¶
Requirements¶
- Node.js 20+
- A checkout of dot-mi (or any tree that contains
agents/,shared/, andsetup.sh). - For Create agent in the UI:
bashand an executablesetup.shat the dot-mi root (the API runsbash /path/to/dot-mi/setup.sh create-agent …).
Get the code¶
Clone the repository:
Or, inside dot-mi, use the submodule:
Dependencies¶
Local documentation (MkDocs)¶
To build the same site as GitHub Pages locally:
Open the URL MkDocs prints (usually http://127.0.0.1:8000).
GitHub Pages¶
The workflow .github/workflows/docs.yml builds and deploys this site on pushes to main when docs/, mkdocs.yml, or the workflow file changes. In the GitHub repository Settings → Pages, set Build and deployment → Source to GitHub Actions (not “Deploy from a branch”).