chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
cd agent || exit /b 1
|
||||
|
||||
if not exist ".venv" (
|
||||
python -m venv .venv
|
||||
)
|
||||
|
||||
.venv\Scripts\activate.ps1
|
||||
|
||||
pip install poetry
|
||||
poetry install --no-root
|
||||
Reference in New Issue
Block a user