agent-starter-pack 0.0.6b0__tar.gz → 0.0.8b0__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.0.6b0 → agent_starter_pack-0.0.8b0}/CONTRIBUTING.md +1 -9
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/PKG-INFO +5 -1
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/README.md +4 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/docs/observability.md +4 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/pyproject.toml +2 -2
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/pyproject.toml +2 -2
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/cli/commands/create.py +40 -25
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/cli/utils/gcp.py +1 -1
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/streamlit/frontend/utils/title_summary.py +25 -13
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/cli/commands/test_create.py +12 -5
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/uv.lock +1 -1
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/.gitignore +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/CODE_OF_CONDUCT.md +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/LICENSE +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/Makefile +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/agentic_rag_vertexai_search/README.md +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/agentic_rag_vertexai_search/app/agent.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/agentic_rag_vertexai_search/app/retrievers.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/agentic_rag_vertexai_search/app/templates.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/agentic_rag_vertexai_search/notebooks/evaluating_langgraph_agent.ipynb +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/agentic_rag_vertexai_search/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/agentic_rag_vertexai_search/tests/integration/test_agent.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/README.md +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/app/agent.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/app/crew/config/agents.yaml +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/app/crew/config/tasks.yaml +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/app/crew/crew.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/notebooks/evaluating_crewai_agent.ipynb +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/notebooks/evaluating_langgraph_agent.ipynb +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/tests/integration/test_agent.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/langgraph_base_react/README.md +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/langgraph_base_react/app/agent.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/langgraph_base_react/notebooks/evaluating_langgraph_agent.ipynb +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/langgraph_base_react/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/langgraph_base_react/tests/integration/test_agent.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/README.md +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/app/agent.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/app/server.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/app/templates.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/app/vector_store.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/tests/integration/test_server_e2e.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/tests/load_test/load_test.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/tests/unit/test_server.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/docs/README.md +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/docs/cli/README.md +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/docs/cli/create.md +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/docs/cli/setup_cicd.md +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/docs/data-ingestion.md +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/docs/deployment.md +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/docs/images/ags_banner.png +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/docs/images/ags_high_level_architecture.png +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/docs/why_starter_pack.md +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/.gitignore +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/Makefile +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/README.md +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/app/utils/tracing.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/app/utils/typing.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/README.md +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/cd/deploy-to-prod.yaml +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/cd/staging.yaml +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/ci/pr_checks.yaml +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/apis.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/build_triggers.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/dev/apis.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/dev/iam.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/dev/log_sinks.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/dev/providers.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/dev/storage.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/dev/variables.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/dev/vars/env.tfvars +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/iam.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/locals.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/log_sinks.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/providers.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/service_accounts.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/storage.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/variables.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/terraform/vars/env.tfvars +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/tests/unit/test_utils/test_tracing_exporter.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/cli/commands/setup_cicd.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/cli/main.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/cli/utils/__init__.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/cli/utils/cicd.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/cli/utils/logging.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/cli/utils/template.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/data_ingestion/README.md +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/data_ingestion/data_ingestion_pipeline/components/ingest_data.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/data_ingestion/data_ingestion_pipeline/components/process_data.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/data_ingestion/data_ingestion_pipeline/pipeline.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/data_ingestion/data_ingestion_pipeline/submit_pipeline.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/data_ingestion/pyproject.toml +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/data_ingestion/uv.lock +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/agent_engine/app/agent_engine_app.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/agent_engine/app/utils/gcs.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/agent_engine/deployment_metadata.json +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/agent_engine/notebooks/intro_reasoning_engine.ipynb +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/agent_engine/tests/integration/test_agent_engine_app.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/agent_engine/tests/load_test/.results/.placeholder +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/agent_engine/tests/load_test/README.md +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/agent_engine/tests/load_test/load_test.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/agent_engine/tests/unit/test_dummy.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/Dockerfile +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/app/server.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/deployment/terraform/artifact_registry.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/deployment/terraform/dev/service_accounts.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/tests/integration/test_server_e2e.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/tests/load_test/.results/.placeholder +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/tests/load_test/README.md +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/tests/load_test/load_test.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/tests/unit/test_server.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/deployment_targets/cloud_run/uv.lock +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/package-lock.json +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/package.json +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/public/favicon.ico +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/public/index.html +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/public/robots.txt +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/App.scss +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/App.test.tsx +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/App.tsx +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/components/audio-pulse/AudioPulse.tsx +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/components/audio-pulse/audio-pulse.scss +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/components/control-tray/ControlTray.tsx +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/components/control-tray/control-tray.scss +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/components/logger/Logger.tsx +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/components/logger/logger.scss +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/components/logger/mock-logs.ts +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/components/side-panel/SidePanel.tsx +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/components/side-panel/side-panel.scss +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/contexts/LiveAPIContext.tsx +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/hooks/use-live-api.ts +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/hooks/use-media-stream-mux.ts +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/hooks/use-screen-capture.ts +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/hooks/use-webcam.ts +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/index.css +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/index.tsx +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/multimodal-live-types.ts +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/react-app-env.d.ts +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/reportWebVitals.ts +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/setupTests.ts +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/utils/audio-recorder.ts +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/utils/audio-streamer.ts +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/utils/audioworklet-registry.ts +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/utils/multimodal-live-client.ts +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/utils/store-logger.ts +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/utils/utils.ts +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/utils/worklets/audio-processing.ts +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/src/utils/worklets/vol-meter.ts +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/live_api_react/frontend/tsconfig.json +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/streamlit/frontend/side_bar.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/streamlit/frontend/streamlit_app.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/streamlit/frontend/style/app_markdown.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/streamlit/frontend/utils/chat_utils.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/streamlit/frontend/utils/local_chat_history.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/streamlit/frontend/utils/message_editing.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/streamlit/frontend/utils/multimodal_utils.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/frontends/streamlit/frontend/utils/stream_handler.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/resources/containers/data_processing/Dockerfile +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/resources/locks/uv-agentic_rag_vertexai_search-agent_engine.lock +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/resources/locks/uv-agentic_rag_vertexai_search-cloud_run.lock +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/resources/locks/uv-crewai_coding_crew-agent_engine.lock +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/resources/locks/uv-crewai_coding_crew-cloud_run.lock +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/resources/locks/uv-langgraph_base_react-agent_engine.lock +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/resources/locks/uv-langgraph_base_react-cloud_run.lock +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/resources/locks/uv-multimodal_live_api-cloud_run.lock +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/resources/setup_cicd/cicd_variables.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/resources/setup_cicd/github.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/resources/setup_cicd/providers.tf +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/utils/generate_locks.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/utils/lock_utils.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/utils/watch_and_rebuild.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/cicd/example.env +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/cicd/test_e2e_deployment.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/cli/commands/test_setup_cicd.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/cli/utils/test_cicd.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/integration/test_io_patterns.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/integration/test_template_linting.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/integration/test_templated_patterns.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/test_frontend/test_side_bar.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/test_frontend/test_streamlit_app.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/test_frontend/test_utils/test_chat_utils.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/test_frontend/test_utils/test_local_chat_history.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/test_frontend/test_utils/test_message_editing.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/test_frontend/test_utils/test_multimodal_utils.py +0 -0
- {agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/test_frontend/test_utils/test_stream_handler.py +0 -0
|
@@ -47,15 +47,7 @@ Here are some additional things to keep in mind during the process:
|
|
|
47
47
|
|
|
48
48
|
## For Google Employees
|
|
49
49
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
1. Register your GitHub account at [go/GitHub](http://go/github)
|
|
53
|
-
|
|
54
|
-
1. Once you have registered, go to [go/github-googlecloudplatform](http://go/github-googlecloudplatform) and request to join the GoogleCloudPlatform organization. Check the box "I need write access on a public repository".
|
|
55
|
-
|
|
56
|
-
1. You'll receive an email to your GitHub registered email to approve the request to join. Approve it.
|
|
57
|
-
|
|
58
|
-
1. Request to join this team [GoogleCloudPlatform/teams/generative-ai-samples-contributors](https://github.com/orgs/GoogleCloudPlatform/teams/generative-ai-samples-contributors/members)
|
|
50
|
+
If you're a Google employee, as a requirement, please follow the steps outlined in the [Google Cloud Platform Generative AI repository's contributing guide](https://github.com/GoogleCloudPlatform/generative-ai/blob/main/CONTRIBUTING.md#for-google-employees) for processes and requirements.
|
|
59
51
|
|
|
60
52
|
## Code Quality Checks
|
|
61
53
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-starter-pack
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.8b0
|
|
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
|
|
@@ -143,3 +143,7 @@ Thank you for your contributions!
|
|
|
143
143
|
## Disclaimer
|
|
144
144
|
|
|
145
145
|
This repository is for demonstrative purposes only and is not an officially supported Google product.
|
|
146
|
+
|
|
147
|
+
## Terms of Service
|
|
148
|
+
|
|
149
|
+
The agent-starter-pack templating CLI and the templates in this starter pack leverage Google Cloud APIs. When you use this starter pack, you'll be deploying resources in your own Google Cloud project and will be responsible for those resources. Please review the [Google Cloud Service Terms](https://cloud.google.com/terms/service-terms) for details on the terms of service associated with these APIs.
|
|
@@ -117,3 +117,7 @@ Thank you for your contributions!
|
|
|
117
117
|
## Disclaimer
|
|
118
118
|
|
|
119
119
|
This repository is for demonstrative purposes only and is not an officially supported Google product.
|
|
120
|
+
|
|
121
|
+
## Terms of Service
|
|
122
|
+
|
|
123
|
+
The agent-starter-pack templating CLI and the templates in this starter pack leverage Google Cloud APIs. When you use this starter pack, you'll be deploying resources in your own Google Cloud project and will be responsible for those resources. Please review the [Google Cloud Service Terms](https://cloud.google.com/terms/service-terms) for details on the terms of service associated with these APIs.
|
|
@@ -24,3 +24,7 @@ Events are forwarded to BigQuery through a [log router](https://cloud.google.com
|
|
|
24
24
|
Once the data is written to BigQuery, it can be used to populate a [Looker Studio dashboard](https://lookerstudio.google.com/c/reporting/fa742264-4b4b-4c56-81e6-a667dd0f853f/page/tEnnC).
|
|
25
25
|
|
|
26
26
|
This dashboard template provides a starting point for building custom visualizations on top of the captured data.
|
|
27
|
+
|
|
28
|
+
## Disclaimer
|
|
29
|
+
|
|
30
|
+
**Note:** The templated agents are designed to enable *your* use-case observability in your Google Cloud Project. Google Cloud does not log, monitor, or otherwise access any data generated from the deployed resources. See the [Google Cloud Service Terms](https://cloud.google.com/terms/service-terms) for more details.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "agent-starter-pack"
|
|
3
|
-
version = "0.0.
|
|
3
|
+
version = "0.0.8b"
|
|
4
4
|
description = "CLI tool to create GCP-based AI agent projects from templates"
|
|
5
5
|
authors = [
|
|
6
6
|
{ name = "Google LLC", email = "agent-starter-pack@google.com" },
|
|
@@ -108,7 +108,7 @@ disable_error_code = ["misc", "no-untyped-call", "no-any-return"]
|
|
|
108
108
|
|
|
109
109
|
[tool.codespell]
|
|
110
110
|
ignore-words-list = "rouge"
|
|
111
|
-
skip = "./locust_env/*,uv.lock,.venv"
|
|
111
|
+
skip = "./locust_env/*,uv.lock,.venv,**/*.ipynb"
|
|
112
112
|
|
|
113
113
|
[build-system]
|
|
114
114
|
requires = ["hatchling"]
|
|
@@ -96,9 +96,9 @@ exclude = [".venv"]
|
|
|
96
96
|
[tool.codespell]
|
|
97
97
|
ignore-words-list = "rouge"
|
|
98
98
|
{% if cookiecutter.agent_name == 'multimodal_live_api' %}
|
|
99
|
-
skip = "./locust_env/*,uv.lock,.venv,./frontend"
|
|
99
|
+
skip = "./locust_env/*,uv.lock,.venv,./frontend,**/*.ipynb"
|
|
100
100
|
{% else %}
|
|
101
|
-
skip = "./locust_env/*,uv.lock,.venv"
|
|
101
|
+
skip = "./locust_env/*,uv.lock,.venv,**/*.ipynb"
|
|
102
102
|
{%- endif %}
|
|
103
103
|
|
|
104
104
|
[build-system]
|
|
@@ -330,16 +330,20 @@ def setup_gcp_environment(
|
|
|
330
330
|
if debug:
|
|
331
331
|
logging.debug("Verifying GCP credentials...")
|
|
332
332
|
creds_info = verify_credentials()
|
|
333
|
-
|
|
334
333
|
# Handle credential verification and project selection
|
|
335
334
|
if not auto_approve:
|
|
336
335
|
creds_info = _handle_credential_verification(creds_info)
|
|
336
|
+
# If user chose to skip verification, don't test Vertex AI connection
|
|
337
|
+
if creds_info.get("skip_vertex_test", False):
|
|
338
|
+
console.print("> Skipping Vertex AI connection test", style="yellow")
|
|
339
|
+
else:
|
|
340
|
+
# Test Vertex AI connection
|
|
341
|
+
_test_vertex_ai_connection(creds_info["project"], region)
|
|
337
342
|
else:
|
|
338
343
|
# Even with auto_approve, we should still set the GCP project
|
|
339
344
|
set_gcp_project(creds_info["project"], set_quota_project=True)
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
_test_vertex_ai_connection(creds_info["project"], region)
|
|
345
|
+
# Test Vertex AI connection
|
|
346
|
+
_test_vertex_ai_connection(creds_info["project"], region)
|
|
343
347
|
|
|
344
348
|
return creds_info
|
|
345
349
|
|
|
@@ -365,17 +369,23 @@ def _handle_credential_verification(creds_info: dict) -> dict:
|
|
|
365
369
|
set_gcp_project(creds_info["project"], set_quota_project=False)
|
|
366
370
|
return creds_info
|
|
367
371
|
|
|
368
|
-
# Ask user if current credentials are correct
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
372
|
+
# Ask user if current credentials are correct or if they want to skip
|
|
373
|
+
console.print(f"\n> You are logged in with account: '{creds_info['account']}'")
|
|
374
|
+
console.print(f"> You are using project: '{creds_info['project']}'")
|
|
375
|
+
|
|
376
|
+
choices = ["Y", "skip", "edit"]
|
|
377
|
+
response = Prompt.ask(
|
|
378
|
+
"> Do you want to continue? (The CLI will check if Vertex AI is enabled in this project)",
|
|
379
|
+
choices=choices,
|
|
380
|
+
default="Y",
|
|
381
|
+
).lower()
|
|
382
|
+
|
|
383
|
+
if response == "skip":
|
|
384
|
+
console.print("> Skipping credential verification", style="yellow")
|
|
385
|
+
creds_info["skip_vertex_test"] = True
|
|
386
|
+
return creds_info
|
|
387
|
+
|
|
388
|
+
change_creds = response == "edit"
|
|
379
389
|
|
|
380
390
|
if change_creds:
|
|
381
391
|
# Handle credential change
|
|
@@ -387,18 +397,23 @@ def _handle_credential_verification(creds_info: dict) -> dict:
|
|
|
387
397
|
creds_info = verify_credentials()
|
|
388
398
|
|
|
389
399
|
# Prompt for project change
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
f"\n> You are now logged in with account '{creds_info['account']}'. "
|
|
393
|
-
f"Current project is '{creds_info['project']}'. "
|
|
394
|
-
"Is this correct?",
|
|
395
|
-
choices=["y", "n"],
|
|
396
|
-
default="y",
|
|
397
|
-
).lower()
|
|
398
|
-
== "n"
|
|
400
|
+
console.print(
|
|
401
|
+
f"\n> You are now logged in with account: '{creds_info['account']}'."
|
|
399
402
|
)
|
|
403
|
+
console.print(f"> Current project is: '{creds_info['project']}'.")
|
|
404
|
+
choices = ["y", "skip", "edit"]
|
|
405
|
+
response = Prompt.ask(
|
|
406
|
+
"> Do you want to continue? (The CLI will verify Vertex AI access in this project)",
|
|
407
|
+
choices=choices,
|
|
408
|
+
default="y",
|
|
409
|
+
).lower()
|
|
410
|
+
|
|
411
|
+
if response == "skip":
|
|
412
|
+
console.print("> Skipping project verification", style="yellow")
|
|
413
|
+
creds_info["skip_vertex_test"] = True
|
|
414
|
+
return creds_info
|
|
400
415
|
|
|
401
|
-
if
|
|
416
|
+
if response == "edit":
|
|
402
417
|
# Prompt for new project ID
|
|
403
418
|
new_project = Prompt.ask("\n> Enter the new project ID")
|
|
404
419
|
creds_info["project"] = new_project
|
|
@@ -69,7 +69,7 @@ def verify_vertex_connection(
|
|
|
69
69
|
client.count_tokens(request=request)
|
|
70
70
|
|
|
71
71
|
|
|
72
|
-
def verify_credentials() -> dict
|
|
72
|
+
def verify_credentials() -> dict:
|
|
73
73
|
"""Verify GCP credentials and return current project and account."""
|
|
74
74
|
try:
|
|
75
75
|
# Get credentials and project
|
|
@@ -12,22 +12,15 @@
|
|
|
12
12
|
# See the License for the specific language governing permissions and
|
|
13
13
|
# limitations under the License.
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
# mypy: disable-error-code="assignment"
|
|
16
16
|
import os
|
|
17
|
+
from typing import Any
|
|
17
18
|
|
|
19
|
+
import google.auth
|
|
20
|
+
from langchain_core.messages import AIMessage
|
|
18
21
|
from langchain_core.prompts import ChatPromptTemplate, MessagesPlaceholder
|
|
19
22
|
from langchain_google_vertexai import ChatVertexAI
|
|
20
23
|
|
|
21
|
-
# Get default project from credentials
|
|
22
|
-
_, project_id = google.auth.default()
|
|
23
|
-
|
|
24
|
-
llm = ChatVertexAI(
|
|
25
|
-
model_name="gemini-2.0-flash-001",
|
|
26
|
-
temperature=0,
|
|
27
|
-
project=project_id,
|
|
28
|
-
location=os.getenv("LOCATION", "us-central1"),
|
|
29
|
-
)
|
|
30
|
-
|
|
31
24
|
title_template = ChatPromptTemplate.from_messages(
|
|
32
25
|
[
|
|
33
26
|
(
|
|
@@ -78,5 +71,24 @@ If there's not enough context in the conversation to create a meaningful title,
|
|
|
78
71
|
MessagesPlaceholder(variable_name="messages"),
|
|
79
72
|
]
|
|
80
73
|
)
|
|
81
|
-
|
|
82
|
-
|
|
74
|
+
try:
|
|
75
|
+
# Initialize Vertex AI with default project credentials
|
|
76
|
+
_, project_id = google.auth.default()
|
|
77
|
+
|
|
78
|
+
llm = ChatVertexAI(
|
|
79
|
+
model_name="gemini-2.0-flash-001",
|
|
80
|
+
temperature=0,
|
|
81
|
+
project=project_id,
|
|
82
|
+
location=os.getenv("LOCATION", "us-central1"),
|
|
83
|
+
)
|
|
84
|
+
chain_title = title_template | llm
|
|
85
|
+
|
|
86
|
+
except Exception:
|
|
87
|
+
# Fallback to a simple title generator when Vertex AI is unavailable
|
|
88
|
+
print("WARNING: Failed to initialize Vertex AI. Using dummy LLM instead.")
|
|
89
|
+
|
|
90
|
+
class DummyChain:
|
|
91
|
+
def invoke(*args: Any, **kwargs: Any) -> AIMessage:
|
|
92
|
+
return AIMessage(content="conversation")
|
|
93
|
+
|
|
94
|
+
chain_title = DummyChain()
|
|
@@ -378,15 +378,21 @@ class TestCreateCommand:
|
|
|
378
378
|
{"account": "new@example.com", "project": "new-project"}, # After login
|
|
379
379
|
]
|
|
380
380
|
|
|
381
|
+
# Set up expected subprocess calls
|
|
382
|
+
mock_subprocess.side_effect = [
|
|
383
|
+
MagicMock(returncode=0), # gcloud auth login
|
|
384
|
+
MagicMock(returncode=0), # gcloud config set project
|
|
385
|
+
MagicMock(returncode=0), # gcloud auth application-default set-quota-project
|
|
386
|
+
]
|
|
387
|
+
|
|
381
388
|
with (
|
|
382
389
|
patch("pathlib.Path.exists", return_value=False),
|
|
383
390
|
patch("rich.prompt.Prompt.ask") as mock_prompt,
|
|
384
391
|
):
|
|
385
392
|
# Set up credential change responses
|
|
386
393
|
mock_prompt.side_effect = [
|
|
387
|
-
"
|
|
388
|
-
"y", #
|
|
389
|
-
"new-project", # New project ID
|
|
394
|
+
"edit", # Change credentials when prompted
|
|
395
|
+
"y", # Continue after login
|
|
390
396
|
]
|
|
391
397
|
|
|
392
398
|
result = runner.invoke(
|
|
@@ -404,9 +410,10 @@ class TestCreateCommand:
|
|
|
404
410
|
)
|
|
405
411
|
assert result.exit_code == 0
|
|
406
412
|
|
|
407
|
-
# Verify
|
|
413
|
+
# Verify subprocess was called with the right arguments for login
|
|
408
414
|
mock_subprocess.assert_any_call(
|
|
409
|
-
["gcloud", "auth", "login", "--update-adc"],
|
|
415
|
+
["gcloud", "auth", "login", "--update-adc"],
|
|
416
|
+
check=True
|
|
410
417
|
)
|
|
411
418
|
|
|
412
419
|
def test_create_with_invalid_agent_name(
|
|
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.0.6b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/README.md
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/app/agent.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/crewai_coding_crew/app/crew/crew.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/langgraph_base_react/README.md
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/langgraph_base_react/app/agent.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/README.md
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/app/agent.py
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/agents/multimodal_live_api/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
|
|
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.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/app/utils/tracing.py
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/app/utils/typing.py
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/base_template/deployment/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
|
|
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.0.6b0 → agent_starter_pack-0.0.8b0}/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
|
|
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.0.6b0 → agent_starter_pack-0.0.8b0}/src/resources/setup_cicd/cicd_variables.tf
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/resources/setup_cicd/github.tf
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/src/resources/setup_cicd/providers.tf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/cli/commands/test_setup_cicd.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/integration/test_io_patterns.py
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/integration/test_template_linting.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/test_frontend/test_side_bar.py
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.6b0 → agent_starter_pack-0.0.8b0}/tests/test_frontend/test_streamlit_app.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|