Add environment variable validation to start-agent.sh

This commit is contained in:
yhydev
2025-12-13 23:05:17 +08:00
commit a7162c8e51
4 changed files with 49 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv