Files
aios/docs
MJ 741207b262 feat: add open-interpreter adapter (#224)
* feat: init

* feat: interpreter adapter

* docs: interpreter doc

* style: clean some code
2024-08-29 07:45:14 -07:00
..

AIOS documentation

Build the docs

# Install dependencies.
pip install -r requirements-docs.txt

# Build the docs.
make clean
make html

Open the docs with your browser

python -m http.server -d build/html/

Launch your browser and open localhost:8000.