agent-starter-pack 0.0.11b0__tar.gz → 0.0.13b0__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 (188) hide show
  1. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/PKG-INFO +5 -1
  2. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/README.md +4 -0
  3. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/multimodal_live_api/README.md +0 -36
  4. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/multimodal_live_api/app/server.py +1 -1
  5. agent_starter_pack-0.0.13b0/docs/installation.md +72 -0
  6. agent_starter_pack-0.0.13b0/docs/troubleshooting.md +104 -0
  7. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/pyproject.toml +1 -1
  8. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/README.md +91 -2
  9. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/cli/utils/cicd.py +11 -0
  10. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/uv.lock +1 -1
  11. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/.gitignore +0 -0
  12. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/CODE_OF_CONDUCT.md +0 -0
  13. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/CONTRIBUTING.md +0 -0
  14. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/LICENSE +0 -0
  15. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/Makefile +0 -0
  16. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/agentic_rag_vertexai_search/README.md +0 -0
  17. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/agentic_rag_vertexai_search/app/agent.py +0 -0
  18. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/agentic_rag_vertexai_search/app/retrievers.py +0 -0
  19. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/agentic_rag_vertexai_search/app/templates.py +0 -0
  20. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/agentic_rag_vertexai_search/notebooks/evaluating_langgraph_agent.ipynb +0 -0
  21. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/agentic_rag_vertexai_search/template/.templateconfig.yaml +0 -0
  22. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/agentic_rag_vertexai_search/tests/integration/test_agent.py +0 -0
  23. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/crewai_coding_crew/README.md +0 -0
  24. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/crewai_coding_crew/app/agent.py +0 -0
  25. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/crewai_coding_crew/app/crew/config/agents.yaml +0 -0
  26. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/crewai_coding_crew/app/crew/config/tasks.yaml +0 -0
  27. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/crewai_coding_crew/app/crew/crew.py +0 -0
  28. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/crewai_coding_crew/notebooks/evaluating_crewai_agent.ipynb +0 -0
  29. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/crewai_coding_crew/notebooks/evaluating_langgraph_agent.ipynb +0 -0
  30. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/crewai_coding_crew/template/.templateconfig.yaml +0 -0
  31. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/crewai_coding_crew/tests/integration/test_agent.py +0 -0
  32. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/langgraph_base_react/README.md +0 -0
  33. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/langgraph_base_react/app/agent.py +0 -0
  34. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/langgraph_base_react/notebooks/evaluating_langgraph_agent.ipynb +0 -0
  35. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/langgraph_base_react/template/.templateconfig.yaml +0 -0
  36. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/langgraph_base_react/tests/integration/test_agent.py +0 -0
  37. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/multimodal_live_api/app/agent.py +0 -0
  38. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/multimodal_live_api/app/templates.py +0 -0
  39. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/multimodal_live_api/app/vector_store.py +0 -0
  40. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/multimodal_live_api/template/.templateconfig.yaml +0 -0
  41. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/multimodal_live_api/tests/integration/test_server_e2e.py +0 -0
  42. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/multimodal_live_api/tests/load_test/load_test.py +0 -0
  43. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/agents/multimodal_live_api/tests/unit/test_server.py +0 -0
  44. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/docs/README.md +0 -0
  45. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/docs/cli/README.md +0 -0
  46. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/docs/cli/create.md +0 -0
  47. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/docs/cli/setup_cicd.md +0 -0
  48. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/docs/data-ingestion.md +0 -0
  49. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/docs/deployment.md +0 -0
  50. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/docs/images/ags_banner.png +0 -0
  51. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/docs/images/ags_high_level_architecture.png +0 -0
  52. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/docs/observability.md +0 -0
  53. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/docs/why_starter_pack.md +0 -0
  54. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/.gitignore +0 -0
  55. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/Makefile +0 -0
  56. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/app/utils/tracing.py +0 -0
  57. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/app/utils/typing.py +0 -0
  58. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/README.md +0 -0
  59. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/cd/deploy-to-prod.yaml +0 -0
  60. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/cd/staging.yaml +0 -0
  61. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/ci/pr_checks.yaml +0 -0
  62. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/terraform/apis.tf +0 -0
  63. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/terraform/build_triggers.tf +0 -0
  64. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/terraform/dev/apis.tf +0 -0
  65. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/terraform/dev/iam.tf +0 -0
  66. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/terraform/dev/log_sinks.tf +0 -0
  67. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/terraform/dev/providers.tf +0 -0
  68. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/terraform/dev/storage.tf +0 -0
  69. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/terraform/dev/variables.tf +0 -0
  70. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/terraform/dev/vars/env.tfvars +0 -0
  71. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/terraform/iam.tf +0 -0
  72. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/terraform/locals.tf +0 -0
  73. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/terraform/log_sinks.tf +0 -0
  74. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/terraform/providers.tf +0 -0
  75. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/terraform/service_accounts.tf +0 -0
  76. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/terraform/storage.tf +0 -0
  77. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/terraform/variables.tf +0 -0
  78. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/deployment/terraform/vars/env.tfvars +0 -0
  79. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/pyproject.toml +0 -0
  80. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/base_template/tests/unit/test_utils/test_tracing_exporter.py +0 -0
  81. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/cli/commands/create.py +0 -0
  82. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/cli/commands/setup_cicd.py +0 -0
  83. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/cli/main.py +0 -0
  84. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/cli/utils/__init__.py +0 -0
  85. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/cli/utils/gcp.py +0 -0
  86. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/cli/utils/logging.py +0 -0
  87. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/cli/utils/template.py +0 -0
  88. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/data_ingestion/README.md +0 -0
  89. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/data_ingestion/data_ingestion_pipeline/components/ingest_data.py +0 -0
  90. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/data_ingestion/data_ingestion_pipeline/components/process_data.py +0 -0
  91. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/data_ingestion/data_ingestion_pipeline/pipeline.py +0 -0
  92. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/data_ingestion/data_ingestion_pipeline/submit_pipeline.py +0 -0
  93. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/data_ingestion/pyproject.toml +0 -0
  94. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/data_ingestion/uv.lock +0 -0
  95. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/deployment_targets/agent_engine/app/agent_engine_app.py +0 -0
  96. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/deployment_targets/agent_engine/app/utils/gcs.py +0 -0
  97. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/deployment_targets/agent_engine/deployment_metadata.json +0 -0
  98. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/deployment_targets/agent_engine/notebooks/intro_reasoning_engine.ipynb +0 -0
  99. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/deployment_targets/agent_engine/tests/integration/test_agent_engine_app.py +0 -0
  100. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/deployment_targets/agent_engine/tests/load_test/.results/.placeholder +0 -0
  101. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/deployment_targets/agent_engine/tests/load_test/README.md +0 -0
  102. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/deployment_targets/agent_engine/tests/load_test/load_test.py +0 -0
  103. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/deployment_targets/agent_engine/tests/unit/test_dummy.py +0 -0
  104. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/deployment_targets/cloud_run/Dockerfile +0 -0
  105. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/deployment_targets/cloud_run/app/server.py +0 -0
  106. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/deployment_targets/cloud_run/deployment/terraform/artifact_registry.tf +0 -0
  107. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/deployment_targets/cloud_run/deployment/terraform/dev/service_accounts.tf +0 -0
  108. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/deployment_targets/cloud_run/tests/integration/test_server_e2e.py +0 -0
  109. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/deployment_targets/cloud_run/tests/load_test/.results/.placeholder +0 -0
  110. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/deployment_targets/cloud_run/tests/load_test/README.md +0 -0
  111. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/deployment_targets/cloud_run/tests/load_test/load_test.py +0 -0
  112. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/deployment_targets/cloud_run/tests/unit/test_server.py +0 -0
  113. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/deployment_targets/cloud_run/uv.lock +0 -0
  114. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/package-lock.json +0 -0
  115. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/package.json +0 -0
  116. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/public/favicon.ico +0 -0
  117. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/public/index.html +0 -0
  118. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/public/robots.txt +0 -0
  119. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/App.scss +0 -0
  120. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/App.test.tsx +0 -0
  121. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/App.tsx +0 -0
  122. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/components/audio-pulse/AudioPulse.tsx +0 -0
  123. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/components/audio-pulse/audio-pulse.scss +0 -0
  124. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/components/control-tray/ControlTray.tsx +0 -0
  125. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/components/control-tray/control-tray.scss +0 -0
  126. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/components/logger/Logger.tsx +0 -0
  127. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/components/logger/logger.scss +0 -0
  128. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/components/logger/mock-logs.ts +0 -0
  129. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/components/side-panel/SidePanel.tsx +0 -0
  130. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/components/side-panel/side-panel.scss +0 -0
  131. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/contexts/LiveAPIContext.tsx +0 -0
  132. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/hooks/use-live-api.ts +0 -0
  133. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/hooks/use-media-stream-mux.ts +0 -0
  134. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/hooks/use-screen-capture.ts +0 -0
  135. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/hooks/use-webcam.ts +0 -0
  136. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/index.css +0 -0
  137. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/index.tsx +0 -0
  138. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/multimodal-live-types.ts +0 -0
  139. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/react-app-env.d.ts +0 -0
  140. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/reportWebVitals.ts +0 -0
  141. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/setupTests.ts +0 -0
  142. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/utils/audio-recorder.ts +0 -0
  143. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/utils/audio-streamer.ts +0 -0
  144. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/utils/audioworklet-registry.ts +0 -0
  145. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/utils/multimodal-live-client.ts +0 -0
  146. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/utils/store-logger.ts +0 -0
  147. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/utils/utils.ts +0 -0
  148. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/utils/worklets/audio-processing.ts +0 -0
  149. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/src/utils/worklets/vol-meter.ts +0 -0
  150. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/live_api_react/frontend/tsconfig.json +0 -0
  151. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/streamlit/frontend/side_bar.py +0 -0
  152. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/streamlit/frontend/streamlit_app.py +0 -0
  153. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/streamlit/frontend/style/app_markdown.py +0 -0
  154. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/streamlit/frontend/utils/chat_utils.py +0 -0
  155. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/streamlit/frontend/utils/local_chat_history.py +0 -0
  156. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/streamlit/frontend/utils/message_editing.py +0 -0
  157. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/streamlit/frontend/utils/multimodal_utils.py +0 -0
  158. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/streamlit/frontend/utils/stream_handler.py +0 -0
  159. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/frontends/streamlit/frontend/utils/title_summary.py +0 -0
  160. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/resources/containers/data_processing/Dockerfile +0 -0
  161. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/resources/locks/uv-agentic_rag_vertexai_search-agent_engine.lock +0 -0
  162. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/resources/locks/uv-agentic_rag_vertexai_search-cloud_run.lock +0 -0
  163. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/resources/locks/uv-crewai_coding_crew-agent_engine.lock +0 -0
  164. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/resources/locks/uv-crewai_coding_crew-cloud_run.lock +0 -0
  165. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/resources/locks/uv-langgraph_base_react-agent_engine.lock +0 -0
  166. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/resources/locks/uv-langgraph_base_react-cloud_run.lock +0 -0
  167. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/resources/locks/uv-multimodal_live_api-cloud_run.lock +0 -0
  168. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/resources/setup_cicd/cicd_variables.tf +0 -0
  169. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/resources/setup_cicd/github.tf +0 -0
  170. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/resources/setup_cicd/providers.tf +0 -0
  171. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/utils/generate_locks.py +0 -0
  172. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/utils/lock_utils.py +0 -0
  173. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/src/utils/watch_and_rebuild.py +0 -0
  174. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/tests/cicd/example.env +0 -0
  175. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/tests/cicd/test_e2e_deployment.py +0 -0
  176. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/tests/cli/commands/test_create.py +0 -0
  177. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/tests/cli/commands/test_setup_cicd.py +0 -0
  178. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/tests/cli/utils/test_cicd.py +0 -0
  179. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/tests/integration/test_io_patterns.py +0 -0
  180. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/tests/integration/test_template_linting.py +0 -0
  181. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/tests/integration/test_templated_patterns.py +0 -0
  182. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/tests/test_frontend/test_side_bar.py +0 -0
  183. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/tests/test_frontend/test_streamlit_app.py +0 -0
  184. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/tests/test_frontend/test_utils/test_chat_utils.py +0 -0
  185. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/tests/test_frontend/test_utils/test_local_chat_history.py +0 -0
  186. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/tests/test_frontend/test_utils/test_message_editing.py +0 -0
  187. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/tests/test_frontend/test_utils/test_multimodal_utils.py +0 -0
  188. {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.13b0}/tests/test_frontend/test_utils/test_stream_handler.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agent-starter-pack
