agent-starter-pack 0.4.3__py3-none-any.whl → 0.4.5__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.
- {agent_starter_pack-0.4.3.dist-info → agent_starter_pack-0.4.5.dist-info}/METADATA +1 -1
- {agent_starter_pack-0.4.3.dist-info → agent_starter_pack-0.4.5.dist-info}/RECORD +10 -10
- agents/live_api/template/.templateconfig.yaml +1 -1
- src/base_template/Makefile +2 -2
- src/base_template/README.md +1 -1
- src/cli/commands/create.py +3 -3
- src/resources/locks/uv-live_api-cloud_run.lock +609 -598
- {agent_starter_pack-0.4.3.dist-info → agent_starter_pack-0.4.5.dist-info}/WHEEL +0 -0
- {agent_starter_pack-0.4.3.dist-info → agent_starter_pack-0.4.5.dist-info}/entry_points.txt +0 -0
- {agent_starter_pack-0.4.3.dist-info → agent_starter_pack-0.4.5.dist-info}/licenses/LICENSE +0 -0
@@ -29,13 +29,13 @@ agents/langgraph_base_react/tests/integration/test_agent.py,sha256=wg2Y8V4l7dh7r
|
|
29
29
|
agents/live_api/README.md,sha256=c3lu5WguOUBc5hO_UtNZfVhfYxvSzMXuGFICn9M38mU,2897
|
30
30
|
agents/live_api/app/agent.py,sha256=FBsmCYI_dmBIbFD1uojcPxJfozGNc-0rg1fW2PhEyFw,2298
|
31
31
|
agents/live_api/app/server.py,sha256=A2frpeM-mHoRiUAlvJKZAdU_Q8-GOwcCh3iODdRmbr4,7652
|
32
|
-
agents/live_api/template/.templateconfig.yaml,sha256=
|
32
|
+
agents/live_api/template/.templateconfig.yaml,sha256=DD_hihMsuqmd5VWS18vVGZ3ZGVVpFWVXJ2dU07eKb6k,964
|
33
33
|
agents/live_api/tests/integration/test_server_e2e.py,sha256=D2VETDIyTD2fQyQ6DXwLr-POSYyVzzzcpIFLt5Ppyx4,8398
|
34
34
|
agents/live_api/tests/load_test/load_test.py,sha256=HHZyfC4gqiQtZVF_CbbxENGgWQccMLpwMv0IdoQ6cbQ,1275
|
35
35
|
agents/live_api/tests/unit/test_server.py,sha256=_TjlgQgNkjerIaBGnu8P8_KB8ZlSolDcivALpUOn_Rw,4786
|
36
36
|
src/base_template/.gitignore,sha256=mJKTZIcVdAFiIUQicRfPNGUg6WvwcfTEC2xbmAaU34g,2579
|
37
|
-
src/base_template/Makefile,sha256=
|
38
|
-
src/base_template/README.md,sha256=
|
37
|
+
src/base_template/Makefile,sha256=O65aYaRQlCOZHfCaAdWbK3eEobw5x83A8nEjK88jtpQ,4538
|
38
|
+
src/base_template/README.md,sha256=fZ2qe3LS9bA2pBzvBvAqclPTmdjBzRr84O5P3QoNk0I,10143
|
39
39
|
src/base_template/pyproject.toml,sha256=V2Df010o_Q8smOaS1K9fx-pVe9X4_KZT4vpIRaB0aFs,2959
|
40
40
|
src/base_template/app/__init__.py,sha256=UyAgc2l8nkVIUPUzL9hKR7EgzCsc2jSYcOcjHNNmpMU,59
|
41
41
|
src/base_template/app/utils/tracing.py,sha256=2rv1Ukh2jTBENDwoghCItJ28l-Sjz9gMlzdojlVgJa4,6052
|
@@ -63,7 +63,7 @@ src/base_template/deployment/terraform/dev/vars/env.tfvars,sha256=LoQMjh1AAMR-MG
|
|
63
63
|
src/base_template/deployment/terraform/vars/env.tfvars,sha256=Nze8q1x2Aj6ZUeWC2hDeZWqNUkLp13DgzA_LFmmOzCo,1216
|
64
64
|
src/base_template/tests/unit/test_dummy.py,sha256=2exfCH8qhkZrLWvK04ZxNTO9MV3fdTbZkJN3uK6zvok,850
|
65
65
|
src/cli/main.py,sha256=pMsSlNwkrFqHUHHA5U-WMZ4QRquaI_F7OXQt6yxuugE,1688
|
66
|
-
src/cli/commands/create.py,sha256=
|
66
|
+
src/cli/commands/create.py,sha256=g0cSZUM2MabAg2h7GomuHHr7n5uMVjXBKebt1_1u17o,24145
|
67
67
|
src/cli/commands/setup_cicd.py,sha256=Lr0wLeKlRxROsRVFLAI3ygfIh_sTavvgQckDkzFEKMQ,31705
|
68
68
|
src/cli/utils/__init__.py,sha256=_cTmsXGPqOtK0q8UW5164QTltbJRJFR_Efxq_BRL1-o,1311
|
69
69
|
src/cli/utils/cicd.py,sha256=m2BxwV39323rVzJCjJjB37IPdSNQdxVgXGrgnhdbb84,26040
|
@@ -162,15 +162,15 @@ src/resources/locks/uv-crewai_coding_crew-agent_engine.lock,sha256=jskICodwWrsUN
|
|
162
162
|
src/resources/locks/uv-crewai_coding_crew-cloud_run.lock,sha256=jbSxsfDX4sBy7ao2vi4Wel7mrxyVOUuSw7obFITma2o,947005
|
163
163
|
src/resources/locks/uv-langgraph_base_react-agent_engine.lock,sha256=T34ZoYy-cKW88SWVW0I4ecer6nJ2j7vpJF8TctfE_Oo,627436
|
164
164
|
src/resources/locks/uv-langgraph_base_react-cloud_run.lock,sha256=qd-I_0iOWDoM-81jm0itLA2UZX4OhAt8kutGXjlN9qw,812382
|
165
|
-
src/resources/locks/uv-live_api-cloud_run.lock,sha256=
|
165
|
+
src/resources/locks/uv-live_api-cloud_run.lock,sha256=3SXkqA_zJrJeoD4hvhCNdAeWKoYPlkDl_z9p_byij_k,773234
|
166
166
|
src/resources/setup_cicd/cicd_variables.tf,sha256=PMflYe1TzQi63LORHkmeCktTYzXFplJgxffNH4DtuAQ,1244
|
167
167
|
src/resources/setup_cicd/github.tf,sha256=scTBgeZlCM74N-pzhVKsnTN0PX9a5GboNl1HN3-LlCM,2791
|
168
168
|
src/resources/setup_cicd/providers.tf,sha256=Km4z6IJt7x7PLaa0kyZbBrO2m3lpuIJZFD5jB7QBfF0,1122
|
169
169
|
src/utils/generate_locks.py,sha256=6V1B8V2BEuevWnXUsxZVTrLjXwFRII8UfsIGrQqZxVs,4320
|
170
170
|
src/utils/lock_utils.py,sha256=RSE6n3hBkH64xNm3Q5wrR0Pqbeo-oc7xaTOhA9yzHjk,2275
|
171
171
|
src/utils/watch_and_rebuild.py,sha256=vP4yIiA7E_lj5sfQdJUl8TXas6V7msDg8XWUutAC05Q,6679
|
172
|
-
agent_starter_pack-0.4.
|
173
|
-
agent_starter_pack-0.4.
|
174
|
-
agent_starter_pack-0.4.
|
175
|
-
agent_starter_pack-0.4.
|
176
|
-
agent_starter_pack-0.4.
|
172
|
+
agent_starter_pack-0.4.5.dist-info/METADATA,sha256=sHNdbsxW4Cv74gSlBtdsGQ_6Bh8WUrjTgQx0l3fkpMY,10452
|
173
|
+
agent_starter_pack-0.4.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
174
|
+
agent_starter_pack-0.4.5.dist-info/entry_points.txt,sha256=U7uCxR7YulIhZ0L8R8Hui0Bsy6J7oyESBeDYJYMrQjA,56
|
175
|
+
agent_starter_pack-0.4.5.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
176
|
+
agent_starter_pack-0.4.5.dist-info/RECORD,,
|
src/base_template/Makefile
CHANGED
@@ -22,7 +22,7 @@ playground:
|
|
22
22
|
uv run uvicorn app.server:app --host 0.0.0.0 --port 8000 --reload &
|
23
23
|
{%- endif %}
|
24
24
|
{%- if cookiecutter.agent_name == 'live_api' %}
|
25
|
-
npm --prefix frontend start
|
25
|
+
PORT=8501 npm --prefix frontend start
|
26
26
|
{%- else %}
|
27
27
|
{% if cookiecutter.deployment_target == 'agent_engine' %}PYTHONPATH=. {% endif %}uv run streamlit run frontend/streamlit_app.py --browser.serverAddress=localhost --server.enableCORS=false --server.enableXsrfProtection=false
|
28
28
|
{%- endif %}
|
@@ -54,7 +54,7 @@ local-backend:
|
|
54
54
|
{%- if cookiecutter.agent_name == 'live_api' %}
|
55
55
|
|
56
56
|
ui:
|
57
|
-
npm --prefix frontend start
|
57
|
+
PORT=8501 npm --prefix frontend start
|
58
58
|
{%- endif %}
|
59
59
|
{%- endif %}
|
60
60
|
|
src/base_template/README.md
CHANGED
@@ -110,7 +110,7 @@ Here’s the recommended workflow for local development:
|
|
110
110
|
This launches the Streamlit application, which connects to the backend server (by default at `http://localhost:8000`).
|
111
111
|
|
112
112
|
4. **Interact and Iterate:**
|
113
|
-
* Open the Streamlit UI in your browser (usually `http://localhost:
|
113
|
+
* Open the Streamlit UI in your browser (usually `http://localhost:8501` or `http://localhost:3001`).
|
114
114
|
* Click the play button in the UI to connect to the backend.
|
115
115
|
* Interact with the agent! Try prompts like: *"Using the tool you have, define Governance in the context MLOPs"*
|
116
116
|
* Modify the agent logic in `app/agent.py`. The backend server (FastAPI with `uvicorn --reload`) should automatically restart when you save changes. Refresh the frontend if needed to see behavioral changes.
|
src/cli/commands/create.py
CHANGED
@@ -134,7 +134,7 @@ def create(
|
|
134
134
|
console.print("\n=== GCP Agent Starter Pack :rocket:===", style="bold blue")
|
135
135
|
console.print("Welcome to the Agent Starter Pack!")
|
136
136
|
console.print(
|
137
|
-
"This tool will help you create an end-to-end production-ready AI agent in
|
137
|
+
"This tool will help you create an end-to-end production-ready AI agent in Google Cloud!\n"
|
138
138
|
)
|
139
139
|
# Validate project name
|
140
140
|
if len(project_name) > 26:
|
@@ -317,9 +317,9 @@ def create(
|
|
317
317
|
|
318
318
|
console.print("\n> Success! Your agent project is ready.")
|
319
319
|
console.print(
|
320
|
-
"\n📖
|
320
|
+
f"\n📖 Project README: [cyan]cat {cd_path}/README.md[/]"
|
321
|
+
"\n Online Development Guide: [cyan][link=https://goo.gle/asp-dev]https://goo.gle/asp-dev[/link][/cyan]"
|
321
322
|
)
|
322
|
-
console.print(f" [cyan]cat {cd_path}/README.md[/]")
|
323
323
|
# Determine the correct path to display based on whether output_dir was specified
|
324
324
|
console.print("\n🚀 To get started, run the following command:")
|
325
325
|
console.print(
|