agent-starter-pack 0.1.5__tar.gz → 0.1.7__tar.gz
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.1.5 → agent_starter_pack-0.1.7}/PKG-INFO +2 -2
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/README.md +1 -1
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/pyproject.toml +1 -1
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/package-lock.json +18 -18
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/streamlit/frontend/side_bar.py +2 -2
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/streamlit/frontend/utils/stream_handler.py +5 -5
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/tests/test_frontend/test_side_bar.py +2 -2
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/tests/test_frontend/test_utils/test_stream_handler.py +18 -12
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/uv.lock +1 -1
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/.cloudbuild/ci/lint.yaml +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/.cloudbuild/ci/lint_templated_agents.yaml +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/.cloudbuild/ci/test.yaml +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/.cloudbuild/ci/test_templated_agents.yaml +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/.cloudbuild/terraform/build_triggers.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/.cloudbuild/terraform/service_account.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/.cloudbuild/terraform/storage.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/.cloudbuild/terraform/variables.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/.gitignore +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/CODE_OF_CONDUCT.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/CONTRIBUTING.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/LICENSE +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/Makefile +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/agentic_rag_vertexai_search/README.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/agentic_rag_vertexai_search/app/agent.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/agentic_rag_vertexai_search/app/retrievers.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/agentic_rag_vertexai_search/app/templates.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/agentic_rag_vertexai_search/notebooks/evaluating_langgraph_agent.ipynb +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/agentic_rag_vertexai_search/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/agentic_rag_vertexai_search/tests/integration/test_agent.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/crewai_coding_crew/README.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/crewai_coding_crew/app/agent.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/crewai_coding_crew/app/crew/config/agents.yaml +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/crewai_coding_crew/app/crew/config/tasks.yaml +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/crewai_coding_crew/app/crew/crew.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/crewai_coding_crew/notebooks/evaluating_crewai_agent.ipynb +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/crewai_coding_crew/notebooks/evaluating_langgraph_agent.ipynb +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/crewai_coding_crew/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/crewai_coding_crew/tests/integration/test_agent.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/langgraph_base_react/README.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/langgraph_base_react/app/agent.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/langgraph_base_react/notebooks/evaluating_langgraph_agent.ipynb +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/langgraph_base_react/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/langgraph_base_react/tests/integration/test_agent.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/multimodal_live_api/README.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/multimodal_live_api/app/agent.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/multimodal_live_api/app/server.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/multimodal_live_api/app/templates.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/multimodal_live_api/app/vector_store.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/multimodal_live_api/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/multimodal_live_api/tests/integration/test_server_e2e.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/multimodal_live_api/tests/load_test/load_test.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/multimodal_live_api/tests/unit/test_server.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/docs/README.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/docs/cli/README.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/docs/cli/create.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/docs/cli/setup_cicd.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/docs/data-ingestion.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/docs/deployment.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/docs/images/ags_banner.png +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/docs/images/ags_high_level_architecture.png +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/docs/installation.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/docs/observability.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/docs/troubleshooting.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/docs/why_starter_pack.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/.gitignore +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/Makefile +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/README.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/app/utils/tracing.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/app/utils/typing.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/README.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/cd/deploy-to-prod.yaml +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/cd/staging.yaml +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/ci/pr_checks.yaml +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/terraform/apis.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/terraform/build_triggers.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/terraform/dev/apis.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/terraform/dev/iam.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/terraform/dev/log_sinks.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/terraform/dev/providers.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/terraform/dev/storage.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/terraform/dev/variables.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/terraform/dev/vars/env.tfvars +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/terraform/iam.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/terraform/locals.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/terraform/log_sinks.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/terraform/providers.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/terraform/service_accounts.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/terraform/storage.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/terraform/variables.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/terraform/vars/env.tfvars +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/pyproject.toml +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/tests/unit/test_utils/test_tracing_exporter.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/cli/commands/create.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/cli/commands/setup_cicd.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/cli/main.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/cli/utils/__init__.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/cli/utils/cicd.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/cli/utils/gcp.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/cli/utils/logging.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/cli/utils/template.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/data_ingestion/README.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/data_ingestion/data_ingestion_pipeline/components/ingest_data.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/data_ingestion/data_ingestion_pipeline/components/process_data.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/data_ingestion/data_ingestion_pipeline/pipeline.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/data_ingestion/data_ingestion_pipeline/submit_pipeline.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/data_ingestion/pyproject.toml +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/data_ingestion/uv.lock +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/agent_engine/app/agent_engine_app.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/agent_engine/app/utils/gcs.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/agent_engine/deployment_metadata.json +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/agent_engine/notebooks/intro_agent_engine.ipynb +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/agent_engine/tests/integration/test_agent_engine_app.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/agent_engine/tests/load_test/.results/.placeholder +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/agent_engine/tests/load_test/README.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/agent_engine/tests/load_test/load_test.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/agent_engine/tests/unit/test_dummy.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/cloud_run/Dockerfile +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/cloud_run/app/server.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/cloud_run/deployment/terraform/artifact_registry.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/cloud_run/deployment/terraform/dev/service_accounts.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/cloud_run/tests/integration/test_server_e2e.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/cloud_run/tests/load_test/.results/.placeholder +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/cloud_run/tests/load_test/README.md +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/cloud_run/tests/load_test/load_test.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/cloud_run/tests/unit/test_server.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/cloud_run/uv.lock +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/package.json +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/public/favicon.ico +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/public/index.html +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/public/robots.txt +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/App.scss +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/App.test.tsx +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/App.tsx +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/components/audio-pulse/AudioPulse.tsx +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/components/audio-pulse/audio-pulse.scss +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/components/control-tray/ControlTray.tsx +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/components/control-tray/control-tray.scss +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/components/logger/Logger.tsx +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/components/logger/logger.scss +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/components/logger/mock-logs.ts +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/components/side-panel/SidePanel.tsx +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/components/side-panel/side-panel.scss +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/contexts/LiveAPIContext.tsx +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/hooks/use-live-api.ts +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/hooks/use-media-stream-mux.ts +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/hooks/use-screen-capture.ts +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/hooks/use-webcam.ts +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/index.css +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/index.tsx +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/multimodal-live-types.ts +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/react-app-env.d.ts +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/reportWebVitals.ts +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/setupTests.ts +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/utils/audio-recorder.ts +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/utils/audio-streamer.ts +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/utils/audioworklet-registry.ts +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/utils/multimodal-live-client.ts +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/utils/store-logger.ts +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/utils/utils.ts +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/utils/worklets/audio-processing.ts +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/src/utils/worklets/vol-meter.ts +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/live_api_react/frontend/tsconfig.json +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/streamlit/frontend/streamlit_app.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/streamlit/frontend/style/app_markdown.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/streamlit/frontend/utils/chat_utils.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/streamlit/frontend/utils/local_chat_history.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/streamlit/frontend/utils/message_editing.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/streamlit/frontend/utils/multimodal_utils.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/streamlit/frontend/utils/title_summary.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/resources/containers/data_processing/Dockerfile +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/resources/containers/e2e-tests/Dockerfile +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/resources/locks/uv-agentic_rag_vertexai_search-agent_engine.lock +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/resources/locks/uv-agentic_rag_vertexai_search-cloud_run.lock +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/resources/locks/uv-crewai_coding_crew-agent_engine.lock +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/resources/locks/uv-crewai_coding_crew-cloud_run.lock +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/resources/locks/uv-langgraph_base_react-agent_engine.lock +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/resources/locks/uv-langgraph_base_react-cloud_run.lock +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/resources/locks/uv-multimodal_live_api-cloud_run.lock +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/resources/setup_cicd/cicd_variables.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/resources/setup_cicd/github.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/resources/setup_cicd/providers.tf +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/utils/generate_locks.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/utils/lock_utils.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/utils/watch_and_rebuild.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/tests/cicd/example.env +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/tests/cicd/test_e2e_deployment.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/tests/cli/commands/test_create.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/tests/cli/commands/test_setup_cicd.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/tests/cli/utils/test_cicd.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/tests/integration/test_io_patterns.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/tests/integration/test_template_linting.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/tests/integration/test_templated_patterns.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/tests/test_frontend/test_streamlit_app.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/tests/test_frontend/test_utils/test_chat_utils.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/tests/test_frontend/test_utils/test_local_chat_history.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/tests/test_frontend/test_utils/test_message_editing.py +0 -0
- {agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/tests/test_frontend/test_utils/test_multimodal_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-starter-pack
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.7
|
|
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
|
|
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
|
---
|
|
@@ -74,7 +74,7 @@ This starter pack covers all aspects of Agent development, from prototyping and
|
|
|
74
74
|
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:
|
|
75
75
|
|
|
76
76
|
* **Streamlined CLI:** A new command-line interface (`agent-starter-pack`) simplifies project creation, template selection, and deployment.
|
|
77
|
-
* **Expanded Agent Options:** Support for a wider variety of agent frameworks (LangGraph, CrewAI, and the Google
|
|
77
|
+
* **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).
|
|
78
78
|
* **Simplified setup**: Integrated gcloud authentication and projects and region configurations
|
|
79
79
|
|
|
80
80
|
---
|
|
@@ -446,25 +446,25 @@
|
|
|
446
446
|
}
|
|
447
447
|
},
|
|
448
448
|
"node_modules/@babel/helpers": {
|
|
449
|
-
"version": "7.26.
|
|
450
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.
|
|
451
|
-
"integrity": "sha512-
|
|
449
|
+
"version": "7.26.10",
|
|
450
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.10.tgz",
|
|
451
|
+
"integrity": "sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==",
|
|
452
452
|
"license": "MIT",
|
|
453
453
|
"dependencies": {
|
|
454
|
-
"@babel/template": "^7.
|
|
455
|
-
"@babel/types": "^7.26.
|
|
454
|
+
"@babel/template": "^7.26.9",
|
|
455
|
+
"@babel/types": "^7.26.10"
|
|
456
456
|
},
|
|
457
457
|
"engines": {
|
|
458
458
|
"node": ">=6.9.0"
|
|
459
459
|
}
|
|
460
460
|
},
|
|
461
461
|
"node_modules/@babel/parser": {
|
|
462
|
-
"version": "7.26.
|
|
463
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.
|
|
464
|
-
"integrity": "sha512-
|
|
462
|
+
"version": "7.26.10",
|
|
463
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.10.tgz",
|
|
464
|
+
"integrity": "sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==",
|
|
465
465
|
"license": "MIT",
|
|
466
466
|
"dependencies": {
|
|
467
|
-
"@babel/types": "^7.26.
|
|
467
|
+
"@babel/types": "^7.26.10"
|
|
468
468
|
},
|
|
469
469
|
"bin": {
|
|
470
470
|
"parser": "bin/babel-parser.js"
|
|
@@ -2039,14 +2039,14 @@
|
|
|
2039
2039
|
}
|
|
2040
2040
|
},
|
|
2041
2041
|
"node_modules/@babel/template": {
|
|
2042
|
-
"version": "7.
|
|
2043
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
|
|
2044
|
-
"integrity": "sha512-
|
|
2042
|
+
"version": "7.26.9",
|
|
2043
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.26.9.tgz",
|
|
2044
|
+
"integrity": "sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==",
|
|
2045
2045
|
"license": "MIT",
|
|
2046
2046
|
"dependencies": {
|
|
2047
|
-
"@babel/code-frame": "^7.
|
|
2048
|
-
"@babel/parser": "^7.
|
|
2049
|
-
"@babel/types": "^7.
|
|
2047
|
+
"@babel/code-frame": "^7.26.2",
|
|
2048
|
+
"@babel/parser": "^7.26.9",
|
|
2049
|
+
"@babel/types": "^7.26.9"
|
|
2050
2050
|
},
|
|
2051
2051
|
"engines": {
|
|
2052
2052
|
"node": ">=6.9.0"
|
|
@@ -2071,9 +2071,9 @@
|
|
|
2071
2071
|
}
|
|
2072
2072
|
},
|
|
2073
2073
|
"node_modules/@babel/types": {
|
|
2074
|
-
"version": "7.26.
|
|
2075
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.
|
|
2076
|
-
"integrity": "sha512-
|
|
2074
|
+
"version": "7.26.10",
|
|
2075
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.10.tgz",
|
|
2076
|
+
"integrity": "sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==",
|
|
2077
2077
|
"license": "MIT",
|
|
2078
2078
|
"dependencies": {
|
|
2079
2079
|
"@babel/helper-string-parser": "^7.25.9",
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/frontends/streamlit/frontend/side_bar.py
RENAMED
|
@@ -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(
|
|
@@ -159,7 +159,7 @@ class Client:
|
|
|
159
159
|
if self.authenticate_request:
|
|
160
160
|
headers["Authorization"] = f"Bearer {self.id_token}"
|
|
161
161
|
with requests.post(
|
|
162
|
-
self.url, json=
|
|
162
|
+
self.url, json=data, headers=headers, stream=True, timeout=10
|
|
163
163
|
) as response:
|
|
164
164
|
for line in response.iter_lines():
|
|
165
165
|
if line:
|
|
@@ -169,7 +169,7 @@ class Client:
|
|
|
169
169
|
except json.JSONDecodeError:
|
|
170
170
|
print(f"Failed to parse event: {line.decode('utf-8')}")
|
|
171
171
|
elif self.agent is not None:
|
|
172
|
-
yield from self.agent.stream_query(
|
|
172
|
+
yield from self.agent.stream_query(**data)
|
|
173
173
|
|
|
174
174
|
|
|
175
175
|
class StreamHandler:
|
|
@@ -207,17 +207,17 @@ class EventProcessor:
|
|
|
207
207
|
self.current_run_id: str | None = None
|
|
208
208
|
self.additional_kwargs: dict[str, Any] = {}
|
|
209
209
|
|
|
210
|
-
def process_events(self
|
|
210
|
+
def process_events(self) -> None:
|
|
211
211
|
"""Process events from the stream, handling each event type appropriately."""
|
|
212
212
|
messages = self.st.session_state.user_chats[
|
|
213
213
|
self.st.session_state["session_id"]
|
|
214
214
|
]["messages"]
|
|
215
|
-
self.current_run_id =
|
|
215
|
+
self.current_run_id = str(uuid.uuid4())
|
|
216
216
|
# Set run_id in session state at start of processing
|
|
217
217
|
self.st.session_state["run_id"] = self.current_run_id
|
|
218
218
|
stream = self.client.stream_messages(
|
|
219
219
|
data={
|
|
220
|
-
"messages": messages,
|
|
220
|
+
"input": {"messages": messages},
|
|
221
221
|
"config": {
|
|
222
222
|
"run_id": self.current_run_id,
|
|
223
223
|
"metadata": {
|
|
@@ -79,14 +79,14 @@ def test_init_side_bar_local_agent(
|
|
|
79
79
|
def test_init_side_bar_remote_engine_id(
|
|
80
80
|
mock_exists: MagicMock, mock_streamlit: MagicMock
|
|
81
81
|
) -> None:
|
|
82
|
-
"""Test sidebar initialization with remote engine ID"""
|
|
82
|
+
"""Test sidebar initialization with remote agent engine ID"""
|
|
83
83
|
mock_exists.return_value = False
|
|
84
84
|
sidebar = SideBar(mock_streamlit)
|
|
85
85
|
|
|
86
86
|
mock_streamlit.sidebar.__enter__ = MagicMock(return_value=mock_streamlit.sidebar)
|
|
87
87
|
mock_streamlit.sidebar.__exit__ = MagicMock(return_value=None)
|
|
88
88
|
|
|
89
|
-
mock_streamlit.selectbox.return_value = "Remote Engine ID"
|
|
89
|
+
mock_streamlit.selectbox.return_value = "Remote Agent Engine ID"
|
|
90
90
|
mock_streamlit.text_input.return_value = "test-engine-id"
|
|
91
91
|
|
|
92
92
|
sidebar.init_side_bar()
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
# limitations under the License.
|
|
14
14
|
|
|
15
15
|
from typing import Any
|
|
16
|
-
from unittest.mock import MagicMock
|
|
16
|
+
from unittest.mock import MagicMock, patch
|
|
17
17
|
|
|
18
18
|
from frontend.utils.stream_handler import EventProcessor, StreamHandler
|
|
19
19
|
|
|
@@ -150,7 +150,8 @@ def test_event_processor_direct_response() -> None:
|
|
|
150
150
|
stream_handler_mock.new_token.assert_any_call(" World")
|
|
151
151
|
|
|
152
152
|
|
|
153
|
-
|
|
153
|
+
@patch("uuid.uuid4", return_value="test_run")
|
|
154
|
+
def test_event_processor_session_state_updates(mock_uuid: MagicMock) -> None:
|
|
154
155
|
"""Test EventProcessor updates to session state"""
|
|
155
156
|
st_mock = MockStreamlit()
|
|
156
157
|
client_mock = MagicMock()
|
|
@@ -165,22 +166,24 @@ def test_event_processor_session_state_updates() -> None:
|
|
|
165
166
|
st_mock.session_state.user_chats["test_session"]["messages"] = []
|
|
166
167
|
|
|
167
168
|
processor = EventProcessor(st_mock, client_mock, stream_handler_mock)
|
|
168
|
-
run_id
|
|
169
|
-
|
|
169
|
+
# Set run_id before processing events
|
|
170
|
+
st_mock.session_state["run_id"] = "test_run"
|
|
171
|
+
processor.process_events()
|
|
170
172
|
|
|
171
173
|
# Verify stream events call
|
|
172
174
|
client_mock.stream_messages.assert_called_once()
|
|
173
175
|
call_args = client_mock.stream_messages.call_args[1]["data"]
|
|
174
176
|
|
|
175
|
-
# Verify
|
|
176
|
-
assert "
|
|
177
|
-
assert
|
|
177
|
+
# Verify input and config structure
|
|
178
|
+
assert "input" in call_args
|
|
179
|
+
assert "messages" in call_args["input"]
|
|
180
|
+
assert call_args["input"]["messages"] == []
|
|
178
181
|
|
|
179
182
|
# Verify config passed correctly
|
|
180
183
|
assert "config" in call_args
|
|
181
184
|
config = call_args["config"]
|
|
182
185
|
assert "run_id" in config
|
|
183
|
-
assert config["run_id"] ==
|
|
186
|
+
assert config["run_id"] == "test_run"
|
|
184
187
|
assert config["metadata"]["user_id"] == "test_user"
|
|
185
188
|
assert config["metadata"]["session_id"] == "test_session"
|
|
186
189
|
|
|
@@ -189,10 +192,12 @@ def test_event_processor_session_state_updates() -> None:
|
|
|
189
192
|
assert len(messages) == 1
|
|
190
193
|
assert messages[0]["content"] == "test response"
|
|
191
194
|
assert "id" in messages[0]
|
|
192
|
-
assert
|
|
195
|
+
assert messages[0]["id"] == "test_run"
|
|
196
|
+
assert st_mock.session_state["run_id"] == "test_run"
|
|
193
197
|
|
|
194
198
|
|
|
195
|
-
|
|
199
|
+
@patch("uuid.uuid4", return_value="test_run")
|
|
200
|
+
def test_event_processor_session_state_updates_with_tools(mock_uuid: MagicMock) -> None:
|
|
196
201
|
"""Test EventProcessor updates to session state when using tools"""
|
|
197
202
|
st_mock = MockStreamlit()
|
|
198
203
|
client_mock = MagicMock()
|
|
@@ -229,8 +234,9 @@ def test_event_processor_session_state_updates_with_tools() -> None:
|
|
|
229
234
|
st_mock.session_state.user_chats["test_session"]["messages"] = []
|
|
230
235
|
|
|
231
236
|
processor = EventProcessor(st_mock, client_mock, stream_handler_mock)
|
|
232
|
-
run_id
|
|
233
|
-
|
|
237
|
+
# Set run_id before processing events
|
|
238
|
+
st_mock.session_state["run_id"] = "test_run"
|
|
239
|
+
processor.process_events()
|
|
234
240
|
|
|
235
241
|
# Verify session state updates
|
|
236
242
|
messages = st_mock.session_state.user_chats["test_session"]["messages"]
|
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/.cloudbuild/ci/lint_templated_agents.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/.cloudbuild/ci/test_templated_agents.yaml
RENAMED
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/.cloudbuild/terraform/build_triggers.tf
RENAMED
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/.cloudbuild/terraform/service_account.tf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/agentic_rag_vertexai_search/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/crewai_coding_crew/app/agent.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/crewai_coding_crew/app/crew/crew.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/langgraph_base_react/app/agent.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/multimodal_live_api/app/agent.py
RENAMED
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/multimodal_live_api/app/server.py
RENAMED
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/multimodal_live_api/app/templates.py
RENAMED
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/agents/multimodal_live_api/app/vector_store.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/docs/images/ags_high_level_architecture.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/app/utils/tracing.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/README.md
RENAMED
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/cd/staging.yaml
RENAMED
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/ci/pr_checks.yaml
RENAMED
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/terraform/apis.tf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/base_template/deployment/terraform/iam.tf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/cloud_run/Dockerfile
RENAMED
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/cloud_run/app/server.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/deployment_targets/cloud_run/uv.lock
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/resources/containers/e2e-tests/Dockerfile
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/src/resources/setup_cicd/cicd_variables.tf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/tests/integration/test_template_linting.py
RENAMED
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/tests/integration/test_templated_patterns.py
RENAMED
|
File without changes
|
{agent_starter_pack-0.1.5 → agent_starter_pack-0.1.7}/tests/test_frontend/test_streamlit_app.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|