refactored: to utilise the google adk and production grade agent
Some checks failed
validation / verify (push) Failing after 10s

This commit is contained in:
2026-09-02 21:42:10 +01:00
parent b9a924cf4a
commit a24a44e28c
279 changed files with 12003 additions and 390 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Environment variables
.env
*.env
# Local SQLite databases
*.db
gcp_agent_local.db
# Python & pytest caches
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Virtual Environments
.venv/
venv/
ENV/
# Terraform local state & caches
.terraform/
*.tfstate
*.tfstate.backup
tfplan
# Container logs & temp files
*.log
.DS_Store