agent-starter-pack 0.0.11b0__py3-none-any.whl → 0.0.12b0__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.
- {agent_starter_pack-0.0.11b0.dist-info → agent_starter_pack-0.0.12b0.dist-info}/METADATA +5 -1
- {agent_starter_pack-0.0.11b0.dist-info → agent_starter_pack-0.0.12b0.dist-info}/RECORD +6 -6
- src/cli/utils/cicd.py +11 -0
- {agent_starter_pack-0.0.11b0.dist-info → agent_starter_pack-0.0.12b0.dist-info}/WHEEL +0 -0
- {agent_starter_pack-0.0.11b0.dist-info → agent_starter_pack-0.0.12b0.dist-info}/entry_points.txt +0 -0
- {agent_starter_pack-0.0.11b0.dist-info → agent_starter_pack-0.0.12b0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-starter-pack
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.12b0
|
|
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
|
|
|
@@ -60,7 +60,7 @@ src/cli/main.py,sha256=vNEV1Fdl1BhJAFbKHcN3MN1v7dPRUcAgXMnB3uCnlI0,1591
|
|
|
60
60
|
src/cli/commands/create.py,sha256=38wc5DjUOelLtmCnkVLIq9aVc6c1EK10O0fd-refh6I,18963
|
|
61
61
|
src/cli/commands/setup_cicd.py,sha256=EgVkDdA94npDHHPTuYDmWNIiRscnsXtN7CbTuelrTVU,28347
|
|
62
62
|
src/cli/utils/__init__.py,sha256=x-k6jfcv68_zYS88LrA1mr0yB5y5SekJ0nc5Tvt6iDA,1064
|
|
63
|
-
src/cli/utils/cicd.py,sha256=
|
|
63
|
+
src/cli/utils/cicd.py,sha256=W44Dt39mZMzfDqA16gG69C8vc6VvBy99QVBJxEIjMI4,26631
|
|
64
64
|
src/cli/utils/gcp.py,sha256=f-XTq9AN2_KrCR8pf_gSPOng8KrvtFlNP2Ok9VtTk_Q,4118
|
|
65
65
|
src/cli/utils/logging.py,sha256=0lHe4EPi1A8sOx9xkA7gS4UNl0GsIyp2ahydkkuCzLY,1570
|
|
66
66
|
src/cli/utils/template.py,sha256=p7uKv5yHkXIOWo8EJJ0IjUh57lOSDL7kYHA9OZ7j-z4,25447
|
|
@@ -150,8 +150,8 @@ src/resources/setup_cicd/providers.tf,sha256=Km4z6IJt7x7PLaa0kyZbBrO2m3lpuIJZFD5
|
|
|
150
150
|
src/utils/generate_locks.py,sha256=xu5IAhGGBPkVQGSJX4kk7_JNDwWJUEaXAHbmaQIohbg,4386
|
|
151
151
|
src/utils/lock_utils.py,sha256=plw3vWkRViCMxBK3IrLRHtF_I0kbbP043T9KIYxcb20,2423
|
|
152
152
|
src/utils/watch_and_rebuild.py,sha256=IdbTLReYknTXXu5KWPz3sc7Zg5HTEMS5UVlMSnuhs5E,6067
|
|
153
|
-
agent_starter_pack-0.0.
|
|
154
|
-
agent_starter_pack-0.0.
|
|
155
|
-
agent_starter_pack-0.0.
|
|
156
|
-
agent_starter_pack-0.0.
|
|
157
|
-
agent_starter_pack-0.0.
|
|
153
|
+
agent_starter_pack-0.0.12b0.dist-info/METADATA,sha256=M9PRQDNxktA7du5saw1i_35SOfFvF6G2ZToucjz_fko,7379
|
|
154
|
+
agent_starter_pack-0.0.12b0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
155
|
+
agent_starter_pack-0.0.12b0.dist-info/entry_points.txt,sha256=U7uCxR7YulIhZ0L8R8Hui0Bsy6J7oyESBeDYJYMrQjA,56
|
|
156
|
+
agent_starter_pack-0.0.12b0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
157
|
+
agent_starter_pack-0.0.12b0.dist-info/RECORD,,
|
src/cli/utils/cicd.py
CHANGED
|
@@ -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:
|
|
File without changes
|
{agent_starter_pack-0.0.11b0.dist-info → agent_starter_pack-0.0.12b0.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.11b0.dist-info → agent_starter_pack-0.0.12b0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|