agent-starter-pack 0.4.1__tar.gz → 0.4.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/PKG-INFO +8 -9
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/README.md +6 -7
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/.vitepress/config.js +3 -1
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/guide/getting-started.md +1 -1
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/guide/video-tutorials.md +6 -0
- agent_starter_pack-0.4.2/docs/images/agent_starter_pack_screenshot.png +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/index.md +2 -1
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/package-lock.json +1 -1
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/package.json +1 -1
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/pyproject.toml +2 -2
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/cli/commands/setup_cicd.py +12 -38
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/cli/utils/cicd.py +1 -46
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/uv.lock +1 -1
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/.cloudbuild/cd/test_e2e.yaml +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/.cloudbuild/ci/build_use_wheel.yaml +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/.cloudbuild/ci/lint.yaml +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/.cloudbuild/ci/lint_templated_agents.yaml +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/.cloudbuild/ci/test.yaml +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/.cloudbuild/ci/test_templated_agents.yaml +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/.cloudbuild/terraform/apis.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/.cloudbuild/terraform/build_triggers.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/.cloudbuild/terraform/service_account.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/.cloudbuild/terraform/storage.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/.cloudbuild/terraform/variables.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/.github/workflows/docs.yml +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/.gitignore +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/CODE_OF_CONDUCT.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/CONTRIBUTING.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/LICENSE +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/Makefile +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/adk_base/README.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/adk_base/app/agent.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/adk_base/notebooks/adk_app_testing.ipynb +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/adk_base/notebooks/evaluating_adk_agent.ipynb +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/adk_base/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/adk_base/tests/integration/test_agent.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/agentic_rag/README.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/agentic_rag/app/agent.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/agentic_rag/app/retrievers.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/agentic_rag/app/templates.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/agentic_rag/notebooks/adk_app_testing.ipynb +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/agentic_rag/notebooks/evaluating_adk_agent.ipynb +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/agentic_rag/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/agentic_rag/tests/integration/test_agent.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/crewai_coding_crew/README.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/crewai_coding_crew/app/agent.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/crewai_coding_crew/app/crew/config/agents.yaml +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/crewai_coding_crew/app/crew/config/tasks.yaml +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/crewai_coding_crew/app/crew/crew.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/crewai_coding_crew/notebooks/evaluating_crewai_agent.ipynb +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/crewai_coding_crew/notebooks/evaluating_langgraph_agent.ipynb +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/crewai_coding_crew/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/crewai_coding_crew/tests/integration/test_agent.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/langgraph_base_react/README.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/langgraph_base_react/app/agent.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/langgraph_base_react/notebooks/evaluating_langgraph_agent.ipynb +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/langgraph_base_react/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/langgraph_base_react/tests/integration/test_agent.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/live_api/README.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/live_api/app/agent.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/live_api/app/server.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/live_api/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/live_api/tests/integration/test_server_e2e.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/live_api/tests/load_test/load_test.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/live_api/tests/unit/test_server.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/agents/overview.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/cli/create.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/cli/index.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/cli/setup_cicd.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/guide/data-ingestion.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/guide/deployment.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/guide/installation.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/guide/observability.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/guide/troubleshooting.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/guide/why_starter_pack.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/images/adk_logo.png +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/images/ags_high_level_architecture.png +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/images/icon.png +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/images/logo.png +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/images/prototype_to_prod.png +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/images/why_sp_edited.png +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/images/why_starter_pack.png +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/.gitignore +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/Makefile +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/README.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/app/__init__.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/app/utils/tracing.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/app/utils/typing.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/README.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/cd/deploy-to-prod.yaml +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/cd/staging.yaml +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/ci/pr_checks.yaml +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/terraform/apis.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/terraform/build_triggers.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/terraform/dev/apis.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/terraform/dev/iam.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/terraform/dev/log_sinks.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/terraform/dev/providers.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/terraform/dev/storage.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/terraform/dev/variables.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/terraform/dev/vars/env.tfvars +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/terraform/iam.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/terraform/locals.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/terraform/log_sinks.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/terraform/providers.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/terraform/service_accounts.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/terraform/storage.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/terraform/variables.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/terraform/vars/env.tfvars +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/pyproject.toml +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/tests/unit/test_dummy.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/cli/commands/create.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/cli/main.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/cli/utils/__init__.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/cli/utils/datastores.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/cli/utils/gcp.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/cli/utils/logging.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/cli/utils/template.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/cli/utils/version.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/data_ingestion/README.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/data_ingestion/data_ingestion_pipeline/components/ingest_data.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/data_ingestion/data_ingestion_pipeline/components/process_data.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/data_ingestion/data_ingestion_pipeline/pipeline.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/data_ingestion/data_ingestion_pipeline/submit_pipeline.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/data_ingestion/pyproject.toml +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/data_ingestion/uv.lock +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/deployment_targets/agent_engine/app/agent_engine_app.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/deployment_targets/agent_engine/app/utils/gcs.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/deployment_targets/agent_engine/deployment_metadata.json +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/deployment_targets/agent_engine/notebooks/intro_agent_engine.ipynb +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/deployment_targets/agent_engine/tests/integration/test_agent_engine_app.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/deployment_targets/agent_engine/tests/load_test/.results/.placeholder +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/deployment_targets/agent_engine/tests/load_test/README.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/deployment_targets/agent_engine/tests/load_test/load_test.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/deployment_targets/cloud_run/Dockerfile +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/deployment_targets/cloud_run/app/server.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/deployment_targets/cloud_run/tests/integration/test_server_e2e.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/deployment_targets/cloud_run/tests/load_test/.results/.placeholder +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/deployment_targets/cloud_run/tests/load_test/README.md +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/deployment_targets/cloud_run/tests/load_test/load_test.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/deployment_targets/cloud_run/uv.lock +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/package-lock.json +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/package.json +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/public/favicon.ico +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/public/index.html +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/public/robots.txt +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/App.scss +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/App.test.tsx +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/App.tsx +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/components/audio-pulse/AudioPulse.tsx +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/components/audio-pulse/audio-pulse.scss +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/components/control-tray/ControlTray.tsx +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/components/control-tray/control-tray.scss +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/components/logger/Logger.tsx +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/components/logger/logger.scss +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/components/logger/mock-logs.ts +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/components/side-panel/SidePanel.tsx +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/components/side-panel/side-panel.scss +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/contexts/LiveAPIContext.tsx +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/hooks/use-live-api.ts +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/hooks/use-media-stream-mux.ts +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/hooks/use-screen-capture.ts +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/hooks/use-webcam.ts +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/index.css +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/index.tsx +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/multimodal-live-types.ts +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/react-app-env.d.ts +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/reportWebVitals.ts +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/setupTests.ts +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/utils/audio-recorder.ts +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/utils/audio-streamer.ts +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/utils/audioworklet-registry.ts +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/utils/multimodal-live-client.ts +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/utils/store-logger.ts +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/utils/utils.ts +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/utils/worklets/audio-processing.ts +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/src/utils/worklets/vol-meter.ts +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/live_api_react/frontend/tsconfig.json +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/streamlit/frontend/side_bar.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/streamlit/frontend/streamlit_app.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/streamlit/frontend/style/app_markdown.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/streamlit/frontend/utils/chat_utils.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/streamlit/frontend/utils/local_chat_history.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/streamlit/frontend/utils/message_editing.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/streamlit/frontend/utils/multimodal_utils.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/streamlit/frontend/utils/stream_handler.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/streamlit/frontend/utils/title_summary.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/streamlit_adk/frontend/side_bar.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/streamlit_adk/frontend/streamlit_app.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/streamlit_adk/frontend/style/app_markdown.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/streamlit_adk/frontend/utils/chat_utils.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/streamlit_adk/frontend/utils/local_chat_history.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/streamlit_adk/frontend/utils/message_editing.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/streamlit_adk/frontend/utils/multimodal_utils.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/streamlit_adk/frontend/utils/stream_handler.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/frontends/streamlit_adk/frontend/utils/title_summary.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/resources/containers/data_processing/Dockerfile +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/resources/containers/e2e-tests/Dockerfile +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/resources/idx/.idx/dev.nix +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/resources/idx/idx-template.json +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/resources/idx/idx-template.nix +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/resources/locks/uv-adk_base-agent_engine.lock +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/resources/locks/uv-adk_base-cloud_run.lock +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/resources/locks/uv-agentic_rag-agent_engine.lock +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/resources/locks/uv-agentic_rag-cloud_run.lock +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/resources/locks/uv-crewai_coding_crew-agent_engine.lock +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/resources/locks/uv-crewai_coding_crew-cloud_run.lock +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/resources/locks/uv-langgraph_base_react-agent_engine.lock +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/resources/locks/uv-langgraph_base_react-cloud_run.lock +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/resources/locks/uv-live_api-cloud_run.lock +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/resources/setup_cicd/cicd_variables.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/resources/setup_cicd/github.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/resources/setup_cicd/providers.tf +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/utils/generate_locks.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/utils/lock_utils.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/utils/watch_and_rebuild.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/tests/__init__.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/tests/cicd/example.env +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/tests/cicd/test_e2e_deployment.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/tests/cli/commands/test_create.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/tests/cli/commands/test_setup_cicd.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/tests/cli/utils/test_cicd.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/tests/integration/test_template_linting.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/tests/integration/test_templated_patterns.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/tests/test_frontend/test_side_bar.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/tests/test_frontend/test_streamlit_app.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/tests/test_frontend/test_utils/test_chat_utils.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/tests/test_frontend/test_utils/test_local_chat_history.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/tests/test_frontend/test_utils/test_message_editing.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/tests/test_frontend/test_utils/test_multimodal_utils.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/tests/test_frontend/test_utils/test_stream_handler.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/tests/utils/__init__.py +0 -0
- {agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/tests/utils/get_agents.py +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: agent-starter-pack
|
3
|
-
Version: 0.4.
|
4
|
-
Summary: CLI
|
3
|
+
Version: 0.4.2
|
4
|
+
Summary: CLI to bootstrap production-ready Google Cloud GenAI agent projects from templates.
|
5
5
|
Author-email: Google LLC <agent-starter-pack@google.com>
|
6
6
|
License: Apache-2.0
|
7
7
|
License-File: LICENSE
|
@@ -38,7 +38,7 @@ Description-Content-Type: text/markdown
|
|
38
38
|
alt="Try in Firebase Studio"
|
39
39
|
src="https://cdn.firebasestudio.dev/btn/try_blue_20.svg">
|
40
40
|
</picture>
|
41
|
-
</a> 
|
41
|
+
</a> [](https://shell.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Feliasecchig%2Fasp-open-in-cloud-shell&cloudshell_print=open-in-cs) 
|
42
42
|
|
43
43
|
|
44
44
|
The `agent-starter-pack` is a collection of production-ready Generative AI Agent templates built for Google Cloud. <br>
|
@@ -66,7 +66,7 @@ agent-starter-pack create my-awesome-agent
|
|
66
66
|
```
|
67
67
|
|
68
68
|
**That's it!** You now have a fully functional agent project—complete with backend, frontend, and deployment infrastructure—ready for you to explore and customize.
|
69
|
-
|
69
|
+
See [Installation Guide](https://googlecloudplatform.github.io/agent-starter-pack/guide/installation) for more options, or try with zero setup in [Firebase Studio](https://studio.firebase.google.com/new?template=https%3A%2F%2Fgithub.com%2FGoogleCloudPlatform%2Fagent-starter-pack%2Ftree%2Fmain%2Fsrc%2Fresources%2Fidx) or [Cloud Shell](https://shell.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Feliasecchig%2Fasp-open-in-cloud-shell&cloudshell_print=open-in-cs).
|
70
70
|
|
71
71
|
---
|
72
72
|
|
@@ -129,13 +129,12 @@ Visit our [documentation site](https://googlecloudplatform.github.io/agent-start
|
|
129
129
|
|
130
130
|
### Video Walkthrough:
|
131
131
|
|
132
|
-
|
132
|
+
- **[Exploring the Agent Starter Pack](https://www.youtube.com/watch?v=9zqwym-N3lg)**: A comprehensive tutorial demonstrating how to rapidly deploy AI Agents using the Agent Starter Pack, covering architecture, templates, and step-by-step deployment.
|
133
133
|
|
134
|
-
- **
|
135
|
-
|
136
|
-
- **
|
134
|
+
- **[6-minute introduction](https://www.youtube.com/live/eZ-8UQ_t4YM?feature=shared&t=2791)** (April 2024): Explaining the Agent Starter Pack and demonstrating its key features. Part of the Kaggle GenAI intensive course.
|
135
|
+
|
136
|
+
- **[120-minute livestream demo](https://www.youtube.com/watch?v=yIRIT_EtALs&t=235s)** (March 6, 2025): Watch us build 3 Agents in under 30 minutes using the `agent-starter-pack`!
|
137
137
|
|
138
|
-
## Explore More Generative AI Resources
|
139
138
|
|
140
139
|
Looking for more examples and resources for Generative AI on Google Cloud? Check out the [GoogleCloudPlatform/generative-ai](https://github.com/GoogleCloudPlatform/generative-ai) repository for notebooks, code samples, and more!
|
141
140
|
|
@@ -13,7 +13,7 @@
|
|
13
13
|
alt="Try in Firebase Studio"
|
14
14
|
src="https://cdn.firebasestudio.dev/btn/try_blue_20.svg">
|
15
15
|
</picture>
|
16
|
-
</a> 
|
16
|
+
</a> [](https://shell.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Feliasecchig%2Fasp-open-in-cloud-shell&cloudshell_print=open-in-cs) 
|
17
17
|
|
18
18
|
|
19
19
|
The `agent-starter-pack` is a collection of production-ready Generative AI Agent templates built for Google Cloud. <br>
|
@@ -41,7 +41,7 @@ agent-starter-pack create my-awesome-agent
|
|
41
41
|
```
|
42
42
|
|
43
43
|
**That's it!** You now have a fully functional agent project—complete with backend, frontend, and deployment infrastructure—ready for you to explore and customize.
|
44
|
-
|
44
|
+
See [Installation Guide](https://googlecloudplatform.github.io/agent-starter-pack/guide/installation) for more options, or try with zero setup in [Firebase Studio](https://studio.firebase.google.com/new?template=https%3A%2F%2Fgithub.com%2FGoogleCloudPlatform%2Fagent-starter-pack%2Ftree%2Fmain%2Fsrc%2Fresources%2Fidx) or [Cloud Shell](https://shell.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Feliasecchig%2Fasp-open-in-cloud-shell&cloudshell_print=open-in-cs).
|
45
45
|
|
46
46
|
---
|
47
47
|
|
@@ -104,13 +104,12 @@ Visit our [documentation site](https://googlecloudplatform.github.io/agent-start
|
|
104
104
|
|
105
105
|
### Video Walkthrough:
|
106
106
|
|
107
|
-
|
107
|
+
- **[Exploring the Agent Starter Pack](https://www.youtube.com/watch?v=9zqwym-N3lg)**: A comprehensive tutorial demonstrating how to rapidly deploy AI Agents using the Agent Starter Pack, covering architecture, templates, and step-by-step deployment.
|
108
108
|
|
109
|
-
- **
|
110
|
-
|
111
|
-
- **
|
109
|
+
- **[6-minute introduction](https://www.youtube.com/live/eZ-8UQ_t4YM?feature=shared&t=2791)** (April 2024): Explaining the Agent Starter Pack and demonstrating its key features. Part of the Kaggle GenAI intensive course.
|
110
|
+
|
111
|
+
- **[120-minute livestream demo](https://www.youtube.com/watch?v=yIRIT_EtALs&t=235s)** (March 6, 2025): Watch us build 3 Agents in under 30 minutes using the `agent-starter-pack`!
|
112
112
|
|
113
|
-
## Explore More Generative AI Resources
|
114
113
|
|
115
114
|
Looking for more examples and resources for Generative AI on Google Cloud? Check out the [GoogleCloudPlatform/generative-ai](https://github.com/GoogleCloudPlatform/generative-ai) repository for notebooks, code samples, and more!
|
116
115
|
|
@@ -2,9 +2,11 @@ import { defineConfig } from 'vitepress'
|
|
2
2
|
|
3
3
|
export default defineConfig({
|
4
4
|
title: 'Agent Starter Pack',
|
5
|
-
description: 'Build Production Agents faster',
|
5
|
+
description: 'Build Production AI Agents faster using Agent Starter Pack',
|
6
6
|
base: '/agent-starter-pack/',
|
7
7
|
head: [
|
8
|
+
['meta', {property: 'og:image', content: '/images/agent_starter_pack_screenshot.png'}],
|
9
|
+
['meta', {property: 'og:twitter:image', content: '/images/agent_starter_pack_screenshot.png'}],
|
8
10
|
['link', { rel: 'preconnect', href: 'https://fonts.googleapis.com' }],
|
9
11
|
['link', { rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: '' }],
|
10
12
|
['link', { href: 'https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap', rel: 'stylesheet' }],
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
This guide quickly walks you through setting up your first agent project.
|
5
5
|
|
6
|
-
**Want zero setup?** 👉 [Try in Firebase Studio](https://studio.firebase.google.com/new?template=https%3A%2F%2Fgithub.com%2FGoogleCloudPlatform%2Fagent-starter-pack%2Ftree%2Fmain%2Fsrc%2Fresources%2Fidx)
|
6
|
+
**Want zero setup?** 👉 [Try in Firebase Studio](https://studio.firebase.google.com/new?template=https%3A%2F%2Fgithub.com%2FGoogleCloudPlatform%2Fagent-starter-pack%2Ftree%2Fmain%2Fsrc%2Fresources%2Fidx) or in [Cloud Shell](https://shell.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Feliasecchig%2Fasp-open-in-cloud-shell&cloudshell_print=open-in-cs)
|
7
7
|
|
8
8
|
### Prerequisites
|
9
9
|
|
@@ -1,5 +1,11 @@
|
|
1
1
|
# Video Tutorials
|
2
2
|
|
3
|
+
## Exploring Agent Starter Pack
|
4
|
+
|
5
|
+
This comprehensive tutorial demonstrates how to rapidly deploy AI Agents using the Agent Starter Pack. We cover the architecture, detail the templates and their usage, showcase a live demo, and guide you through template-based deployment from start to finish.
|
6
|
+
|
7
|
+
<iframe width="560" height="315" src="https://www.youtube.com/embed/9zqwym-N3lg?si=K4kHS0G463VBGons" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
8
|
+
|
3
9
|
## Kaggle GenAI Intensive Course Introduction (April 2024)
|
4
10
|
A 6-minute introduction explaining the Agent Starter Pack and demonstrating its key features. Part of the Kaggle GenAI intensive course.
|
5
11
|
|
Binary file
|
@@ -15,7 +15,7 @@ hero:
|
|
15
15
|
link: /guide/getting-started
|
16
16
|
- theme: alt
|
17
17
|
text: Watch Demo Video
|
18
|
-
link: https://www.youtube.com/
|
18
|
+
link: https://www.youtube.com/watch?v=9zqwym-N3lg
|
19
19
|
|
20
20
|
features:
|
21
21
|
- icon: ⚡️
|
@@ -38,6 +38,7 @@ Help us spread the word by giving us a star on GitHub!
|
|
38
38
|
<a href="https://github.com/GoogleCloudPlatform/agent-starter-pack/stargazers" target="_blank" rel="noopener noreferrer" style="display: inline-block; margin-top: 8px;"> <!-- Link the badge too! -->
|
39
39
|
 <!-- Added style=social for better look -->
|
40
40
|
</a>
|
41
|
+
|
41
42
|
:::
|
42
43
|
|
43
44
|
## Quick Links
|
@@ -1,7 +1,7 @@
|
|
1
1
|
[project]
|
2
2
|
name = "agent-starter-pack"
|
3
|
-
version = "0.4.
|
4
|
-
description = "CLI
|
3
|
+
version = "0.4.2"
|
4
|
+
description = "CLI to bootstrap production-ready Google Cloud GenAI agent projects from templates."
|
5
5
|
authors = [
|
6
6
|
{ name = "Google LLC", email = "agent-starter-pack@google.com" },
|
7
7
|
]
|
@@ -12,7 +12,6 @@
|
|
12
12
|
# See the License for the specific language governing permissions and
|
13
13
|
# limitations under the License.
|
14
14
|
|
15
|
-
import json
|
16
15
|
import logging
|
17
16
|
import re
|
18
17
|
import shutil
|
@@ -228,40 +227,18 @@ def prompt_for_repository_details(
|
|
228
227
|
repo_url = click.prompt(
|
229
228
|
"Enter existing repository URL (e.g., https://github.com/owner/repo)"
|
230
229
|
)
|
231
|
-
# Extract owner and name from URL
|
232
|
-
match = re.
|
230
|
+
# Extract owner and repo name from URL
|
231
|
+
match = re.search(r"github\.com/([^/]+)/([^/]+)", repo_url)
|
233
232
|
if match:
|
234
233
|
repository_owner = match.group(1)
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
try:
|
239
|
-
result = run_command(
|
240
|
-
[
|
241
|
-
"gh",
|
242
|
-
"repo",
|
243
|
-
"view",
|
244
|
-
f"{repository_owner}/{repository_name}",
|
245
|
-
"--json",
|
246
|
-
"isEmpty",
|
247
|
-
],
|
248
|
-
capture_output=True,
|
249
|
-
)
|
250
|
-
if not json.loads(result.stdout).get("isEmpty", False):
|
251
|
-
if not click.confirm(
|
252
|
-
"Repository is not empty. Are you sure you want to use it?",
|
253
|
-
default=False,
|
254
|
-
):
|
255
|
-
continue
|
256
|
-
break
|
257
|
-
except subprocess.CalledProcessError:
|
258
|
-
console.print(
|
259
|
-
"❌ Repository not found or not accessible",
|
260
|
-
style="bold red",
|
261
|
-
)
|
262
|
-
continue
|
234
|
+
# Remove .git suffix if present
|
235
|
+
repository_name = match.group(2).rstrip(".git")
|
236
|
+
break
|
263
237
|
else:
|
264
|
-
console.print(
|
238
|
+
console.print(
|
239
|
+
"❌ Invalid repository URL format. Please use https://github.com/owner/repo",
|
240
|
+
style="bold red",
|
241
|
+
)
|
265
242
|
|
266
243
|
if repository_name is None or repository_owner is None:
|
267
244
|
raise ValueError("Repository name and owner must be provided")
|
@@ -570,15 +547,12 @@ def setup_cicd(
|
|
570
547
|
|
571
548
|
if git_provider == "github" and detected_mode == "interactive":
|
572
549
|
# First create the repository since we're in interactive mode
|
573
|
-
|
550
|
+
if not repository_exists:
|
551
|
+
create_github_repository(repository_owner, repository_name)
|
574
552
|
|
575
553
|
# Then create the connection
|
576
554
|
oauth_token_secret_id, github_app_installation_id = create_github_connection(
|
577
|
-
project_id=cicd_project,
|
578
|
-
region=region,
|
579
|
-
connection_name=host_connection_name,
|
580
|
-
repository_name=repository_name,
|
581
|
-
repository_owner=repository_owner,
|
555
|
+
project_id=cicd_project, region=region, connection_name=host_connection_name
|
582
556
|
)
|
583
557
|
repository_exists = True
|
584
558
|
elif git_provider == "github" and detected_mode == "programmatic":
|
@@ -89,11 +89,7 @@ def setup_repository_name(
|
|
89
89
|
|
90
90
|
|
91
91
|
def create_github_connection(
|
92
|
-
project_id: str,
|
93
|
-
region: str,
|
94
|
-
connection_name: str,
|
95
|
-
repository_name: str,
|
96
|
-
repository_owner: str,
|
92
|
+
project_id: str, region: str, connection_name: str
|
97
93
|
) -> tuple[str, str]:
|
98
94
|
"""Create and verify GitHub connection using gcloud command.
|
99
95
|
|
@@ -101,53 +97,12 @@ def create_github_connection(
|
|
101
97
|
project_id: GCP project ID
|
102
98
|
region: GCP region
|
103
99
|
connection_name: Name for the GitHub connection
|
104
|
-
repository_name: Name of repository to create
|
105
|
-
repository_owner: Owner of repository
|
106
100
|
|
107
101
|
Returns:
|
108
102
|
tuple[str, str]: The OAuth token secret ID and the app installation ID
|
109
103
|
"""
|
110
104
|
console.print("\n🔗 Creating GitHub connection...")
|
111
105
|
|
112
|
-
# Create repository if details provided
|
113
|
-
try:
|
114
|
-
# Check if repo exists
|
115
|
-
result = run_command(
|
116
|
-
[
|
117
|
-
"gh",
|
118
|
-
"repo",
|
119
|
-
"view",
|
120
|
-
f"{repository_owner}/{repository_name}",
|
121
|
-
"--json",
|
122
|
-
"name",
|
123
|
-
],
|
124
|
-
capture_output=True,
|
125
|
-
check=False,
|
126
|
-
)
|
127
|
-
|
128
|
-
if result.returncode != 0:
|
129
|
-
# Repository doesn't exist, create it
|
130
|
-
console.print(
|
131
|
-
f"\n📦 Creating GitHub repository: {repository_owner}/{repository_name}"
|
132
|
-
)
|
133
|
-
run_command(
|
134
|
-
[
|
135
|
-
"gh",
|
136
|
-
"repo",
|
137
|
-
"create",
|
138
|
-
f"{repository_owner}/{repository_name}",
|
139
|
-
"--private",
|
140
|
-
"--description",
|
141
|
-
"Repository created by Terraform",
|
142
|
-
]
|
143
|
-
)
|
144
|
-
console.print("✅ GitHub repository created")
|
145
|
-
else:
|
146
|
-
console.print("✅ Using existing GitHub repository")
|
147
|
-
except subprocess.CalledProcessError as e:
|
148
|
-
console.print(f"❌ Failed to create/check repository: {e!s}", style="bold red")
|
149
|
-
raise
|
150
|
-
|
151
106
|
def try_create_connection() -> subprocess.CompletedProcess[str]:
|
152
107
|
cmd = [
|
153
108
|
"gcloud",
|
File without changes
|
File without changes
|
File without changes
|
{agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/.cloudbuild/ci/lint_templated_agents.yaml
RENAMED
File without changes
|
File without changes
|
{agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/.cloudbuild/ci/test_templated_agents.yaml
RENAMED
File without changes
|
File without changes
|
{agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/.cloudbuild/terraform/build_triggers.tf
RENAMED
File without changes
|
{agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/.cloudbuild/terraform/service_account.tf
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/adk_base/template/.templateconfig.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/crewai_coding_crew/app/agent.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/crewai_coding_crew/app/crew/crew.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/langgraph_base_react/app/agent.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/live_api/template/.templateconfig.yaml
RENAMED
File without changes
|
File without changes
|
{agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/live_api/tests/load_test/load_test.py
RENAMED
File without changes
|
{agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/agents/live_api/tests/unit/test_server.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/docs/images/ags_high_level_architecture.png
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/app/utils/tracing.py
RENAMED
File without changes
|
File without changes
|
{agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/README.md
RENAMED
File without changes
|
File without changes
|
{agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/cd/staging.yaml
RENAMED
File without changes
|
{agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/ci/pr_checks.yaml
RENAMED
File without changes
|
{agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/terraform/apis.tf
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/deployment/terraform/iam.tf
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{agent_starter_pack-0.4.1 → agent_starter_pack-0.4.2}/src/base_template/tests/unit/test_dummy.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|