agent-starter-pack 0.0.7b0__tar.gz → 0.0.8b0__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.

Potentially problematic release.


This version of agent-starter-pack might be problematic. Click here for more details.

Files changed (186) hide show
  1. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/CONTRIBUTING.md +1 -9
  2. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/PKG-INFO +5 -1
  3. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/README.md +4 -0
  4. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/docs/observability.md +4 -0
  5. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/pyproject.toml +2 -2
  6. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/pyproject.toml +2 -2
  7. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/cli/commands/create.py +40 -25
  8. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/cli/utils/gcp.py +1 -1
  9. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/streamlit/frontend/utils/title_summary.py +24 -21
  10. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/tests/cli/commands/test_create.py +12 -5
  11. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/uv.lock +1 -1
  12. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/.gitignore +0 -0
  13. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/CODE_OF_CONDUCT.md +0 -0
  14. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/LICENSE +0 -0
  15. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/Makefile +0 -0
  16. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/agentic_rag_vertexai_search/README.md +0 -0
  17. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/agentic_rag_vertexai_search/app/agent.py +0 -0
  18. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/agentic_rag_vertexai_search/app/retrievers.py +0 -0
  19. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/agentic_rag_vertexai_search/app/templates.py +0 -0
  20. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/agentic_rag_vertexai_search/notebooks/evaluating_langgraph_agent.ipynb +0 -0
  21. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/agentic_rag_vertexai_search/template/.templateconfig.yaml +0 -0
  22. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/agentic_rag_vertexai_search/tests/integration/test_agent.py +0 -0
  23. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/README.md +0 -0
  24. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/app/agent.py +0 -0
  25. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/app/crew/config/agents.yaml +0 -0
  26. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/app/crew/config/tasks.yaml +0 -0
  27. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/app/crew/crew.py +0 -0
  28. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/notebooks/evaluating_crewai_agent.ipynb +0 -0
  29. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/notebooks/evaluating_langgraph_agent.ipynb +0 -0
  30. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/template/.templateconfig.yaml +0 -0
  31. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/tests/integration/test_agent.py +0 -0
  32. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/langgraph_base_react/README.md +0 -0
  33. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/langgraph_base_react/app/agent.py +0 -0
  34. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/langgraph_base_react/notebooks/evaluating_langgraph_agent.ipynb +0 -0
  35. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/langgraph_base_react/template/.templateconfig.yaml +0 -0
  36. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/langgraph_base_react/tests/integration/test_agent.py +0 -0
  37. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/README.md +0 -0
  38. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/app/agent.py +0 -0
  39. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/app/server.py +0 -0
  40. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/app/templates.py +0 -0
  41. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/app/vector_store.py +0 -0
  42. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/template/.templateconfig.yaml +0 -0
  43. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/tests/integration/test_server_e2e.py +0 -0
  44. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/tests/load_test/load_test.py +0 -0
  45. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/tests/unit/test_server.py +0 -0
  46. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/docs/README.md +0 -0
  47. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/docs/cli/README.md +0 -0
  48. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/docs/cli/create.md +0 -0
  49. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/docs/cli/setup_cicd.md +0 -0
  50. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/docs/data-ingestion.md +0 -0
  51. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/docs/deployment.md +0 -0
  52. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/docs/images/ags_banner.png +0 -0
  53. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/docs/images/ags_high_level_architecture.png +0 -0
  54. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/docs/why_starter_pack.md +0 -0
  55. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/.gitignore +0 -0
  56. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/Makefile +0 -0
  57. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/README.md +0 -0
  58. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/app/utils/tracing.py +0 -0
  59. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/app/utils/typing.py +0 -0
  60. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/README.md +0 -0
  61. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/cd/deploy-to-prod.yaml +0 -0
  62. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/cd/staging.yaml +0 -0
  63. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/ci/pr_checks.yaml +0 -0
  64. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/apis.tf +0 -0
  65. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/build_triggers.tf +0 -0
  66. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/dev/apis.tf +0 -0
  67. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/dev/iam.tf +0 -0
  68. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/dev/log_sinks.tf +0 -0
  69. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/dev/providers.tf +0 -0
  70. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/dev/storage.tf +0 -0
  71. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/dev/variables.tf +0 -0
  72. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/dev/vars/env.tfvars +0 -0
  73. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/iam.tf +0 -0
  74. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/locals.tf +0 -0
  75. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/log_sinks.tf +0 -0
  76. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/providers.tf +0 -0
  77. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/service_accounts.tf +0 -0
  78. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/storage.tf +0 -0
  79. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/variables.tf +0 -0
  80. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/vars/env.tfvars +0 -0
  81. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/base_template/tests/unit/test_utils/test_tracing_exporter.py +0 -0
  82. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/cli/commands/setup_cicd.py +0 -0
  83. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/cli/main.py +0 -0
  84. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/cli/utils/__init__.py +0 -0
  85. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/cli/utils/cicd.py +0 -0
  86. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/cli/utils/logging.py +0 -0
  87. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/cli/utils/template.py +0 -0
  88. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/data_ingestion/README.md +0 -0
  89. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/data_ingestion/data_ingestion_pipeline/components/ingest_data.py +0 -0
  90. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/data_ingestion/data_ingestion_pipeline/components/process_data.py +0 -0
  91. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/data_ingestion/data_ingestion_pipeline/pipeline.py +0 -0
  92. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/data_ingestion/data_ingestion_pipeline/submit_pipeline.py +0 -0
  93. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/data_ingestion/pyproject.toml +0 -0
  94. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/data_ingestion/uv.lock +0 -0
  95. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/agent_engine/app/agent_engine_app.py +0 -0
  96. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/agent_engine/app/utils/gcs.py +0 -0
  97. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/agent_engine/deployment_metadata.json +0 -0
  98. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/agent_engine/notebooks/intro_reasoning_engine.ipynb +0 -0
  99. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/agent_engine/tests/integration/test_agent_engine_app.py +0 -0
  100. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/agent_engine/tests/load_test/.results/.placeholder +0 -0
  101. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/agent_engine/tests/load_test/README.md +0 -0
  102. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/agent_engine/tests/load_test/load_test.py +0 -0
  103. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/agent_engine/tests/unit/test_dummy.py +0 -0
  104. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/Dockerfile +0 -0
  105. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/app/server.py +0 -0
  106. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/deployment/terraform/artifact_registry.tf +0 -0
  107. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/deployment/terraform/dev/service_accounts.tf +0 -0
  108. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/tests/integration/test_server_e2e.py +0 -0
  109. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/tests/load_test/.results/.placeholder +0 -0
  110. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/tests/load_test/README.md +0 -0
  111. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/tests/load_test/load_test.py +0 -0
  112. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/tests/unit/test_server.py +0 -0
  113. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/uv.lock +0 -0
  114. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/package-lock.json +0 -0
  115. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/package.json +0 -0
  116. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/public/favicon.ico +0 -0
  117. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/public/index.html +0 -0
  118. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/public/robots.txt +0 -0
  119. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/App.scss +0 -0
  120. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/App.test.tsx +0 -0
  121. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/App.tsx +0 -0
  122. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/components/audio-pulse/AudioPulse.tsx +0 -0
  123. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/components/audio-pulse/audio-pulse.scss +0 -0
  124. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/components/control-tray/ControlTray.tsx +0 -0
  125. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/components/control-tray/control-tray.scss +0 -0
  126. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/components/logger/Logger.tsx +0 -0
  127. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/components/logger/logger.scss +0 -0
  128. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/components/logger/mock-logs.ts +0 -0
  129. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/components/side-panel/SidePanel.tsx +0 -0
  130. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/components/side-panel/side-panel.scss +0 -0
  131. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/contexts/LiveAPIContext.tsx +0 -0
  132. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/hooks/use-live-api.ts +0 -0
  133. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/hooks/use-media-stream-mux.ts +0 -0
  134. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/hooks/use-screen-capture.ts +0 -0
  135. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/hooks/use-webcam.ts +0 -0
  136. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/index.css +0 -0
  137. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/index.tsx +0 -0
  138. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/multimodal-live-types.ts +0 -0
  139. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/react-app-env.d.ts +0 -0
  140. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/reportWebVitals.ts +0 -0
  141. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/setupTests.ts +0 -0
  142. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/utils/audio-recorder.ts +0 -0
  143. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/utils/audio-streamer.ts +0 -0
  144. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/utils/audioworklet-registry.ts +0 -0
  145. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/utils/multimodal-live-client.ts +0 -0
  146. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/utils/store-logger.ts +0 -0
  147. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/utils/utils.ts +0 -0
  148. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/utils/worklets/audio-processing.ts +0 -0
  149. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/utils/worklets/vol-meter.ts +0 -0
  150. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/tsconfig.json +0 -0
  151. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/streamlit/frontend/side_bar.py +0 -0
  152. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/streamlit/frontend/streamlit_app.py +0 -0
  153. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/streamlit/frontend/style/app_markdown.py +0 -0
  154. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/streamlit/frontend/utils/chat_utils.py +0 -0
  155. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/streamlit/frontend/utils/local_chat_history.py +0 -0
  156. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/streamlit/frontend/utils/message_editing.py +0 -0
  157. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/streamlit/frontend/utils/multimodal_utils.py +0 -0
  158. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/frontends/streamlit/frontend/utils/stream_handler.py +0 -0
  159. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/resources/containers/data_processing/Dockerfile +0 -0
  160. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/resources/locks/uv-agentic_rag_vertexai_search-agent_engine.lock +0 -0
  161. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/resources/locks/uv-agentic_rag_vertexai_search-cloud_run.lock +0 -0
  162. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/resources/locks/uv-crewai_coding_crew-agent_engine.lock +0 -0
  163. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/resources/locks/uv-crewai_coding_crew-cloud_run.lock +0 -0
  164. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/resources/locks/uv-langgraph_base_react-agent_engine.lock +0 -0
  165. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/resources/locks/uv-langgraph_base_react-cloud_run.lock +0 -0
  166. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/resources/locks/uv-multimodal_live_api-cloud_run.lock +0 -0
  167. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/resources/setup_cicd/cicd_variables.tf +0 -0
  168. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/resources/setup_cicd/github.tf +0 -0
  169. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/resources/setup_cicd/providers.tf +0 -0
  170. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/utils/generate_locks.py +0 -0
  171. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/utils/lock_utils.py +0 -0
  172. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/src/utils/watch_and_rebuild.py +0 -0
  173. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/tests/cicd/example.env +0 -0
  174. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/tests/cicd/test_e2e_deployment.py +0 -0
  175. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/tests/cli/commands/test_setup_cicd.py +0 -0
  176. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/tests/cli/utils/test_cicd.py +0 -0
  177. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/tests/integration/test_io_patterns.py +0 -0
  178. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/tests/integration/test_template_linting.py +0 -0
  179. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/tests/integration/test_templated_patterns.py +0 -0
  180. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/tests/test_frontend/test_side_bar.py +0 -0
  181. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/tests/test_frontend/test_streamlit_app.py +0 -0
  182. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/tests/test_frontend/test_utils/test_chat_utils.py +0 -0
  183. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/tests/test_frontend/test_utils/test_local_chat_history.py +0 -0
  184. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/tests/test_frontend/test_utils/test_message_editing.py +0 -0
  185. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/tests/test_frontend/test_utils/test_multimodal_utils.py +0 -0
  186. {agent_starter_pack-0.0.7b0 → agent_starter_pack-0.0.8b0}/tests/test_frontend/test_utils/test_stream_handler.py +0 -0
