Files
copilotkit--copilotkit/examples/canvas/gemini/scripts/setup-agent.bat
T
2026-07-13 12:58:18 +08:00

11 lines
146 B
Batchfile

cd agent || exit /b 1
if not exist ".venv" (
python -m venv .venv
)
.venv\Scripts\activate.ps1
pip install poetry
poetry install --no-root