web
This commit is contained in:
7
web/scripts/setup-agent.sh
Executable file
7
web/scripts/setup-agent.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Navigate to the agent directory
|
||||
cd "$(dirname "$0")/../agent" || exit 1
|
||||
|
||||
# Install dependencies using uv
|
||||
uv sync
|
||||
Reference in New Issue
Block a user