@@ -47,15 +47,7 @@ Here are some additional things to keep in mind during the process:
47
47
 
48
48
  ## For Google Employees
49
49
 
50
- Complete the following steps to register your GitHub account and be added as a contributor to this repository.
51
-
52
- 1. Register your GitHub account at [go/GitHub](http://go/github)
53
-
54
- 1. Once you have registered, go to [go/github-googlecloudplatform](http://go/github-googlecloudplatform) and request to join the GoogleCloudPlatform organization. Check the box "I need write access on a public repository".
55
-
56
- 1. You'll receive an email to your GitHub registered email to approve the request to join. Approve it.
57
-
58
- 1. Request to join this team [GoogleCloudPlatform/teams/generative-ai-samples-contributors](https://github.com/orgs/GoogleCloudPlatform/teams/generative-ai-samples-contributors/members)
50
+ If you're a Google employee, as a requirement, please follow the steps outlined in the [Google Cloud Platform Generative AI repository's contributing guide](https://github.com/GoogleCloudPlatform/generative-ai/blob/main/CONTRIBUTING.md#for-google-employees) for processes and requirements.
59
51
 
60
52
  ## Code Quality Checks
61
53
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agent-starter-pack
3
- Version: 0.0.7b0
3
+ Version: 0.0.8b0
4
4
  Summary: CLI tool to create GCP-based AI agent projects from templates
5
5
  Author-email: Google LLC <agent-starter-pack@google.com>
6
6
  License: Apache-2.0
@@ -143,3 +143,7 @@ Thank you for your contributions!
143
143
  ## Disclaimer
144
144
 
145
145
  This repository is for demonstrative purposes only and is not an officially supported Google product.
146
+
147
+ ## Terms of Service
148
+
149
+ The agent-starter-pack templating CLI and the templates in this starter pack leverage Google Cloud APIs. When you use this starter pack, you'll be deploying resources in your own Google Cloud project and will be responsible for those resources. Please review the [Google Cloud Service Terms](https://cloud.google.com/terms/service-terms) for details on the terms of service associated with these APIs.
@@ -117,3 +117,7 @@ Thank you for your contributions!
117
117
  ## Disclaimer
118
118
 
119
119
  This repository is for demonstrative purposes only and is not an officially supported Google product.
120
+
121
+ ## Terms of Service
122
+
123
+ The agent-starter-pack templating CLI and the templates in this starter pack leverage Google Cloud APIs. When you use this starter pack, you'll be deploying resources in your own Google Cloud project and will be responsible for those resources. Please review the [Google Cloud Service Terms](https://cloud.google.com/terms/service-terms) for details on the terms of service associated with these APIs.
@@ -24,3 +24,7 @@ Events are forwarded to BigQuery through a [log router](https://cloud.google.com
24
24
  Once the data is written to BigQuery, it can be used to populate a [Looker Studio dashboard](https://lookerstudio.google.com/c/reporting/fa742264-4b4b-4c56-81e6-a667dd0f853f/page/tEnnC).
25
25
 
26
26
  This dashboard template provides a starting point for building custom visualizations on top of the captured data.
27
+
28
+ ## Disclaimer
29
+
30
+ **Note:** The templated agents are designed to enable *your* use-case observability in your Google Cloud Project. Google Cloud does not log, monitor, or otherwise access any data generated from the deployed resources. See the [Google Cloud Service Terms](https://cloud.google.com/terms/service-terms) for more details.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "agent-starter-pack"
3
- version = "0.0.7b"
3
+ version = "0.0.8b"
4
4
  description = "CLI tool to create GCP-based AI agent projects from templates"
5
5
  authors = [
6
6
  { name = "Google LLC", email = "agent-starter-pack@google.com" },
@@ -108,7 +108,7 @@ disable_error_code = ["misc", "no-untyped-call", "no-any-return"]
108
108
 
109
109
  [tool.codespell]
110
110
  ignore-words-list = "rouge"
111
- skip = "./locust_env/*,uv.lock,.venv"
111
+ skip = "./locust_env/*,uv.lock,.venv,**/*.ipynb"
112
112
 
113
113
  [build-system]
114
114
  requires = ["hatchling"]
@@ -96,9 +96,9 @@ exclude = [".venv"]
96
96
  [tool.codespell]
97
97
  ignore-words-list = "rouge"
98
98
  {% if cookiecutter.agent_name == 'multimodal_live_api' %}
99
- skip = "./locust_env/*,uv.lock,.venv,./frontend"
99
+ skip = "./locust_env/*,uv.lock,.venv,./frontend,**/*.ipynb"
100
100
  {% else %}
101
- skip = "./locust_env/*,uv.lock,.venv"
101
+ skip = "./locust_env/*,uv.lock,.venv,**/*.ipynb"
102
102
  {%- endif %}
103
103
 
104
104
  [build-system]
@@ -330,16 +330,20 @@ def setup_gcp_environment(
330
330
  if debug:
331
331
  logging.debug("Verifying GCP credentials...")
332
332
  creds_info = verify_credentials()
333
-
334
333
  # Handle credential verification and project selection
335
334
  if not auto_approve:
336
335
  creds_info = _handle_credential_verification(creds_info)
336
+ # If user chose to skip verification, don't test Vertex AI connection
337
+ if creds_info.get("skip_vertex_test", False):
338
+ console.print("> Skipping Vertex AI connection test", style="yellow")
339
+ else:
340
+ # Test Vertex AI connection
341
+ _test_vertex_ai_connection(creds_info["project"], region)
337
342
  else:
338
343
  # Even with auto_approve, we should still set the GCP project
339
344
  set_gcp_project(creds_info["project"], set_quota_project=True)
340
-
341
- # Test Vertex AI connection
342
- _test_vertex_ai_connection(creds_info["project"], region)
345
+ # Test Vertex AI connection
346
+ _test_vertex_ai_connection(creds_info["project"], region)
343
347
 
344
348
  return creds_info
345
349
 
@@ -365,17 +369,23 @@ def _handle_credential_verification(creds_info: dict) -> dict:
365
369
  set_gcp_project(creds_info["project"], set_quota_project=False)
366
370
  return creds_info
367
371
 
368
- # Ask user if current credentials are correct
369
- change_creds = (
370
- Prompt.ask(
371
- f"\n> You are logged in with account '{creds_info['account']}' "
372
- f"and using project '{creds_info['project']}'. "
373
- "Is this correct?",
374
- choices=["Y", "n"],
375
- default="Y",
376
- ).lower()
377
- == "n"
378
- )
372
+ # Ask user if current credentials are correct or if they want to skip
373
+ console.print(f"\n> You are logged in with account: '{creds_info['account']}'")
374
+ console.print(f"> You are using project: '{creds_info['project']}'")
375
+
376
+ choices = ["Y", "skip", "edit"]
377
+ response = Prompt.ask(
378
+ "> Do you want to continue? (The CLI will check if Vertex AI is enabled in this project)",
379
+ choices=choices,
380
+ default="Y",
381
+ ).lower()
382
+
383
+ if response == "skip":
384
+ console.print("> Skipping credential verification", style="yellow")
385
+ creds_info["skip_vertex_test"] = True
386
+ return creds_info
387
+
388
+ change_creds = response == "edit"
379
389
 
380
390
  if change_creds:
381
391
  # Handle credential change
@@ -387,18 +397,23 @@ def _handle_credential_verification(creds_info: dict) -> dict:
387
397
  creds_info = verify_credentials()
388
398
 
389
399
  # Prompt for project change
390
- change_project = (
391
- Prompt.ask(
392
- f"\n> You are now logged in with account '{creds_info['account']}'. "
393
- f"Current project is '{creds_info['project']}'. "
394
- "Is this correct?",
395
- choices=["y", "n"],
396
- default="y",
397
- ).lower()
398
- == "n"
400
+ console.print(
401
+ f"\n> You are now logged in with account: '{creds_info['account']}'."
399
402
  )
403
+ console.print(f"> Current project is: '{creds_info['project']}'.")
404
+ choices = ["y", "skip", "edit"]
405
+ response = Prompt.ask(
406
+ "> Do you want to continue? (The CLI will verify Vertex AI access in this project)",
407
+ choices=choices,
408
+ default="y",
409
+ ).lower()
410
+
411
+ if response == "skip":
412
+ console.print("> Skipping project verification", style="yellow")
413
+ creds_info["skip_vertex_test"] = True
414
+ return creds_info
400
415
 
401
- if change_project:
416
+ if response == "edit":
402
417
  # Prompt for new project ID
403
418
  new_project = Prompt.ask("\n> Enter the new project ID")
404
419
  creds_info["project"] = new_project
@@ -69,7 +69,7 @@ def verify_vertex_connection(
69
69
  client.count_tokens(request=request)
70
70
 
71
71
 
72
- def verify_credentials() -> dict[str, str]:
72
+ def verify_credentials() -> dict:
73
73
  """Verify GCP credentials and return current project and account."""
74
74
  try:
75
75
  # Get credentials and project
@@ -12,31 +12,15 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- import google.auth
15
+ # mypy: disable-error-code="assignment"
16
16
  import os
17
+ from typing import Any
17
18
 
19
+ import google.auth
20
+ from langchain_core.messages import AIMessage
18
21
  from langchain_core.prompts import ChatPromptTemplate, MessagesPlaceholder
19
22
  from langchain_google_vertexai import ChatVertexAI
20
23
 
21
- # Get default project from credentials
22
- try:
23
- _, project_id = google.auth.default()
24
-
25
- llm = ChatVertexAI(
26
- model_name="gemini-2.0-flash-001",
27
- temperature=0,
28
- project=project_id,
29
- location=os.getenv("LOCATION", "us-central1"),
30
- )
31
- except Exception:
32
- # Fallback to a dummy LLM that just returns "conversation"
33
- print("WARNING: Failed to initialize Vertex AI. Using dummy LLM instead.")
34
- class DummyLLM:
35
- def invoke(self, *args, **kwargs):
36
- return {"content": "conversation"}
37
-
38
- llm = DummyLLM()
39
-
40
24
  title_template = ChatPromptTemplate.from_messages(
41
25
  [
42
26
  (
@@ -87,5 +71,24 @@ If there's not enough context in the conversation to create a meaningful title,
87
71
  MessagesPlaceholder(variable_name="messages"),
88
72
  ]
89
73
  )
74
+ try:
75
+ # Initialize Vertex AI with default project credentials
76
+ _, project_id = google.auth.default()
77
+
78
+ llm = ChatVertexAI(
79
+ model_name="gemini-2.0-flash-001",
80
+ temperature=0,
81
+ project=project_id,
82
+ location=os.getenv("LOCATION", "us-central1"),
83
+ )
84
+ chain_title = title_template | llm
85
+
86
+ except Exception:
87
+ # Fallback to a simple title generator when Vertex AI is unavailable
88
+ print("WARNING: Failed to initialize Vertex AI. Using dummy LLM instead.")
89
+
90
+ class DummyChain:
91
+ def invoke(*args: Any, **kwargs: Any) -> AIMessage:
92
+ return AIMessage(content="conversation")
90
93
 
91
- chain_title = title_template | llm
94
+ chain_title = DummyChain()
@@ -378,15 +378,21 @@ class TestCreateCommand:
378
378
  {"account": "new@example.com", "project": "new-project"}, # After login
379
379
  ]
380
380
 
381
+ # Set up expected subprocess calls
382
+ mock_subprocess.side_effect = [
383
+ MagicMock(returncode=0), # gcloud auth login
384
+ MagicMock(returncode=0), # gcloud config set project
385
+ MagicMock(returncode=0), # gcloud auth application-default set-quota-project
386
+ ]
387
+
381
388
  with (
382
389
  patch("pathlib.Path.exists", return_value=False),
383
390
  patch("rich.prompt.Prompt.ask") as mock_prompt,
384
391
  ):
385
392
  # Set up credential change responses
386
393
  mock_prompt.side_effect = [
387
- "n", # Change credentials when prompted
388
- "y", # Change project when prompted
389
- "new-project", # New project ID
394
+ "edit", # Change credentials when prompted
395
+ "y", # Continue after login
390
396
  ]
391
397
 
392
398
  result = runner.invoke(
@@ -404,9 +410,10 @@ class TestCreateCommand:
404
410
  )
405
411
  assert result.exit_code == 0
406
412
 
407
- # Verify that gcloud auth login was called
413
+ # Verify subprocess was called with the right arguments for login
408
414
  mock_subprocess.assert_any_call(
409
- ["gcloud", "auth", "login", "--update-adc"], check=True
415
+ ["gcloud", "auth", "login", "--update-adc"],
416
+ check=True
410
417
  )
411
418
 
412
419
  def test_create_with_invalid_agent_name(
@@ -11,7 +11,7 @@ resolution-markers = [
11
11
 
12
12
  [[package]]
13
13
  name = "agent-starter-pack"
14
- version = "0.0.6b0"
14
+ version = "0.0.7b0"
15
15
  source = { editable = "." }
16
16
  dependencies = [
17
17
  { name = "click" },