agent-starter-pack 0.17.0__py3-none-any.whl → 0.17.1__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.

@@ -100,7 +100,7 @@ def get_overwrite_folders(agent_directory: str) -> list[str]:
100
100
 
101
101
  TEMPLATE_CONFIG_FILE = "templateconfig.yaml"
102
102
  DEPLOYMENT_FOLDERS = ["cloud_run", "agent_engine"]
103
- DEFAULT_FRONTEND = "streamlit"
103
+ DEFAULT_FRONTEND = "None"
104
104
 
105
105
 
106
106
  def get_available_agents(deployment_target: str | None = None) -> dict:
@@ -1182,14 +1182,11 @@ def copy_files(
1182
1182
 
1183
1183
  def copy_frontend_files(frontend_type: str, project_template: pathlib.Path) -> None:
1184
1184
  """Copy files from the specified frontend folder directly to project root."""
1185
- # Skip copying if frontend_type is "None"
1186
- if frontend_type == "None":
1187
- logging.debug("Frontend type is 'None', skipping frontend files")
1185
+ # Skip copying if frontend_type is "None" or empty
1186
+ if not frontend_type or frontend_type == "None":
1187
+ logging.debug("Frontend type is 'None' or empty, skipping frontend files")
1188
1188
  return
1189
1189
 
1190
- # Use default frontend if none specified
1191
- frontend_type = frontend_type or DEFAULT_FRONTEND
1192
-
1193
1190
  # Get the frontends directory path
1194
1191
  frontends_path = (
1195
1192
  pathlib.Path(__file__).parent.parent.parent / "frontends" / frontend_type
@@ -1201,9 +1198,12 @@ def copy_frontend_files(frontend_type: str, project_template: pathlib.Path) -> N
1201
1198
  copy_files(frontends_path, project_template, overwrite=True)
1202
1199
  else:
1203
1200
  logging.warning(f"Frontend type directory not found: {frontends_path}")
1204
- if frontend_type != DEFAULT_FRONTEND:
1201
+ # Don't fall back to default if it's "None" - just skip
1202
+ if DEFAULT_FRONTEND != "None":
1205
1203
  logging.info(f"Falling back to default frontend: {DEFAULT_FRONTEND}")
1206
1204
  copy_frontend_files(DEFAULT_FRONTEND, project_template)
1205
+ else:
1206
+ logging.debug("No default frontend configured, skipping frontend files")
1207
1207
 
1208
1208
 
1209
1209
  def copy_deployment_files(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agent-starter-pack
3
- Version: 0.17.0
3
+ Version: 0.17.1
4
4
  Summary: CLI to bootstrap production-ready Google Cloud GenAI agent projects from templates.
5
5
  Author-email: Google LLC <agent-starter-pack@google.com>
6
6
  License: Apache-2.0
@@ -79,7 +79,7 @@ agent_starter_pack/cli/utils/datastores.py,sha256=gv1V6eDcOEKx4MRNG5C3Y-VfixYq1A
79
79
  agent_starter_pack/cli/utils/gcp.py,sha256=N6pvNU9gT6DpS7Peipfs57ckvqcUWU7OK1zdqBcQV0M,9276
80
80
  agent_starter_pack/cli/utils/logging.py,sha256=61ulUY1hUrpxHDFi0szqsjPlrpxdBvwzfYEEV0o97GA,3530
81
81
  agent_starter_pack/cli/utils/remote_template.py,sha256=CD5imiJPGIMVRhGOCiB11oFsz9Pusy_A2kdxsvMfscE,24129
82
- agent_starter_pack/cli/utils/template.py,sha256=Z-Ny6mX5ryCeTFvx1edCsD_b5bcc1g2jQ2PDZy-wnuI,52437
82
+ agent_starter_pack/cli/utils/template.py,sha256=DawkOJzHV3PvT3MuVvTvoHNOdgYfEb_IR009ox3rNC8,52527
83
83
  agent_starter_pack/cli/utils/version.py,sha256=F4udQmzniPStqWZFIgnv3Qg3l9non4mfy2An-Oveqmc,2916
84
84
  agent_starter_pack/data_ingestion/README.md,sha256=LNxSQoJW9JozK-TbyGQLj5L_MGWNwrfLk6V6RmQ2oBQ,4032
85
85
  agent_starter_pack/data_ingestion/pyproject.toml,sha256=-1Mf2QB8K70ICQV5UPZDpf-fN3UwEQLVzQyxfakCSTY,445
@@ -172,8 +172,8 @@ agent_starter_pack/utils/generate_locks.py,sha256=LwR46w25CV0_ySF_MS9W2vp7S1Nf17
172
172
  agent_starter_pack/utils/lock_utils.py,sha256=vqFHTN7lju9to74MKOmLvz80BA47G0CVkxrd1MyLWYQ,2309
173
173
  agent_starter_pack/utils/watch_and_rebuild.py,sha256=1hMn29eLpVblfvixV9FEo46u8efmnLuRIn-bPrfdW3g,6694
174
174
  llm.txt,sha256=z9FTkAnj3cErCzHj3IES9eB35wW3JGaVsd8a0wA7IMs,15380
175
- agent_starter_pack-0.17.0.dist-info/METADATA,sha256=1T_M8-il9OA9EH_RrAaThQ8gRX4l7QXacT-RgsuSmrY,11195
176
- agent_starter_pack-0.17.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
177
- agent_starter_pack-0.17.0.dist-info/entry_points.txt,sha256=QLSX_97UynG0vLpoZ3ePfyCQkaR-g0qglp2b26G4KHQ,71
178
- agent_starter_pack-0.17.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
179
- agent_starter_pack-0.17.0.dist-info/RECORD,,
175
+ agent_starter_pack-0.17.1.dist-info/METADATA,sha256=m18MZ3DYwCLYcuyhsZU0krkfLq-h8VuK_dh_NhGmkNY,11195
176
+ agent_starter_pack-0.17.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
177
+ agent_starter_pack-0.17.1.dist-info/entry_points.txt,sha256=QLSX_97UynG0vLpoZ3ePfyCQkaR-g0qglp2b26G4KHQ,71
178
+ agent_starter_pack-0.17.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
179
+ agent_starter_pack-0.17.1.dist-info/RECORD,,