-
Notifications
You must be signed in to change notification settings - Fork 0
Reviewer Quick Start
ClarusIubar edited this page Jul 2, 2026
·
2 revisions
- Python 3.10 or newer
- Git
git clone https://github.com/ClarusIubar/agent_bootstrap-preview.git
cd agent_bootstrap-previewpython -m pip install -r requirements-dev.txtpython -m pytestExpected result for the prepared preview:
6 passed
python scripts/agent_bootstrap.py --helpThe command should print usage information without requiring private local state.