3
- Version: 0.0.11b0
3
+ Version: 0.0.13b0
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
@@ -52,6 +52,7 @@ agent-starter-pack create my-awesome-agent
52
52
  ```
53
53
 
54
54
  **That's it!** You now have a fully functional agent project, complete with a backend, frontend, and deployment infrastructure, ready to explore and customize.
55
+ For more installation options, see the [Installation Guide](docs/installation.md).
55
56
 
56
57
  ---
57
58
 
@@ -113,10 +114,13 @@ This project represents the next evolution of the [e2e-gen-ai-app-starter-pack](
113
114
  See the [documentation](docs/) for more details:
114
115
 
115
116
  - [Why Use the Starter Pack?](docs/why_starter_pack.md)
117
+ - [Installation](docs/installation.md)
116
118
  - [Deployment](docs/deployment.md)
117
119
  - [Data Ingestion](docs/data-ingestion.md)
118
120
  - [Observability](docs/observability.md)
119
121
  - [CLI Reference](docs/cli/README.md)
122
+ - [CLI Reference](docs/cli/README.md)
123
+ - [Troubleshooting](docs/troubleshooting.md)
120
124
 
121
125
  **Video Walkthrough:** A [20-Minute Video Walkthrough](https://youtu.be/kwRG7cnqSu0) is available, showcasing the previous `e2e-gen-ai-app-starter-pack`. A new walkthrough for the `agent-starter-pack` will be released soon!
122
126
 
@@ -28,6 +28,7 @@ agent-starter-pack create my-awesome-agent
28
28
  ```
