agent-starter-pack 0.0.11b0__tar.gz → 0.0.12b0__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.11b0 → agent_starter_pack-0.0.12b0}/PKG-INFO +5 -1
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/README.md +4 -0
- agent_starter_pack-0.0.12b0/docs/installation.md +72 -0
- agent_starter_pack-0.0.12b0/docs/troubleshooting.md +104 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/pyproject.toml +1 -1
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/cli/utils/cicd.py +11 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/.gitignore +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/CODE_OF_CONDUCT.md +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/CONTRIBUTING.md +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/LICENSE +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/Makefile +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/agentic_rag_vertexai_search/README.md +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/agentic_rag_vertexai_search/app/agent.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/agentic_rag_vertexai_search/app/retrievers.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/agentic_rag_vertexai_search/app/templates.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/agentic_rag_vertexai_search/notebooks/evaluating_langgraph_agent.ipynb +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/agentic_rag_vertexai_search/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/agentic_rag_vertexai_search/tests/integration/test_agent.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/crewai_coding_crew/README.md +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/crewai_coding_crew/app/agent.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/crewai_coding_crew/app/crew/config/agents.yaml +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/crewai_coding_crew/app/crew/config/tasks.yaml +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/crewai_coding_crew/app/crew/crew.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/crewai_coding_crew/notebooks/evaluating_crewai_agent.ipynb +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/crewai_coding_crew/notebooks/evaluating_langgraph_agent.ipynb +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/crewai_coding_crew/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/crewai_coding_crew/tests/integration/test_agent.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/langgraph_base_react/README.md +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/langgraph_base_react/app/agent.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/langgraph_base_react/notebooks/evaluating_langgraph_agent.ipynb +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/langgraph_base_react/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/langgraph_base_react/tests/integration/test_agent.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/multimodal_live_api/README.md +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/multimodal_live_api/app/agent.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/multimodal_live_api/app/server.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/multimodal_live_api/app/templates.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/multimodal_live_api/app/vector_store.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/multimodal_live_api/template/.templateconfig.yaml +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/multimodal_live_api/tests/integration/test_server_e2e.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/multimodal_live_api/tests/load_test/load_test.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/multimodal_live_api/tests/unit/test_server.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/docs/README.md +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/docs/cli/README.md +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/docs/cli/create.md +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/docs/cli/setup_cicd.md +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/docs/data-ingestion.md +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/docs/deployment.md +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/docs/images/ags_banner.png +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/docs/images/ags_high_level_architecture.png +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/docs/observability.md +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/docs/why_starter_pack.md +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/.gitignore +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/Makefile +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/README.md +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/app/utils/tracing.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/app/utils/typing.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/README.md +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/cd/deploy-to-prod.yaml +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/cd/staging.yaml +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/ci/pr_checks.yaml +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/terraform/apis.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/terraform/build_triggers.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/terraform/dev/apis.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/terraform/dev/iam.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/terraform/dev/log_sinks.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/terraform/dev/providers.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/terraform/dev/storage.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/terraform/dev/variables.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/terraform/dev/vars/env.tfvars +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/terraform/iam.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/terraform/locals.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/terraform/log_sinks.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/terraform/providers.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/terraform/service_accounts.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/terraform/storage.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/terraform/variables.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/deployment/terraform/vars/env.tfvars +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/pyproject.toml +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/tests/unit/test_utils/test_tracing_exporter.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/cli/commands/create.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/cli/commands/setup_cicd.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/cli/main.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/cli/utils/__init__.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/cli/utils/gcp.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/cli/utils/logging.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/cli/utils/template.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/data_ingestion/README.md +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/data_ingestion/data_ingestion_pipeline/components/ingest_data.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/data_ingestion/data_ingestion_pipeline/components/process_data.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/data_ingestion/data_ingestion_pipeline/pipeline.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/data_ingestion/data_ingestion_pipeline/submit_pipeline.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/data_ingestion/pyproject.toml +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/data_ingestion/uv.lock +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/deployment_targets/agent_engine/app/agent_engine_app.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/deployment_targets/agent_engine/app/utils/gcs.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/deployment_targets/agent_engine/deployment_metadata.json +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/deployment_targets/agent_engine/notebooks/intro_reasoning_engine.ipynb +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/deployment_targets/agent_engine/tests/integration/test_agent_engine_app.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/deployment_targets/agent_engine/tests/load_test/.results/.placeholder +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/deployment_targets/agent_engine/tests/load_test/README.md +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/deployment_targets/agent_engine/tests/load_test/load_test.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/deployment_targets/agent_engine/tests/unit/test_dummy.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/deployment_targets/cloud_run/Dockerfile +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/deployment_targets/cloud_run/app/server.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/deployment_targets/cloud_run/deployment/terraform/artifact_registry.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/deployment_targets/cloud_run/deployment/terraform/dev/service_accounts.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/deployment_targets/cloud_run/tests/integration/test_server_e2e.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/deployment_targets/cloud_run/tests/load_test/.results/.placeholder +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/deployment_targets/cloud_run/tests/load_test/README.md +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/deployment_targets/cloud_run/tests/load_test/load_test.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/deployment_targets/cloud_run/tests/unit/test_server.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/deployment_targets/cloud_run/uv.lock +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/package-lock.json +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/package.json +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/public/favicon.ico +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/public/index.html +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/public/robots.txt +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/App.scss +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/App.test.tsx +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/App.tsx +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/components/audio-pulse/AudioPulse.tsx +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/components/audio-pulse/audio-pulse.scss +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/components/control-tray/ControlTray.tsx +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/components/control-tray/control-tray.scss +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/components/logger/Logger.tsx +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/components/logger/logger.scss +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/components/logger/mock-logs.ts +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/components/side-panel/SidePanel.tsx +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/components/side-panel/side-panel.scss +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/contexts/LiveAPIContext.tsx +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/hooks/use-live-api.ts +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/hooks/use-media-stream-mux.ts +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/hooks/use-screen-capture.ts +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/hooks/use-webcam.ts +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/index.css +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/index.tsx +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/multimodal-live-types.ts +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/react-app-env.d.ts +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/reportWebVitals.ts +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/setupTests.ts +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/utils/audio-recorder.ts +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/utils/audio-streamer.ts +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/utils/audioworklet-registry.ts +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/utils/multimodal-live-client.ts +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/utils/store-logger.ts +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/utils/utils.ts +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/utils/worklets/audio-processing.ts +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/src/utils/worklets/vol-meter.ts +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/live_api_react/frontend/tsconfig.json +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/streamlit/frontend/side_bar.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/streamlit/frontend/streamlit_app.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/streamlit/frontend/style/app_markdown.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/streamlit/frontend/utils/chat_utils.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/streamlit/frontend/utils/local_chat_history.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/streamlit/frontend/utils/message_editing.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/streamlit/frontend/utils/multimodal_utils.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/streamlit/frontend/utils/stream_handler.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/frontends/streamlit/frontend/utils/title_summary.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/resources/containers/data_processing/Dockerfile +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/resources/locks/uv-agentic_rag_vertexai_search-agent_engine.lock +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/resources/locks/uv-agentic_rag_vertexai_search-cloud_run.lock +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/resources/locks/uv-crewai_coding_crew-agent_engine.lock +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/resources/locks/uv-crewai_coding_crew-cloud_run.lock +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/resources/locks/uv-langgraph_base_react-agent_engine.lock +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/resources/locks/uv-langgraph_base_react-cloud_run.lock +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/resources/locks/uv-multimodal_live_api-cloud_run.lock +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/resources/setup_cicd/cicd_variables.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/resources/setup_cicd/github.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/resources/setup_cicd/providers.tf +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/utils/generate_locks.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/utils/lock_utils.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/utils/watch_and_rebuild.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/cicd/example.env +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/cicd/test_e2e_deployment.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/cli/commands/test_create.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/cli/commands/test_setup_cicd.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/cli/utils/test_cicd.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/integration/test_io_patterns.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/integration/test_template_linting.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/integration/test_templated_patterns.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/test_frontend/test_side_bar.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/test_frontend/test_streamlit_app.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/test_frontend/test_utils/test_chat_utils.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/test_frontend/test_utils/test_local_chat_history.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/test_frontend/test_utils/test_message_editing.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/test_frontend/test_utils/test_multimodal_utils.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/test_frontend/test_utils/test_stream_handler.py +0 -0
- {agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-starter-pack
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.12b0
|
|
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
|
|
@@ -52,6 +52,7 @@ agent-starter-pack create my-awesome-agent
|
|
|
52
52
|
```
|
|
53
53
|
|
|
54
54
|
**That's it!** You now have a fully functional agent project, complete with a backend, frontend, and deployment infrastructure, ready to explore and customize.
|
|
55
|
+
For more installation options, see the [Installation Guide](docs/installation.md).
|
|
55
56
|
|
|
56
57
|
---
|
|
57
58
|
|
|
@@ -113,10 +114,13 @@ This project represents the next evolution of the [e2e-gen-ai-app-starter-pack](
|
|
|
113
114
|
See the [documentation](docs/) for more details:
|
|
114
115
|
|
|
115
116
|
- [Why Use the Starter Pack?](docs/why_starter_pack.md)
|
|
117
|
+
- [Installation](docs/installation.md)
|
|
116
118
|
- [Deployment](docs/deployment.md)
|
|
117
119
|
- [Data Ingestion](docs/data-ingestion.md)
|
|
118
120
|
- [Observability](docs/observability.md)
|
|
119
121
|
- [CLI Reference](docs/cli/README.md)
|
|
122
|
+
- [CLI Reference](docs/cli/README.md)
|
|
123
|
+
- [Troubleshooting](docs/troubleshooting.md)
|
|
120
124
|
|
|
121
125
|
**Video Walkthrough:** A [20-Minute Video Walkthrough](https://youtu.be/kwRG7cnqSu0) is available, showcasing the previous `e2e-gen-ai-app-starter-pack`. A new walkthrough for the `agent-starter-pack` will be released soon!
|
|
122
126
|
|
|
@@ -28,6 +28,7 @@ agent-starter-pack create my-awesome-agent
|
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
**That's it!** You now have a fully functional agent project, complete with a backend, frontend, and deployment infrastructure, ready to explore and customize.
|
|
31
|
+
For more installation options, see the [Installation Guide](docs/installation.md).
|
|
31
32
|
|
|
32
33
|
---
|
|
33
34
|
|
|
@@ -89,10 +90,13 @@ This project represents the next evolution of the [e2e-gen-ai-app-starter-pack](
|
|
|
89
90
|
See the [documentation](docs/) for more details:
|
|
90
91
|
|
|
91
92
|
- [Why Use the Starter Pack?](docs/why_starter_pack.md)
|
|
93
|
+
- [Installation](docs/installation.md)
|
|
92
94
|
- [Deployment](docs/deployment.md)
|
|
93
95
|
- [Data Ingestion](docs/data-ingestion.md)
|
|
94
96
|
- [Observability](docs/observability.md)
|
|
95
97
|
- [CLI Reference](docs/cli/README.md)
|
|
98
|
+
- [CLI Reference](docs/cli/README.md)
|
|
99
|
+
- [Troubleshooting](docs/troubleshooting.md)
|
|
96
100
|
|
|
97
101
|
**Video Walkthrough:** A [20-Minute Video Walkthrough](https://youtu.be/kwRG7cnqSu0) is available, showcasing the previous `e2e-gen-ai-app-starter-pack`. A new walkthrough for the `agent-starter-pack` will be released soon!
|
|
98
102
|
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
# Installation
|
|
2
|
+
|
|
3
|
+
There are several ways to install the Agent Starter Pack. Choose the method that works best for your workflow.
|
|
4
|
+
|
|
5
|
+
## Using pipx (Recommended)
|
|
6
|
+
|
|
7
|
+
The recommended way to install the Agent Starter Pack is with [pipx](https://pypa.github.io/pipx/), which installs the package in an isolated environment while making the commands globally available:
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
# Install pipx if you don't have it
|
|
11
|
+
python3 -m pip install --user pipx && python3 -m pipx ensurepath
|
|
12
|
+
source ~/.bashrc # or ~/.zshrc depending on your shell
|
|
13
|
+
|
|
14
|
+
# Install the Agent Starter Pack
|
|
15
|
+
pipx install agent-starter-pack
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
## Using pip with a virtual environment
|
|
19
|
+
|
|
20
|
+
You can also install the Agent Starter Pack in a virtual environment:
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
# Create and activate a Python virtual environment
|
|
24
|
+
python -m venv venv && source venv/bin/activate
|
|
25
|
+
|
|
26
|
+
# Install the Agent Starter Pack
|
|
27
|
+
pip install agent-starter-pack
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
## Using uv (Fast Python package installer)
|
|
31
|
+
|
|
32
|
+
For a faster installation experience, you can use [uv](https://astral.sh/uv):
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
# Install uv if you don't have it
|
|
36
|
+
curl -LsSf https://astral.sh/uv/install.sh | sh
|
|
37
|
+
|
|
38
|
+
source ~/.bashrc # or ~/.zshrc depending on your shell
|
|
39
|
+
|
|
40
|
+
# Install the Agent Starter Pack
|
|
41
|
+
uv pip install agent-starter-pack
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
## Getting Started
|
|
45
|
+
|
|
46
|
+
After installation, you can create a new agent project:
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
# Create a new agent project
|
|
50
|
+
agent-starter-pack create my-awesome-agent
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## Upgrading
|
|
55
|
+
|
|
56
|
+
To upgrade, use the same tool you used for installation:
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
pipx upgrade agent-starter-pack # Using pipx
|
|
60
|
+
pip install --upgrade agent-starter-pack # Using pip
|
|
61
|
+
uv pip install --upgrade agent-starter-pack # Using uv
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
## Uninstalling
|
|
65
|
+
|
|
66
|
+
To uninstall, use the same tool you used for installation:
|
|
67
|
+
|
|
68
|
+
```bash
|
|
69
|
+
pipx uninstall agent-starter-pack # Using pipx
|
|
70
|
+
pip uninstall agent-starter-pack # Using pip
|
|
71
|
+
uv pip uninstall agent-starter-pack # Using uv
|
|
72
|
+
```
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
# Troubleshooting
|
|
2
|
+
|
|
3
|
+
This guide helps resolve common issues with the Agent Starter Pack.
|
|
4
|
+
|
|
5
|
+
## Authentication Issues
|
|
6
|
+
|
|
7
|
+
For detailed information on authentication with Vertex AI, visit the [official documentation](https://cloud.google.com/vertex-ai/docs/authentication).
|
|
8
|
+
|
|
9
|
+
### "Could not find credentials" or "Could not find project" Error
|
|
10
|
+
|
|
11
|
+
**Problem**: Missing credentials error with Vertex AI.
|
|
12
|
+
|
|
13
|
+
**Solution**:
|
|
14
|
+
|
|
15
|
+
1. Log in to Google Cloud: `gcloud auth login --update-adc`
|
|
16
|
+
2. Set the correct project:
|
|
17
|
+
```bash
|
|
18
|
+
gcloud config set project YOUR_PROJECT_ID
|
|
19
|
+
gcloud auth application-default set-quota-project YOUR_PROJECT_ID
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
### Vertex AI API Not Enabled
|
|
23
|
+
|
|
24
|
+
**Problem**: Operations fail because the Vertex AI API is not enabled in your project.
|
|
25
|
+
|
|
26
|
+
**Solution**:
|
|
27
|
+
|
|
28
|
+
1. Enable the Vertex AI API:
|
|
29
|
+
```bash
|
|
30
|
+
gcloud services enable aiplatform.googleapis.com
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
2. Verify the API is enabled:
|
|
34
|
+
```bash
|
|
35
|
+
gcloud services list --filter=aiplatform.googleapis.com
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
### Permission Denied Errors
|
|
39
|
+
**Problem**: "Permission denied" errors with Google Cloud APIs.
|
|
40
|
+
|
|
41
|
+
**Solution**: Ensure your user or service account has the necessary IAM roles. For example, for Vertex AI, you often need `roles/aiplatform.user`. Grant roles using the `gcloud projects add-iam-policy-binding` command or the Cloud Console.
|
|
42
|
+
|
|
43
|
+
### Command Not Found: agent-starter-pack
|
|
44
|
+
|
|
45
|
+
**Problem**: "Command not found" error after installation.
|
|
46
|
+
|
|
47
|
+
**Solution**:
|
|
48
|
+
|
|
49
|
+
1. Verify installation:
|
|
50
|
+
```bash
|
|
51
|
+
pip list | grep agent-starter-pack
|
|
52
|
+
```
|
|
53
|
+
2. Check PATH:
|
|
54
|
+
```bash
|
|
55
|
+
echo $PATH
|
|
56
|
+
```
|
|
57
|
+
3. Reinstall if needed:
|
|
58
|
+
```bash
|
|
59
|
+
pip install --user agent-starter-pack
|
|
60
|
+
```
|
|
61
|
+
4. For pipx:
|
|
62
|
+
```bash
|
|
63
|
+
pipx ensurepath
|
|
64
|
+
source ~/.bashrc # or ~/.zshrc
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
## Project Creation Issues
|
|
68
|
+
|
|
69
|
+
### Project Creation Fails
|
|
70
|
+
|
|
71
|
+
**Problem**: `agent-starter-pack create` fails.
|
|
72
|
+
|
|
73
|
+
**Solution**:
|
|
74
|
+
|
|
75
|
+
1. **Check Error Messages:** Examine output for clues.
|
|
76
|
+
2. **Write Permissions:** Ensure write access to the directory.
|
|
77
|
+
3. **Project Name:** Use lowercase letters, numbers and hyphens only.
|
|
78
|
+
4. **Debug Mode:** Consider using debug mode to get more detailed error information:
|
|
79
|
+
```bash
|
|
80
|
+
agent-starter-pack create my-project-name --debug
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
### Template Rendering Issues
|
|
84
|
+
|
|
85
|
+
**Problem**: Project created with placeholders (e.g., `{{ project_id }}`).
|
|
86
|
+
|
|
87
|
+
**Solution**:
|
|
88
|
+
|
|
89
|
+
1. **Delete Project:** Remove the incorrect project directory.
|
|
90
|
+
2. **Debug Mode:** `agent-starter-pack create my-project --debug`.
|
|
91
|
+
3. **Check Configuration:** Verify GCP project and authentication setup.
|
|
92
|
+
4. **File an Issue:** If it persists, file a bug report with `--debug` output.
|
|
93
|
+
|
|
94
|
+
## Getting More Help
|
|
95
|
+
|
|
96
|
+
If issues persist:
|
|
97
|
+
|
|
98
|
+
1. **Check GitHub Issues:** Search for existing Github issues in the `agent-starter-pack` Github repository.
|
|
99
|
+
2. **File a New Issue:** Provide:
|
|
100
|
+
|
|
101
|
+
* Problem description.
|
|
102
|
+
* Steps to reproduce.
|
|
103
|
+
* Error messages (preferably run with `--debug` flag for detailed logs).
|
|
104
|
+
* Environment: OS, Python version, `agent-starter-pack` version, installation method, shell.
|
|
@@ -257,6 +257,17 @@ def create_github_connection(
|
|
|
257
257
|
elif status == "PENDING_USER_OAUTH" or status == "PENDING_INSTALL_APP":
|
|
258
258
|
if attempt < max_retries - 1: # Don't print waiting on last attempt
|
|
259
259
|
console.print("⏳ Waiting for GitHub authorization...")
|
|
260
|
+
# Extract and print the action URI for user authentication
|
|
261
|
+
try:
|
|
262
|
+
action_uri = json.loads(result.stdout).get("installationState", {}).get("actionUri")
|
|
263
|
+
if action_uri:
|
|
264
|
+
console.print("\n🔑 Authentication Required:", style="bold yellow")
|
|
265
|
+
console.print(f"Please visit [link={action_uri}]this page[/link] to authenticate Cloud Build with GitHub:")
|
|
266
|
+
console.print(f"{action_uri}", style="bold blue")
|
|
267
|
+
console.print("(Copy and paste the link into your browser if clicking doesn't work)")
|
|
268
|
+
console.print("After completing authentication, return here to continue the setup.\n")
|
|
269
|
+
except (json.JSONDecodeError, KeyError) as e:
|
|
270
|
+
console.print(f"⚠️ Could not extract authentication link: {e}", style="yellow")
|
|
260
271
|
time.sleep(10)
|
|
261
272
|
continue
|
|
262
273
|
else:
|
|
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.11b0 → agent_starter_pack-0.0.12b0}/agents/crewai_coding_crew/README.md
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/crewai_coding_crew/app/agent.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.0.11b0 → agent_starter_pack-0.0.12b0}/agents/langgraph_base_react/README.md
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/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.11b0 → agent_starter_pack-0.0.12b0}/agents/multimodal_live_api/README.md
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/agents/multimodal_live_api/app/agent.py
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/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
|
|
File without changes
|
{agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/app/utils/tracing.py
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/app/utils/typing.py
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/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
|
{agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/base_template/pyproject.toml
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
|
{agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/data_ingestion/pyproject.toml
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
|
{agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/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
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/resources/setup_cicd/github.tf
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/src/resources/setup_cicd/providers.tf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/cicd/test_e2e_deployment.py
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/cli/commands/test_create.py
RENAMED
|
File without changes
|
{agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/cli/commands/test_setup_cicd.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/integration/test_io_patterns.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_starter_pack-0.0.11b0 → agent_starter_pack-0.0.12b0}/tests/test_frontend/test_side_bar.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
|