.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/test.yml
lamia_cloud.egg-info/PKG-INFO
lamia_cloud.egg-info/SOURCES.txt
lamia_cloud.egg-info/dependency_links.txt
lamia_cloud.egg-info/requires.txt
lamia_cloud.egg-info/scm_file_list.json
lamia_cloud.egg-info/scm_version.json
lamia_cloud.egg-info/top_level.txt
src/__init__.py
src/_version.py
src/contracts.py
src/file_sync.py
src/interfaces.py
src/loader.py
src/types.py
src/gcp/README.md
src/gcp/__init__.py
src/gcp/connect.py
src/gcp/deployer.py
src/gcp/scheduler.py
src/gcp/scheduler_job.py
src/gcp/trigger_provider.py
src/gcp/workflow_generator.py
src/gcp/llm/__init__.py
src/gcp/llm/anthropic_mapper.py
src/gcp/llm/vertex.py
src/templates/Dockerfile
tests/__init__.py
tests/test_anthropic_mapper.py
tests/test_cleanup_logic.py
tests/test_connect.py
tests/test_deployer.py
tests/test_file_sync.py
tests/test_gcp.py
tests/test_labels_cleanup.py
tests/test_llm_adapter.py
tests/test_loader.py
tests/test_quickstart.py
tests/test_remote_cli.py
tests/test_scheduler_job.py
tests/test_trigger_provider.py
tests/test_workflow_generator.py