Documentation-first repository for the NANO Agent Stack ecosystem.
- getting started guide
- architecture deep dive
- design principles
- glossary
- contributor guide
- examples walkthrough
- single-agent vs multi-agent comparison
- ecosystem comparison against adjacent frameworks
- safety and human oversight guidance
python -m venv .venv
.venv\\Scripts\\activate
pip install -r requirements.txt
mkdocs serve