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

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "cloudbt"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = []