agent-starter-pack 0.4.2__tar.gz → 0.4.4__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.2 → agent_starter_pack-0.4.4}/PKG-INFO +1 -1
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/live_api/README.md +1 -1
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/live_api/app/agent.py +1 -2
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/live_api/app/server.py +13 -14
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/.vitepress/config.js +1 -0
- agent_starter_pack-0.4.4/docs/guide/development-guide.md +96 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/guide/getting-started.md +1 -5
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/index.md +3 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/pyproject.toml +1 -1
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/Makefile +2 -2
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/README.md +1 -1
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/cli/commands/create.py +3 -3
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/uv.lock +1 -1
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/.cloudbuild/cd/test_e2e.yaml +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/.cloudbuild/ci/build_use_wheel.yaml +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/.cloudbuild/ci/lint.yaml +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/.cloudbuild/ci/lint_templated_agents.yaml +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/.cloudbuild/ci/test.yaml +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/.cloudbuild/ci/test_templated_agents.yaml +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/.cloudbuild/terraform/apis.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/.cloudbuild/terraform/build_triggers.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/.cloudbuild/terraform/service_account.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/.cloudbuild/terraform/storage.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/.cloudbuild/terraform/variables.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/.github/workflows/docs.yml +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/.gitignore +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/CODE_OF_CONDUCT.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/CONTRIBUTING.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/LICENSE +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/Makefile +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/README.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/adk_base/README.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/adk_base/app/agent.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/adk_base/notebooks/adk_app_testing.ipynb +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/adk_base/notebooks/evaluating_adk_agent.ipynb +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/adk_base/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/adk_base/tests/integration/test_agent.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/agentic_rag/README.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/agentic_rag/app/agent.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/agentic_rag/app/retrievers.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/agentic_rag/app/templates.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/agentic_rag/notebooks/adk_app_testing.ipynb +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/agentic_rag/notebooks/evaluating_adk_agent.ipynb +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/agentic_rag/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/agentic_rag/tests/integration/test_agent.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/crewai_coding_crew/README.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/crewai_coding_crew/app/agent.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/crewai_coding_crew/app/crew/config/agents.yaml +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/crewai_coding_crew/app/crew/config/tasks.yaml +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/crewai_coding_crew/app/crew/crew.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/crewai_coding_crew/notebooks/evaluating_crewai_agent.ipynb +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/crewai_coding_crew/notebooks/evaluating_langgraph_agent.ipynb +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/crewai_coding_crew/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/crewai_coding_crew/tests/integration/test_agent.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/langgraph_base_react/README.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/langgraph_base_react/app/agent.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/langgraph_base_react/notebooks/evaluating_langgraph_agent.ipynb +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/langgraph_base_react/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/langgraph_base_react/tests/integration/test_agent.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/live_api/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/live_api/tests/integration/test_server_e2e.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/live_api/tests/load_test/load_test.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/live_api/tests/unit/test_server.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/agents/overview.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/cli/create.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/cli/index.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/cli/setup_cicd.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/guide/data-ingestion.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/guide/deployment.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/guide/installation.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/guide/observability.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/guide/troubleshooting.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/guide/video-tutorials.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/guide/why_starter_pack.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/images/adk_logo.png +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/images/agent_starter_pack_screenshot.png +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/images/ags_high_level_architecture.png +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/images/icon.png +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/images/logo.png +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/images/prototype_to_prod.png +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/images/why_sp_edited.png +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/images/why_starter_pack.png +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/package-lock.json +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/package.json +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/.gitignore +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/app/__init__.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/app/utils/tracing.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/app/utils/typing.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/README.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/cd/deploy-to-prod.yaml +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/cd/staging.yaml +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/ci/pr_checks.yaml +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/terraform/apis.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/terraform/build_triggers.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/terraform/dev/apis.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/terraform/dev/iam.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/terraform/dev/log_sinks.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/terraform/dev/providers.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/terraform/dev/storage.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/terraform/dev/variables.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/terraform/dev/vars/env.tfvars +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/terraform/iam.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/terraform/locals.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/terraform/log_sinks.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/terraform/providers.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/terraform/service_accounts.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/terraform/storage.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/terraform/variables.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/terraform/vars/env.tfvars +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/pyproject.toml +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/tests/unit/test_dummy.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/cli/commands/setup_cicd.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/cli/main.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/cli/utils/__init__.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/cli/utils/cicd.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/cli/utils/datastores.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/cli/utils/gcp.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/cli/utils/logging.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/cli/utils/template.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/cli/utils/version.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/data_ingestion/README.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/data_ingestion/data_ingestion_pipeline/components/ingest_data.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/data_ingestion/data_ingestion_pipeline/components/process_data.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/data_ingestion/data_ingestion_pipeline/pipeline.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/data_ingestion/data_ingestion_pipeline/submit_pipeline.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/data_ingestion/pyproject.toml +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/data_ingestion/uv.lock +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/deployment_targets/agent_engine/app/agent_engine_app.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/deployment_targets/agent_engine/app/utils/gcs.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/deployment_targets/agent_engine/deployment_metadata.json +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/deployment_targets/agent_engine/notebooks/intro_agent_engine.ipynb +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/deployment_targets/agent_engine/tests/integration/test_agent_engine_app.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/deployment_targets/agent_engine/tests/load_test/.results/.placeholder +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/deployment_targets/agent_engine/tests/load_test/README.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/deployment_targets/agent_engine/tests/load_test/load_test.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/deployment_targets/cloud_run/Dockerfile +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/deployment_targets/cloud_run/app/server.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/deployment_targets/cloud_run/tests/integration/test_server_e2e.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/deployment_targets/cloud_run/tests/load_test/.results/.placeholder +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/deployment_targets/cloud_run/tests/load_test/README.md +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/deployment_targets/cloud_run/tests/load_test/load_test.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/deployment_targets/cloud_run/uv.lock +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/package-lock.json +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/package.json +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/public/favicon.ico +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/public/index.html +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/public/robots.txt +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/App.scss +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/App.test.tsx +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/App.tsx +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/components/audio-pulse/AudioPulse.tsx +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/components/audio-pulse/audio-pulse.scss +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/components/control-tray/ControlTray.tsx +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/components/control-tray/control-tray.scss +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/components/logger/Logger.tsx +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/components/logger/logger.scss +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/components/logger/mock-logs.ts +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/components/side-panel/SidePanel.tsx +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/components/side-panel/side-panel.scss +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/contexts/LiveAPIContext.tsx +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/hooks/use-live-api.ts +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/hooks/use-media-stream-mux.ts +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/hooks/use-screen-capture.ts +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/hooks/use-webcam.ts +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/index.css +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/index.tsx +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/multimodal-live-types.ts +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/react-app-env.d.ts +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/reportWebVitals.ts +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/setupTests.ts +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/utils/audio-recorder.ts +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/utils/audio-streamer.ts +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/utils/audioworklet-registry.ts +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/utils/multimodal-live-client.ts +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/utils/store-logger.ts +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/utils/utils.ts +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/utils/worklets/audio-processing.ts +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/src/utils/worklets/vol-meter.ts +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/live_api_react/frontend/tsconfig.json +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/streamlit/frontend/side_bar.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/streamlit/frontend/streamlit_app.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/streamlit/frontend/style/app_markdown.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/streamlit/frontend/utils/chat_utils.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/streamlit/frontend/utils/local_chat_history.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/streamlit/frontend/utils/message_editing.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/streamlit/frontend/utils/multimodal_utils.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/streamlit/frontend/utils/stream_handler.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/streamlit/frontend/utils/title_summary.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/streamlit_adk/frontend/side_bar.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/streamlit_adk/frontend/streamlit_app.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/streamlit_adk/frontend/style/app_markdown.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/streamlit_adk/frontend/utils/chat_utils.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/streamlit_adk/frontend/utils/local_chat_history.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/streamlit_adk/frontend/utils/message_editing.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/streamlit_adk/frontend/utils/multimodal_utils.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/streamlit_adk/frontend/utils/stream_handler.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/frontends/streamlit_adk/frontend/utils/title_summary.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/resources/containers/data_processing/Dockerfile +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/resources/containers/e2e-tests/Dockerfile +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/resources/idx/.idx/dev.nix +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/resources/idx/idx-template.json +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/resources/idx/idx-template.nix +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/resources/locks/uv-adk_base-agent_engine.lock +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/resources/locks/uv-adk_base-cloud_run.lock +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/resources/locks/uv-agentic_rag-agent_engine.lock +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/resources/locks/uv-agentic_rag-cloud_run.lock +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/resources/locks/uv-crewai_coding_crew-agent_engine.lock +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/resources/locks/uv-crewai_coding_crew-cloud_run.lock +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/resources/locks/uv-langgraph_base_react-agent_engine.lock +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/resources/locks/uv-langgraph_base_react-cloud_run.lock +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/resources/locks/uv-live_api-cloud_run.lock +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/resources/setup_cicd/cicd_variables.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/resources/setup_cicd/github.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/resources/setup_cicd/providers.tf +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/utils/generate_locks.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/utils/lock_utils.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/utils/watch_and_rebuild.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/tests/__init__.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/tests/cicd/example.env +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/tests/cicd/test_e2e_deployment.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/tests/cli/commands/test_create.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/tests/cli/commands/test_setup_cicd.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/tests/cli/utils/test_cicd.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/tests/integration/test_template_linting.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/tests/integration/test_templated_patterns.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/tests/test_frontend/test_side_bar.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/tests/test_frontend/test_streamlit_app.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/tests/test_frontend/test_utils/test_chat_utils.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/tests/test_frontend/test_utils/test_local_chat_history.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/tests/test_frontend/test_utils/test_message_editing.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/tests/test_frontend/test_utils/test_multimodal_utils.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/tests/test_frontend/test_utils/test_stream_handler.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/tests/utils/__init__.py +0 -0
- {agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/tests/utils/get_agents.py +0 -0
@@ -6,7 +6,7 @@ This pattern showcases a real-time conversational agent powered by Google Gemini
|
|
6
6
|
|
7
7
|
**Key components:**
|
8
8
|
|
9
|
-
- **Python Backend** (in `app/` folder): A production-ready server built with [FastAPI](https://fastapi.tiangolo.com/) and [google-genai](https://googleapis.github.io/python-
|
9
|
+
- **Python Backend** (in `app/` folder): A production-ready server built with [FastAPI](https://fastapi.tiangolo.com/) and [google-genai](https://googleapis.github.io/python-genai/) that features:
|
10
10
|
|
11
11
|
- **Real-time bidirectional communication** via WebSockets between the frontend and Gemini model
|
12
12
|
- **Integrated tool calling** with a weather information tool for demonstrating external data retrieval
|
@@ -22,8 +22,7 @@ from google.genai import types
|
|
22
22
|
# Constants
|
23
23
|
VERTEXAI = os.getenv("VERTEXAI", "true").lower() == "true"
|
24
24
|
LOCATION = "us-central1"
|
25
|
-
|
26
|
-
MODEL_ID = "gemini-2.0-flash-exp"
|
25
|
+
MODEL_ID = "gemini-2.0-flash-live-preview-04-09"
|
27
26
|
|
28
27
|
# Initialize Google Cloud clients
|
29
28
|
credentials, project_id = google.auth.default()
|
@@ -70,6 +70,7 @@ class GeminiSession:
|
|
70
70
|
while True:
|
71
71
|
try:
|
72
72
|
data = await self.websocket.receive_json()
|
73
|
+
|
73
74
|
if isinstance(data, dict) and (
|
74
75
|
"realtimeInput" in data or "clientContent" in data
|
75
76
|
):
|
@@ -98,13 +99,7 @@ class GeminiSession:
|
|
98
99
|
async def _handle_tool_call(
|
99
100
|
self, session: Any, tool_call: LiveServerToolCall
|
100
101
|
) -> None:
|
101
|
-
"""Process tool calls from Gemini and send back responses.
|
102
|
-
|
103
|
-
Args:
|
104
|
-
session: The Gemini session
|
105
|
-
tool_call: Tool call request from Gemini
|
106
|
-
"""
|
107
|
-
# Handle case where function_calls might be None
|
102
|
+
"""Process tool calls from Gemini and send back responses."""
|
108
103
|
if tool_call.function_calls is None:
|
109
104
|
logging.debug("No function calls in tool_call")
|
110
105
|
return
|
@@ -116,7 +111,14 @@ class GeminiSession:
|
|
116
111
|
logging.error(f"Function {fc.name} not found")
|
117
112
|
continue
|
118
113
|
args = fc.args if fc.args is not None else {}
|
119
|
-
|
114
|
+
|
115
|
+
# Handle both async and sync functions appropriately
|
116
|
+
if asyncio.iscoroutinefunction(func):
|
117
|
+
# Function is already async
|
118
|
+
response = await func(**args)
|
119
|
+
else:
|
120
|
+
# Run sync function in a thread pool to avoid blocking
|
121
|
+
response = await asyncio.to_thread(func, **args)
|
120
122
|
|
121
123
|
tool_response = types.LiveClientToolResponse(
|
122
124
|
function_responses=[
|
@@ -127,18 +129,15 @@ class GeminiSession:
|
|
127
129
|
await session.send(input=tool_response)
|
128
130
|
|
129
131
|
async def receive_from_gemini(self) -> None:
|
130
|
-
"""Listen for and process messages from Gemini.
|
131
|
-
|
132
|
-
Continuously receives messages from Gemini, forwards them to the client,
|
133
|
-
and handles any tool calls. Handles connection errors gracefully.
|
134
|
-
"""
|
132
|
+
"""Listen for and process messages from Gemini without blocking."""
|
135
133
|
while result := await self.session._ws.recv(decode=False):
|
136
134
|
await self.websocket.send_bytes(result)
|
137
135
|
raw_message = json.loads(result)
|
138
136
|
if "toolCall" in raw_message:
|
139
137
|
message = types.LiveServerMessage.model_validate(raw_message)
|
140
138
|
tool_call = LiveServerToolCall.model_validate(message.tool_call)
|
141
|
-
|
139
|
+
# Create a separate task to handle the tool call without blocking
|
140
|
+
asyncio.create_task(self._handle_tool_call(self.session, tool_call))
|
142
141
|
|
143
142
|
|
144
143
|
def get_connect_and_run_callable(websocket: WebSocket) -> Callable:
|
@@ -32,6 +32,7 @@ export default defineConfig({
|
|
32
32
|
text: 'Guide',
|
33
33
|
items: [
|
34
34
|
{ text: 'Getting Started', link: '/guide/getting-started' },
|
35
|
+
{ text: 'Development Guide', link: '/guide/development-guide' },
|
35
36
|
{ text: 'Why Starter Pack?', link: '/guide/why_starter_pack' },
|
36
37
|
{ text: 'Video Tutorials', link: '/guide/video-tutorials' },
|
37
38
|
{ text: 'Installation', link: '/guide/installation' },
|
@@ -0,0 +1,96 @@
|
|
1
|
+
# Development Guide
|
2
|
+
|
3
|
+
::: tip Note
|
4
|
+
This starter pack embraces a **"bring your own agent"** philosophy. You focus on your unique business logic, and we provide the scaffolding for UI, infrastructure, deployment, and monitoring.
|
5
|
+
:::
|
6
|
+
|
7
|
+
### 1. Prototype Your Agent
|
8
|
+
Begin by building and experimenting with your Generative AI Agent.
|
9
|
+
|
10
|
+
* Use the introductory notebooks in `notebooks/` for guidance. This is ideal for rapid experimentation and focused agent logic development before integrating into the full application structure
|
11
|
+
* Evaluate its performance with [Vertex AI Evaluation](https://cloud.google.com/vertex-ai/generative-ai/docs/models/evaluation-overview).
|
12
|
+
|
13
|
+
### 2. Integrate Your Agent
|
14
|
+
Incorporate your prototyped agent into the application.
|
15
|
+
|
16
|
+
* Edit `app/agent.py` to import and configure your agent.
|
17
|
+
* Customize code within the `app/` directory (e.g., prompts, tools, API endpoints, business logic, functionality).
|
18
|
+
|
19
|
+
### 3. Test Locally
|
20
|
+
Iterate on your agent using the built-in UI playground. It automatically reloads on code changes and offers features like chat history, user feedback, and diverse input types.
|
21
|
+
|
22
|
+
> Note: The specific UI playground (e.g., Streamlit, ADK web UI) launched by `make playground` depends on the agent template you selected.
|
23
|
+
|
24
|
+
### 4. Deploy to the Cloud
|
25
|
+
Once you're satisfied with local testing, you are ready to deploy your agent to Google Cloud!
|
26
|
+
|
27
|
+
*All `make` commands should be run from the root of your agent project.*
|
28
|
+
|
29
|
+
#### A. Cloud Development Environment Setup
|
30
|
+
Establish a development (dev) environment in the cloud for initial remote testing.
|
31
|
+
|
32
|
+
**i. Set Google Cloud Project:**
|
33
|
+
Configure `gcloud` to target your development project:
|
34
|
+
```bash
|
35
|
+
# Replace YOUR_DEV_PROJECT_ID with your actual Google Cloud Project ID
|
36
|
+
gcloud config set project YOUR_DEV_PROJECT_ID
|
37
|
+
```
|
38
|
+
|
39
|
+
**ii. Provision Cloud Resources:**
|
40
|
+
This command uses Terraform (scripts in `deployment/terraform/dev/`) to set up necessary cloud resources (IAM, databases, etc.):
|
41
|
+
```bash
|
42
|
+
make setup-dev-env
|
43
|
+
```
|
44
|
+
|
45
|
+
**iii. 🚀 Deploy Agent Backend:**
|
46
|
+
Build and deploy your agent's backend to the dev environment:
|
47
|
+
```bash
|
48
|
+
make backend
|
49
|
+
```
|
50
|
+
|
51
|
+
#### B. Production-Ready Deployment with CI/CD
|
52
|
+
For reliable, automated deployments to staging and production, a CI/CD pipeline is essential. Customize tests within your pipeline as needed.
|
53
|
+
|
54
|
+
**Option 1: One-Command CI/CD Setup (Recommended for GitHub)**
|
55
|
+
The `agent-starter-pack` CLI streamlines CI/CD setup with GitHub:
|
56
|
+
```bash
|
57
|
+
agent-starter-pack setup-cicd
|
58
|
+
```
|
59
|
+
This automates creating a GitHub repository, connecting to Cloud Build, setting up staging/production infrastructure with Terraform, and configuring CI/CD triggers.
|
60
|
+
|
61
|
+
Follow the interactive prompts. For critical systems needing granular control, consider the manual setup.
|
62
|
+
See the [`agent-starter-pack setup-cicd` CLI reference](https://github.com/GoogleCloudPlatform/agent-starter-pack/blob/main/docs/cli/setup_cicd.md) for details. *(Note: Automated setup currently supports GitHub only).*
|
63
|
+
|
64
|
+
**Option 2: Manual CI/CD Setup**
|
65
|
+
For full control and compatibility with other Git providers, refer to the [manual deployment setup guide](./deployment.md).
|
66
|
+
|
67
|
+
**Initial Commit & Push (After CI/CD Setup):**
|
68
|
+
Once CI/CD is configured, commit and push your code to trigger the first pipeline run:
|
69
|
+
```bash
|
70
|
+
git add -A
|
71
|
+
git config --global user.email "you@example.com" # If not already configured
|
72
|
+
git config --global user.name "Your Name" # If not already configured
|
73
|
+
git commit -m "Initial commit of agent code"
|
74
|
+
git push --set-upstream origin main
|
75
|
+
```
|
76
|
+
|
77
|
+
### 5. Monitor Your Deployed Agent
|
78
|
+
Track your agent's performance and gather insights using integrated observability tools.
|
79
|
+
|
80
|
+
* **Technology**: OpenTelemetry events are sent to Google Cloud.
|
81
|
+
* **Cloud Trace & Logging**: Inspect request flows, analyze latencies, and review prompts/outputs. Access traces at: `https://console.cloud.google.com/traces/list?project=YOUR_PROD_PROJECT_ID`
|
82
|
+
* **BigQuery**: Route trace and log data to BigQuery for long-term storage and advanced analytics.
|
83
|
+
* **Looker Studio Dashboards**: Visualize agent performance with pre-built templates:
|
84
|
+
* ADK Agents: [Looker Studio ADK Dashboard](https://lookerstudio.google.com/c/reporting/46b35167-b38b-4e44-bd37-701ef4307418/page/tEnnC)
|
85
|
+
* Non-ADK Agents: [Looker Studio Non-ADK Dashboard](https://lookerstudio.google.com/c/reporting/fa742264-4b4b-4c56-81e6-a667dd0f853f/page/tEnnC)
|
86
|
+
*(Remember to follow the "Setup Instructions" within the dashboards to connect your project's data sources).*
|
87
|
+
|
88
|
+
➡️ For details, see the [Observability Guide](./observability.md).
|
89
|
+
|
90
|
+
### 6. Advanced Customization & Data
|
91
|
+
Tailor the starter pack further to meet specific needs.
|
92
|
+
|
93
|
+
* **RAG Data Ingestion**: For Retrieval Augmented Generation (RAG) agents, configure data pipelines to process your information and load embeddings into Vertex AI Search or Vector Search.
|
94
|
+
➡️ See the [Data Ingestion Guide](./data-ingestion.md).
|
95
|
+
* **Custom Terraform**: Modify Terraform configurations in `deployment/terraform/` for unique infrastructure requirements.
|
96
|
+
➡️ Refer to the [Deployment Guide](./deployment.md).
|
@@ -7,11 +7,7 @@ This guide quickly walks you through setting up your first agent project.
|
|
7
7
|
|
8
8
|
### Prerequisites
|
9
9
|
|
10
|
-
|
11
|
-
|
12
|
-
1. **Python 3.10+**
|
13
|
-
2. **Google Cloud SDK:** [Install Guide](https://cloud.google.com/sdk/docs/install).
|
14
|
-
3. **Terraform:** [Install Guide](https://developer.hashicorp.com/terraform/downloads).
|
10
|
+
**Python 3.10+** | **Google Cloud SDK** [Install Guide](https://cloud.google.com/sdk/docs/install) | **Terraform** [Install Guide](https://developer.hashicorp.com/terraform/downloads) | **`uv` (automatically installed)** [Manual Install Guide](https://docs.astral.sh/uv/getting-started/installation/)
|
15
11
|
|
16
12
|
### 1. Install the Starter Pack
|
17
13
|
|
@@ -22,7 +22,7 @@ playground:
|
|
22
22
|
uv run uvicorn app.server:app --host 0.0.0.0 --port 8000 --reload &
|
23
23
|
{%- endif %}
|
24
24
|
{%- if cookiecutter.agent_name == 'live_api' %}
|
25
|
-
npm --prefix frontend start
|
25
|
+
PORT=8501 npm --prefix frontend start
|
26
26
|
{%- else %}
|
27
27
|
{% if cookiecutter.deployment_target == 'agent_engine' %}PYTHONPATH=. {% endif %}uv run streamlit run frontend/streamlit_app.py --browser.serverAddress=localhost --server.enableCORS=false --server.enableXsrfProtection=false
|
28
28
|
{%- endif %}
|
@@ -54,7 +54,7 @@ local-backend:
|
|
54
54
|
{%- if cookiecutter.agent_name == 'live_api' %}
|
55
55
|
|
56
56
|
ui:
|
57
|
-
npm --prefix frontend start
|
57
|
+
PORT=8501 npm --prefix frontend start
|
58
58
|
{%- endif %}
|
59
59
|
{%- endif %}
|
60
60
|
|
@@ -110,7 +110,7 @@ Here’s the recommended workflow for local development:
|
|
110
110
|
This launches the Streamlit application, which connects to the backend server (by default at `http://localhost:8000`).
|
111
111
|
|
112
112
|
4. **Interact and Iterate:**
|
113
|
-
* Open the Streamlit UI in your browser (usually `http://localhost:
|
113
|
+
* Open the Streamlit UI in your browser (usually `http://localhost:8501` or `http://localhost:3001`).
|
114
114
|
* Click the play button in the UI to connect to the backend.
|
115
115
|
* Interact with the agent! Try prompts like: *"Using the tool you have, define Governance in the context MLOPs"*
|
116
116
|
* Modify the agent logic in `app/agent.py`. The backend server (FastAPI with `uvicorn --reload`) should automatically restart when you save changes. Refresh the frontend if needed to see behavioral changes.
|
@@ -134,7 +134,7 @@ def create(
|
|
134
134
|
console.print("\n=== GCP Agent Starter Pack :rocket:===", style="bold blue")
|
135
135
|
console.print("Welcome to the Agent Starter Pack!")
|
136
136
|
console.print(
|
137
|
-
"This tool will help you create an end-to-end production-ready AI agent in
|
137
|
+
"This tool will help you create an end-to-end production-ready AI agent in Google Cloud!\n"
|
138
138
|
)
|
139
139
|
# Validate project name
|
140
140
|
if len(project_name) > 26:
|
@@ -317,9 +317,9 @@ def create(
|
|
317
317
|
|
318
318
|
console.print("\n> Success! Your agent project is ready.")
|
319
319
|
console.print(
|
320
|
-
"\n📖
|
320
|
+
f"\n📖 Project README: [cyan]cat {cd_path}/README.md[/]"
|
321
|
+
"\n Online Development Guide: [cyan][link=https://goo.gle/asp-dev]https://goo.gle/asp-dev[/link][/cyan]"
|
321
322
|
)
|
322
|
-
console.print(f" [cyan]cat {cd_path}/README.md[/]")
|
323
323
|
# Determine the correct path to display based on whether output_dir was specified
|
324
324
|
console.print("\n🚀 To get started, run the following command:")
|
325
325
|
console.print(
|
File without changes
|
File without changes
|
File without changes
|
{agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/.cloudbuild/ci/lint_templated_agents.yaml
RENAMED
File without changes
|
File without changes
|
{agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/.cloudbuild/ci/test_templated_agents.yaml
RENAMED
File without changes
|
File without changes
|
{agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/.cloudbuild/terraform/build_triggers.tf
RENAMED
File without changes
|
{agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/.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
|
File without changes
|
{agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/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.2 → agent_starter_pack-0.4.4}/agents/crewai_coding_crew/app/agent.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/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.2 → agent_starter_pack-0.4.4}/agents/langgraph_base_react/app/agent.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/live_api/template/.templateconfig.yaml
RENAMED
File without changes
|
File without changes
|
{agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/agents/live_api/tests/load_test/load_test.py
RENAMED
File without changes
|
{agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/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
|
File without changes
|
{agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/docs/images/agent_starter_pack_screenshot.png
RENAMED
File without changes
|
{agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/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.2 → agent_starter_pack-0.4.4}/src/base_template/app/utils/tracing.py
RENAMED
File without changes
|
File without changes
|
{agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/README.md
RENAMED
File without changes
|
File without changes
|
{agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/cd/staging.yaml
RENAMED
File without changes
|
{agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/src/base_template/deployment/ci/pr_checks.yaml
RENAMED
File without changes
|
{agent_starter_pack-0.4.2 → agent_starter_pack-0.4.4}/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.2 → agent_starter_pack-0.4.4}/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.2 → agent_starter_pack-0.4.4}/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
|
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
|