CogniPilot Documentation Setup Poetry Environment First install Poetry: https://python-poetry.org/docs/ Next create and activate the poetry virtual environment: poetry install poetry shell Make Docs and Serve mkdocs build mkdocs serve