agent-starter-pack 0.0.2b0__py3-none-any.whl → 0.0.3b0__py3-none-any.whl

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.

@@ -1,18 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agent-starter-pack
3
- Version: 0.0.2b0
3
+ Version: 0.0.3b0
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
7
7
  License-File: LICENSE
8
8
  Requires-Python: >=3.10
9
- Requires-Dist: click>=8.1.7
10
- Requires-Dist: cookiecutter>=2.5.0
11
- Requires-Dist: google-cloud-aiplatform>=1.38.1
12
- Requires-Dist: inquirer>=3.1.3
13
- Requires-Dist: pyyaml>=6.0.1
14
- Requires-Dist: rich>=13.7.0
15
- Requires-Dist: uv>=0.1.0
9
+ Requires-Dist: click~=8.1.7
10
+ Requires-Dist: cookiecutter~=2.5.0
11
+ Requires-Dist: google-cloud-aiplatform~=1.81.0
12
+ Requires-Dist: inquirer~=3.1.3
13
+ Requires-Dist: pyyaml~=6.0.1
14
+ Requires-Dist: rich~=13.7.0
15
+ Requires-Dist: uv~=0.6.3
16
16
  Provides-Extra: jupyter
17
17
  Requires-Dist: ipykernel>=6.29.5; extra == 'jupyter'
18
18
  Requires-Dist: jupyter; extra == 'jupyter'
@@ -57,7 +57,7 @@ src/base_template/deployment/terraform/dev/vars/env.tfvars,sha256=xz5cYG29ZIgqM1
57
57
  src/base_template/deployment/terraform/vars/env.tfvars,sha256=2dxWRDzeolN2f7eKSHXcBiBt9fRcIMO6VH-2MAZevLQ,1633
58
58
  src/base_template/tests/unit/test_utils/test_tracing_exporter.py,sha256=JAb0vIB7wNFPm_kaDaHcxtPKNReypDHjdsMQyzpuePQ,4687
59
59
  src/cli/main.py,sha256=134KpcOQlexr_vR-KT3D3B1jKh1Y6S3qHGJ-9uD9Kkg,950
60
- src/cli/commands/create.py,sha256=JjrHnn0EVqiQL98HOJ9IYSvanODnqlOpHrz8LmzOLmk,19537
60
+ src/cli/commands/create.py,sha256=y2Zw6Zx6tACWvgBnba55laYHZGGaQ1NGXd6H3iTOuJ8,19717
61
61
  src/cli/commands/setup_cicd.py,sha256=EgVkDdA94npDHHPTuYDmWNIiRscnsXtN7CbTuelrTVU,28347
62
62
  src/cli/utils/__init__.py,sha256=x-k6jfcv68_zYS88LrA1mr0yB5y5SekJ0nc5Tvt6iDA,1064
63
63
  src/cli/utils/cicd.py,sha256=x-8PKp4aevkUwAmtbEZVwu0UlrA6ifXGbouxICu1D0o,25664
@@ -155,8 +155,8 @@ src/resources/setup_cicd/providers.tf,sha256=Km4z6IJt7x7PLaa0kyZbBrO2m3lpuIJZFD5
155
155
  src/utils/generate_locks.py,sha256=xu5IAhGGBPkVQGSJX4kk7_JNDwWJUEaXAHbmaQIohbg,4386
156
156
  src/utils/lock_utils.py,sha256=plw3vWkRViCMxBK3IrLRHtF_I0kbbP043T9KIYxcb20,2423
157
157
  src/utils/watch_and_rebuild.py,sha256=IdbTLReYknTXXu5KWPz3sc7Zg5HTEMS5UVlMSnuhs5E,6067
158
- agent_starter_pack-0.0.2b0.dist-info/METADATA,sha256=GLlhPwsoHan0T4bSNR5qF80V8aNGnk_UzEVMTzgffpI,6805
159
- agent_starter_pack-0.0.2b0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
160
- agent_starter_pack-0.0.2b0.dist-info/entry_points.txt,sha256=U7uCxR7YulIhZ0L8R8Hui0Bsy6J7oyESBeDYJYMrQjA,56
161
- agent_starter_pack-0.0.2b0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
162
- agent_starter_pack-0.0.2b0.dist-info/RECORD,,
158
+ agent_starter_pack-0.0.3b0.dist-info/METADATA,sha256=qWWhxf8uhoeWK6SYIgWnYzCqm2aOhl79T5jCBe4E_c8,6805
159
+ agent_starter_pack-0.0.3b0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
160
+ agent_starter_pack-0.0.3b0.dist-info/entry_points.txt,sha256=U7uCxR7YulIhZ0L8R8Hui0Bsy6J7oyESBeDYJYMrQjA,56
161
+ agent_starter_pack-0.0.3b0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
162
+ agent_starter_pack-0.0.3b0.dist-info/RECORD,,
@@ -233,9 +233,11 @@ def create(
233
233
  )
234
234
  except Exception as e:
235
235
  console.print(
236
- f"> ✗ Failed to connect to Vertex AI: {e!s}", style="bold red"
236
+ f"> ✗ Failed to connect to Vertex AI: {e!s}\n"
237
+ f"> Please check your authentication settings and permissions. "
238
+ f"Visit https://cloud.google.com/vertex-ai/docs/authentication for help.",
239
+ style="bold red"
237
240
  )
238
- raise
239
241
  else:
240
242
  if debug:
241
243
  logging.debug("Skipping verification checks due to --skip-checks flag")