agent-starter-pack 0.1.5__py3-none-any.whl → 0.1.6__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agent-starter-pack
3
- Version: 0.1.5
3
+ Version: 0.1.6
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
@@ -98,7 +98,7 @@ This starter pack covers all aspects of Agent development, from prototyping and
98
98
  This project represents the next evolution of the [e2e-gen-ai-app-starter-pack](goo.gle/e2e-gen-ai-app-starter-pack). Building on the foundation of the original, we've made significant improvements:
99
99
 
100
100
  * **Streamlined CLI:** A new command-line interface (`agent-starter-pack`) simplifies project creation, template selection, and deployment.
101
- * **Expanded Agent Options:** Support for a wider variety of agent frameworks (LangGraph, CrewAI, and the Google Agent Framework SDK) and deployment targets (including Vertex AI Agent Engine).
101
+ * **Expanded Agent Options:** Support for a wider variety of agent frameworks (LangGraph, CrewAI, and the Google GenAI SDK) and deployment targets (including Vertex AI Agent Engine).
102
102
  * **Simplified setup**: Integrated gcloud authentication and projects and region configurations
103
103
 
104
104
  ---
@@ -127,7 +127,7 @@ src/frontends/live_api_react/frontend/src/utils/store-logger.ts,sha256=YxS0TjiGn
127
127
  src/frontends/live_api_react/frontend/src/utils/utils.ts,sha256=qQIhLzfyCBLecU0ksQCKIbD3cIflb0hxt0SPZGdYFEo,2457
128
128
  src/frontends/live_api_react/frontend/src/utils/worklets/audio-processing.ts,sha256=ULgnXphZUfbHkRhGoPT_670WHjzaXJwWgYU0ISQRSXI,1979
129
129
  src/frontends/live_api_react/frontend/src/utils/worklets/vol-meter.ts,sha256=DEXn9ywn7N_tqKBhQ9eUxvWCWqteyfT-Q0dwjbvjjpY,1780
130
- src/frontends/streamlit/frontend/side_bar.py,sha256=kZOTtHhr-BvzqD_pRN3h2Xu4HfFH2dcAO6XOSMBPnsA,9013
130
+ src/frontends/streamlit/frontend/side_bar.py,sha256=VeyNV2O94uicTajVYS-jMkUAUPMMrQA9o8_lYTurKKc,9025
131
131
  src/frontends/streamlit/frontend/streamlit_app.py,sha256=O-mF9-0nSL220mZSohKK6QrdSiaRsUJL1o_XeKdj8zo,9868
132
132
  src/frontends/streamlit/frontend/style/app_markdown.py,sha256=4H9GGlaOIbG_4T4QvHyTMfoeumJze7cZ2VuGIv39wFo,1050
133
133
  src/frontends/streamlit/frontend/utils/chat_utils.py,sha256=Z0OYQu-14_d9tDmH9Z4Vvi8xpSUEm9vuPZ8wmFgl4sQ,2262
@@ -151,8 +151,8 @@ src/resources/setup_cicd/providers.tf,sha256=Km4z6IJt7x7PLaa0kyZbBrO2m3lpuIJZFD5
151
151
  src/utils/generate_locks.py,sha256=xu5IAhGGBPkVQGSJX4kk7_JNDwWJUEaXAHbmaQIohbg,4386
152
152
  src/utils/lock_utils.py,sha256=_QdzQtgIbCmJ87s046_i1g966slVNmvr3bJDeHbRQSM,2419
153
153
  src/utils/watch_and_rebuild.py,sha256=IdbTLReYknTXXu5KWPz3sc7Zg5HTEMS5UVlMSnuhs5E,6067
154
- agent_starter_pack-0.1.5.dist-info/METADATA,sha256=lhkhYJnZ84HD-Xm2G2VJDJIOptv0otO2_qbsxTqf4K4,7701
155
- agent_starter_pack-0.1.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
156
- agent_starter_pack-0.1.5.dist-info/entry_points.txt,sha256=U7uCxR7YulIhZ0L8R8Hui0Bsy6J7oyESBeDYJYMrQjA,56
157
- agent_starter_pack-0.1.5.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
158
- agent_starter_pack-0.1.5.dist-info/RECORD,,
154
+ agent_starter_pack-0.1.6.dist-info/METADATA,sha256=R8BDDiYQOyPS5Op_hoX6H57oh9KQ4JuSduKBdBcTFf0,7691
155
+ agent_starter_pack-0.1.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
156
+ agent_starter_pack-0.1.6.dist-info/entry_points.txt,sha256=U7uCxR7YulIhZ0L8R8Hui0Bsy6J7oyESBeDYJYMrQjA,56
157
+ agent_starter_pack-0.1.6.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
158
+ agent_starter_pack-0.1.6.dist-info/RECORD,,
@@ -57,7 +57,7 @@ class SideBar:
57
57
  use_agent_path = self.st.selectbox(
58
58
  "Select Agent Type",
59
59
  ["Local Agent", "Remote Agent Engine ID", "Remote URL"],
60
- index=["Local Agent", "Remote Engine ID", "Remote URL"].index(
60
+ index=["Local Agent", "Remote Agent Engine ID", "Remote URL"].index(
61
61
  default_agent_type
62
62
  ),
63
63
  help="'Local Agent' uses a local implementation, 'Remote Agent Engine ID' connects to a deployed Vertex AI agent, and 'Remote URL' connects to a custom endpoint.",
@@ -73,7 +73,7 @@ class SideBar:
73
73
  self.remote_agent_engine_id = None
74
74
  self.url_input_field = None
75
75
  self.should_authenticate_request = False
76
- elif use_agent_path == "Remote Engine ID":
76
+ elif use_agent_path == "Remote Agent Engine ID":
77
77
  self.remote_agent_engine_id = self.st.text_input(
78
78
  label="Remote Agent Engine ID",
79
79
  value=os.environ.get(