29
29
 
30
30
  **That's it!** You now have a fully functional agent project, complete with a backend, frontend, and deployment infrastructure, ready to explore and customize.
31
+ For more installation options, see the [Installation Guide](docs/installation.md).
31
32
 
32
33
  ---
33
34
 
@@ -89,10 +90,13 @@ This project represents the next evolution of the [e2e-gen-ai-app-starter-pack](
89
90
  See the [documentation](docs/) for more details:
90
91
 
91
92
  - [Why Use the Starter Pack?](docs/why_starter_pack.md)
93
+ - [Installation](docs/installation.md)
92
94
  - [Deployment](docs/deployment.md)
93
95
  - [Data Ingestion](docs/data-ingestion.md)
94
96
  - [Observability](docs/observability.md)
95
97
  - [CLI Reference](docs/cli/README.md)
98
+ - [CLI Reference](docs/cli/README.md)
99
+ - [Troubleshooting](docs/troubleshooting.md)
96
100
 
97
101
  **Video Walkthrough:** A [20-Minute Video Walkthrough](https://youtu.be/kwRG7cnqSu0) is available, showcasing the previous `e2e-gen-ai-app-starter-pack`. A new walkthrough for the `agent-starter-pack` will be released soon!
98
102
 
@@ -18,42 +18,6 @@ This pattern showcases a real-time conversational RAG agent powered by Google Ge
18
18
 
19
19
  ![live api demo](https://storage.googleapis.com/github-repo/generative-ai/sample-apps/e2e-gen-ai-app-starter-pack/live_api_pattern_demo.gif)
20
20
 
21
- ## Usage
22
-
23
- 1. **Install Dependencies:**
24
-
25
- ```bash
26
- make install
27
- ```
28
-
29
- 2. **Start the Backend and Frontend:**
30
-
31
- **Backend:**
32
- ```bash
33
- make backend
34
- ```
35
-
36
- The backend will be ready when you see `INFO: Application startup complete.` in the console.
37
-
38
- <details>
39
- <summary><b>Click here if you want to use AI Studio and API Key instead of Vertex AI:</b></summary>
40
-
41
- ```bash
42
- export VERTEXAI=false
43
- export GOOGLE_API_KEY=your-google-api-key
44
- ```
45
-
46
- </details>
47
- <br>
48
-
49
- **Frontend:**
50
- ```bash
51
- # In a different shell
52
- make ui
53
- ```
54
-
55
- This is the suggested mode for development as it allows you to see changes in real-time.
56
-
57
21
  Once both the backend and frontend are running, click the play button in the frontend UI to establish a connection with the backend. You can now interact with the Multimodal Live Agent! You can try asking questions such as "Using the tool you have, define Governance in the context MLOPs" to allow the agent to use the [documentation](https://cloud.google.com/architecture/deploy-operate-generative-ai-applications) it was provided to.
58
22
 
59
23
  ## Additional Resources for Multimodal Live API
@@ -77,7 +77,7 @@ class GeminiSession:
77
77
  elif "setup" in data:
78
78
  self.run_id = data["setup"]["run_id"]
79
79
  self.user_id = data["setup"]["user_id"]
80
- logging.info(f"Setup data: {data['setup']}")
80
+ logger.log_struct({**data['setup'],"type": "setup"}, severity="INFO")
81
81
  else:
82
82
  logging.warning(f"Received unexpected input from client: {data}")
83
83
  except ConnectionClosedError as e:
@@ -0,0 +1,72 @@
1
+ # Installation
2
+
3
+ There are several ways to install the Agent Starter Pack. Choose the method that works best for your workflow.
4
+
5
+ ## Using pipx (Recommended)
6
+
7
+ The recommended way to install the Agent Starter Pack is with [pipx](https://pypa.github.io/pipx/), which installs the package in an isolated environment while making the commands globally available:
8
+
9
+ ```bash
10
+ # Install pipx if you don't have it
11
+ python3 -m pip install --user pipx && python3 -m pipx ensurepath
12
+ source ~/.bashrc # or ~/.zshrc depending on your shell
13
+
14
+ # Install the Agent Starter Pack
15
+ pipx install agent-starter-pack
16
+ ```
17
+
18
+ ## Using pip with a virtual environment
19
+
20
+ You can also install the Agent Starter Pack in a virtual environment:
21
+
22
+ ```bash
23
+ # Create and activate a Python virtual environment
24
+ python -m venv venv && source venv/bin/activate
25
+
26
+ # Install the Agent Starter Pack
27
+ pip install agent-starter-pack
28
+ ```
29
+
30
+ ## Using uv (Fast Python package installer)
31
+
32
+ For a faster installation experience, you can use [uv](https://astral.sh/uv):
33
+
34
+ ```bash
35
+ # Install uv if you don't have it
36
+ curl -LsSf https://astral.sh/uv/install.sh | sh
37
+
38
+ source ~/.bashrc # or ~/.zshrc depending on your shell
39
+
40
+ # Install the Agent Starter Pack
41
+ uv pip install agent-starter-pack
42
+ ```
43
+
44
+ ## Getting Started
45
+
46
+ After installation, you can create a new agent project:
47
+
48
+ ```bash
49
+ # Create a new agent project
50
+ agent-starter-pack create my-awesome-agent
51
+ ```
52
+
53
+
54
+ ## Upgrading
55
+
56
+ To upgrade, use the same tool you used for installation:
57
+
58
+ ```bash
59
+ pipx upgrade agent-starter-pack # Using pipx
60
+ pip install --upgrade agent-starter-pack # Using pip
61
+ uv pip install --upgrade agent-starter-pack # Using uv
62
+ ```
63
+
64
+ ## Uninstalling
65
+
66
+ To uninstall, use the same tool you used for installation:
67
+
68
+ ```bash
69
+ pipx uninstall agent-starter-pack # Using pipx
70
+ pip uninstall agent-starter-pack # Using pip
71
+ uv pip uninstall agent-starter-pack # Using uv
72
+ ```
@@ -0,0 +1,104 @@
1
+ # Troubleshooting
2
+
3
+ This guide helps resolve common issues with the Agent Starter Pack.
4
+
5
+ ## Authentication Issues
6
+
7
+ For detailed information on authentication with Vertex AI, visit the [official documentation](https://cloud.google.com/vertex-ai/docs/authentication).
8
+
9
+ ### "Could not find credentials" or "Could not find project" Error
10
+
11
+ **Problem**: Missing credentials error with Vertex AI.
12
+
13
+ **Solution**:
14
+
15
+ 1. Log in to Google Cloud: `gcloud auth login --update-adc`
16
+ 2. Set the correct project:
17
+ ```bash
18
+ gcloud config set project YOUR_PROJECT_ID
19
+ gcloud auth application-default set-quota-project YOUR_PROJECT_ID
20
+ ```
21
+
22
+ ### Vertex AI API Not Enabled
23
+
24
+ **Problem**: Operations fail because the Vertex AI API is not enabled in your project.
25
+
26
+ **Solution**:
27
+
28
+ 1. Enable the Vertex AI API:
29
+ ```bash
30
+ gcloud services enable aiplatform.googleapis.com
31
+ ```
32
+
33
+ 2. Verify the API is enabled:
34
+ ```bash
35
+ gcloud services list --filter=aiplatform.googleapis.com
36
+ ```
37
+
38
+ ### Permission Denied Errors
39
+ **Problem**: "Permission denied" errors with Google Cloud APIs.
40
+
41
+ **Solution**: Ensure your user or service account has the necessary IAM roles. For example, for Vertex AI, you often need `roles/aiplatform.user`. Grant roles using the `gcloud projects add-iam-policy-binding` command or the Cloud Console.
42
+
43
+ ### Command Not Found: agent-starter-pack
44
+
45
+ **Problem**: "Command not found" error after installation.
46
+
47
+ **Solution**:
48
+
49
+ 1. Verify installation:
50
+ ```bash
51
+ pip list | grep agent-starter-pack
52
+ ```
53
+ 2. Check PATH:
54
+ ```bash
55
+ echo $PATH
56
+ ```
57
+ 3. Reinstall if needed:
58
+ ```bash
59
+ pip install --user agent-starter-pack
60
+ ```
61
+ 4. For pipx:
62
+ ```bash
63
+ pipx ensurepath
64
+ source ~/.bashrc # or ~/.zshrc
65
+ ```
66
+
67
+ ## Project Creation Issues
68
+
69
+ ### Project Creation Fails
70
+
71
+ **Problem**: `agent-starter-pack create` fails.
72
+
73
+ **Solution**:
74
+
75
+ 1. **Check Error Messages:** Examine output for clues.
76
+ 2. **Write Permissions:** Ensure write access to the directory.
77
+ 3. **Project Name:** Use lowercase letters, numbers and hyphens only.
78
+ 4. **Debug Mode:** Consider using debug mode to get more detailed error information:
79
+ ```bash
80
+ agent-starter-pack create my-project-name --debug
81
+ ```
82
+
83
+ ### Template Rendering Issues
84
+
85
+ **Problem**: Project created with placeholders (e.g., `{{ project_id }}`).
86
+
87
+ **Solution**:
88
+
89
+ 1. **Delete Project:** Remove the incorrect project directory.
90
+ 2. **Debug Mode:** `agent-starter-pack create my-project --debug`.
91
+ 3. **Check Configuration:** Verify GCP project and authentication setup.
92
+ 4. **File an Issue:** If it persists, file a bug report with `--debug` output.
93
+
94
+ ## Getting More Help
95
+
96
+ If issues persist:
97
+
98
+ 1. **Check GitHub Issues:** Search for existing Github issues in the `agent-starter-pack` Github repository.
99
+ 2. **File a New Issue:** Provide:
100
+
101
+ * Problem description.
102
+ * Steps to reproduce.
103
+ * Error messages (preferably run with `--debug` flag for detailed logs).
104
+ * Environment: OS, Python version, `agent-starter-pack` version, installation method, shell.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "agent-starter-pack"
3
- version = "0.0.11b"
3
+ version = "0.0.13b"
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" },
@@ -12,7 +12,11 @@ This project is organized as follows:
12
12
  {{cookiecutter.project_name}}/
13
13
  ├── app/ # Core application code
14
14
  │ ├── agent.py # Main agent logic
15
+ {%- if cookiecutter.deployment_target == 'cloud_run' %}
16
+ │ ├── server.py # FastAPI Backend server
17
+ {%- elif cookiecutter.deployment_target == 'agent_engine' %}
15
18
  │ ├── agent_engine_app.py # Agent Engine application logic
19
+ {%- endif %}
16
20
  │ └── utils/ # Utility functions and helpers
17
21
  ├── deployment/ # Infrastructure and deployment scripts
18
22
  ├── notebooks/ # Jupyter notebooks for prototyping and evaluation
@@ -35,10 +39,10 @@ Before you begin, ensure you have:
35
39
  Install required packages using uv:
36
40
 
37
41
  ```bash
38
- uv sync --extra jupyter --extra streamlit --frozen
42
+ make install
39
43
  ```
40
44
 
41
- ### Setupx
45
+ ### Setup
42
46
 
43
47
  If not done during the initialization, set your default Google Cloud project and Location:
44
48
 
@@ -69,23 +73,108 @@ gcloud auth application-default set-quota-project $PROJECT_ID
69
73
 
70
74
  For full command options and usage, refer to the [Makefile](Makefile).
71
75
 
76
+ {% if cookiecutter.agent_name == 'multimodal_live_api' %}
77
+ ## Usage
78
+
79
+ 1. **Install Dependencies:**
80
+
81
+ ```bash
82
+ make install
83
+ ```
84
+
85
+ 2. **Start the Backend and Frontend:**
86
+
87
+ **Backend:**
88
+ ```bash
89
+ make backend
90
+ ```
91
+
92
+ The backend will be ready when you see `INFO: Application startup complete.` in the console.
93
+
94
+ <details>
95
+ <summary><b>Click here if you want to use AI Studio and API Key instead of Vertex AI:</b></summary>
96
+
97
+ ```bash
98
+ export VERTEXAI=false
99
+ export GOOGLE_API_KEY=your-google-api-key
100
+ ```
101
+
102
+ </details>
103
+ <br>
104
+
105
+ **Frontend:**
106
+ ```bash
107
+ # In a different shell
108
+ make ui
109
+ ```
110
+
111
+ This is the suggested mode for development as it allows you to see changes in real-time.
112
+
113
+ 3. **Interact with the Agent**
114
+ Once both the backend and frontend are running, click the play button in the frontend UI to establish a connection with the backend. You can now interact with the Multimodal Live Agent! You can try asking questions such as "Using the tool you have, define Governance in the context MLOPs" to allow the agent to use the documentation it was provided to.
115
+
116
+ **Cloud Shell usage**
117
+ To use the `multimodal_live_api` agent in Cloud Shell, follow these steps:
118
+
119
+ 1. **Start the Frontend:**
120
+
121
+ ```bash
122
+ make ui
123
+ ```
124
+
125
+ You may be prompted to run the app on a different port if port 3000 is in use. Accept by pressing Enter. You'll see a message similar to:
126
+
127
+ ```
128
+ You can now view multimodal-live-api-web-console in the browser.
129
+
130
+ Local: http://localhost:3001
131
+ On Your Network: http://10.88.0.4:3001
132
+ ```
133
+
134
+ Click the `localhost` link to open a web preview in Cloud Shell.
135
+
136
+ 2. **Start the Backend:**
137
+
138
+ Open a *new* Cloud Shell terminal tab. Remember to set your Cloud Platform project in this new session using `gcloud config set project [PROJECT_ID]`. Then from the root of the repository, run:
139
+
140
+ ```bash
141
+ make backend
142
+ ```
143
+
144
+ 3. **Configure Web Preview for the Backend:**
145
+
146
+ Trigger a web preview for port 8000 - you'll need to change the default port which is `8080`. See [Cloud Shell Web Preview documentation](https://cloud.google.com/shell/docs/using-web-preview#preview_the_application) for details.
147
+
148
+ 4. **Connect Frontend to Backend:**
149
+
150
+ * The web preview will open a new tab in your browser. Copy the URL from the address bar (e.g., `https://8000-cs-8a3189b8-5295-4085-9893-c318f1724456.ql-europe-west1-ojep.cloudshell.dev/?authuser=0`).
151
+ * Return to the frontend preview tab (from step 1).
152
+ * Paste the copied URL into the frontend's "Server URL" connection settings.
153
+ * Click the "Play button" to connect. Start interacting with it!
154
+
155
+ * When using Cloud Shell there is a known limitation when using the feedback feature in the Frontend. Feedback submission might fail due to different origins between the frontend and backend in the Cloud Shell environment.
156
+ {%- else %}
72
157
  ## Usage
158
+
73
159
  1. **Prototype:** Build your Generative AI Agent using the intro notebooks in `notebooks/` for guidance. Use Vertex AI Evaluation to assess performance.
74
160
  2. **Integrate:** Import your chain into the app by editing `app/agent.py`.
75
161
  3. **Test:** Explore your chain's functionality using the Streamlit playground with `make playground`. The playground offers features like chat history, user feedback, and various input types, and automatically reloads your agent on code changes.
76
162
  4. **Deploy:** Configure and trigger the CI/CD pipelines, editing tests if needed. See the [deployment section](#deployment) for details.
77
163
  5. **Monitor:** Track performance and gather insights using Cloud Logging, Tracing, and the Looker Studio dashboard to iterate on your application.
164
+ {% endif %}
78
165
 
79
166
  ## Deployment
80
167
 
81
168
  ### Dev Environment
82
169
 
170
+ {%- if cookiecutter.deployment_target == 'agent_engine' %}
83
171
  You can test deployment towards a Dev Environment using the following command:
84
172
 
85
173
  ```bash
86
174
  gcloud config set project <your-dev-project-id>
87
175
  make backend
88
176
  ```
177
+ {%- endif %}
89
178
 
90
179
  The repository includes a Terraform configuration for the setup of the Dev Google Cloud project.
91
180
  See [deployment/README.md](deployment/README.md) for instructions.
@@ -257,6 +257,17 @@ def create_github_connection(
257
257
  elif status == "PENDING_USER_OAUTH" or status == "PENDING_INSTALL_APP":
258
258
  if attempt < max_retries - 1: # Don't print waiting on last attempt
259
259
  console.print("⏳ Waiting for GitHub authorization...")
260
+ # Extract and print the action URI for user authentication
261
+ try:
262
+ action_uri = json.loads(result.stdout).get("installationState", {}).get("actionUri")
263
+ if action_uri:
264
+ console.print("\n🔑 Authentication Required:", style="bold yellow")
265
+ console.print(f"Please visit [link={action_uri}]this page[/link] to authenticate Cloud Build with GitHub:")
266
+ console.print(f"{action_uri}", style="bold blue")
267
+ console.print("(Copy and paste the link into your browser if clicking doesn't work)")
268
+ console.print("After completing authentication, return here to continue the setup.\n")
269
+ except (json.JSONDecodeError, KeyError) as e:
270
+ console.print(f"⚠️ Could not extract authentication link: {e}", style="yellow")
260
271
  time.sleep(10)
261
272
  continue
262
273
  else:
@@ -11,7 +11,7 @@ resolution-markers = [
11
11
 
12
12
  [[package]]
13
13
  name = "agent-starter-pack"
14
- version = "0.0.11b0"
14
+ version = "0.0.12b0"
15
15
  source = { editable = "." }
16
16
  dependencies = [
17
17
  { name = "click" },