Path Lines of Code agents/adk_base/app/agent.py 27 agents/adk_base/notebooks/adk_app_testing.ipynb 321 agents/adk_base/notebooks/evaluating_adk_agent.ipynb 1528 agents/agentic_rag/app/agent.py 70 agents/agentic_rag/app/retrievers.py 84 agents/agentic_rag/app/templates.py 7 agents/agentic_rag/notebooks/adk_app_testing.ipynb 321 agents/agentic_rag/notebooks/evaluating_adk_agent.ipynb 1528 agents/crewai_coding_crew/app/agent.py 46 agents/crewai_coding_crew/app/crew/config/agents.yaml 14 agents/crewai_coding_crew/app/crew/config/tasks.yaml 11 agents/crewai_coding_crew/app/crew/crew.py 44 agents/crewai_coding_crew/notebooks/evaluating_crewai_agent.ipynb 1571 agents/crewai_coding_crew/notebooks/evaluating_langgraph_agent.ipynb 1574 agents/langgraph_base_react/app/agent.py 34 agents/langgraph_base_react/notebooks/evaluating_langgraph_agent.ipynb 1574 agents/live_api/app/agent.py 37 agents/live_api/app/server.py 120 agents/live_api/app/templates.py 6 agents/live_api/app/vector_store.py 30 pyproject.toml 115 src/base_template/app/__init__.py 2 src/base_template/app/utils/tracing.py 83 src/base_template/app/utils/typing.py 90 src/base_template/deployment/cd/deploy-to-prod.yaml 89 src/base_template/deployment/cd/staging.yaml 186 src/base_template/deployment/ci/pr_checks.yaml 31 src/base_template/deployment/terraform/apis.tf 23 src/base_template/deployment/terraform/build_triggers.tf 110 src/base_template/deployment/terraform/dev/apis.tf 26 src/base_template/deployment/terraform/dev/iam.tf 68 src/base_template/deployment/terraform/dev/log_sinks.tf 43 src/base_template/deployment/terraform/dev/providers.tf 15 src/base_template/deployment/terraform/dev/storage.tf 98 src/base_template/deployment/terraform/dev/variables.tf 101 src/base_template/deployment/terraform/dev/vars/env.tfvars 17 src/base_template/deployment/terraform/iam.tf 93 src/base_template/deployment/terraform/locals.tf 31 src/base_template/deployment/terraform/log_sinks.tf 48 src/base_template/deployment/terraform/providers.tf 21 src/base_template/deployment/terraform/service_accounts.tf 24 src/base_template/deployment/terraform/storage.tf 179 src/base_template/deployment/terraform/variables.tf 152 src/base_template/deployment/terraform/vars/env.tfvars 26 src/base_template/pyproject.toml 107 src/cli/commands/create.py 488 src/cli/commands/setup_cicd.py 629 src/cli/main.py 32 src/cli/utils/__init__.py 27 src/cli/utils/cicd.py 566 src/cli/utils/datastores.py 15 src/cli/utils/gcp.py 70 src/cli/utils/logging.py 19 src/cli/utils/template.py 507 src/cli/utils/version.py 47 src/data_ingestion/data_ingestion_pipeline/components/ingest_data.py 206 src/data_ingestion/data_ingestion_pipeline/components/process_data.py 381 src/data_ingestion/data_ingestion_pipeline/pipeline.py 60 src/data_ingestion/data_ingestion_pipeline/submit_pipeline.py 176 src/data_ingestion/pyproject.toml 16 src/deployment_targets/agent_engine/app/agent_engine_app.py 227 src/deployment_targets/agent_engine/app/utils/gcs.py 17 src/deployment_targets/cloud_run/app/server.py 82 src/frontends/live_api_react/frontend/public/index.html 26 src/frontends/live_api_react/frontend/src/App.scss 141 src/frontends/live_api_react/frontend/src/App.tsx 177 src/frontends/live_api_react/frontend/src/components/audio-pulse/AudioPulse.tsx 41 src/frontends/live_api_react/frontend/src/components/audio-pulse/audio-pulse.scss 42 src/frontends/live_api_react/frontend/src/components/control-tray/ControlTray.tsx 175 src/frontends/live_api_react/frontend/src/components/control-tray/control-tray.scss 158 src/frontends/live_api_react/frontend/src/components/logger/Logger.tsx 204 src/frontends/live_api_react/frontend/src/components/logger/logger.scss 97 src/frontends/live_api_react/frontend/src/components/logger/mock-logs.ts 119 src/frontends/live_api_react/frontend/src/components/side-panel/SidePanel.tsx 132 src/frontends/live_api_react/frontend/src/components/side-panel/side-panel.scss 242 src/frontends/live_api_react/frontend/src/contexts/LiveAPIContext.tsx 18 src/frontends/live_api_react/frontend/src/hooks/use-live-api.ts 84 src/frontends/live_api_react/frontend/src/hooks/use-media-stream-mux.ts 7 src/frontends/live_api_react/frontend/src/hooks/use-screen-capture.ts 47 src/frontends/live_api_react/frontend/src/hooks/use-webcam.ts 47 src/frontends/live_api_react/frontend/src/index.css 11 src/frontends/live_api_react/frontend/src/index.tsx 14 src/frontends/live_api_react/frontend/src/multimodal-live-types.ts 158 src/frontends/live_api_react/frontend/src/reportWebVitals.ts 13 src/frontends/live_api_react/frontend/src/setupTests.ts 1 src/frontends/live_api_react/frontend/src/utils/audio-recorder.ts 77 src/frontends/live_api_react/frontend/src/utils/audio-streamer.ts 217 src/frontends/live_api_react/frontend/src/utils/audioworklet-registry.ts 20 src/frontends/live_api_react/frontend/src/utils/multimodal-live-client.ts 255 src/frontends/live_api_react/frontend/src/utils/store-logger.ts 45 src/frontends/live_api_react/frontend/src/utils/utils.ts 65 src/frontends/live_api_react/frontend/src/utils/worklets/audio-processing.ts 48 src/frontends/live_api_react/frontend/src/utils/worklets/vol-meter.ts 40 src/frontends/streamlit/frontend/side_bar.py 171 src/frontends/streamlit/frontend/streamlit_app.py 203 src/frontends/streamlit/frontend/style/app_markdown.py 1 src/frontends/streamlit/frontend/utils/chat_utils.py 41 src/frontends/streamlit/frontend/utils/local_chat_history.py 73 src/frontends/streamlit/frontend/utils/message_editing.py 34 src/frontends/streamlit/frontend/utils/multimodal_utils.py 130 src/frontends/streamlit/frontend/utils/stream_handler.py 206 src/frontends/streamlit/frontend/utils/title_summary.py 30 src/frontends/streamlit_adk/frontend/side_bar.py 171 src/frontends/streamlit_adk/frontend/streamlit_app.py 241 src/frontends/streamlit_adk/frontend/style/app_markdown.py 1 src/frontends/streamlit_adk/frontend/utils/chat_utils.py 56 src/frontends/streamlit_adk/frontend/utils/local_chat_history.py 61 src/frontends/streamlit_adk/frontend/utils/message_editing.py 31 src/frontends/streamlit_adk/frontend/utils/multimodal_utils.py 126 src/frontends/streamlit_adk/frontend/utils/stream_handler.py 203 src/frontends/streamlit_adk/frontend/utils/title_summary.py 56 src/resources/idx/idx-template.nix 23 src/resources/setup_cicd/cicd_variables.tf 23 src/resources/setup_cicd/github.tf 57 src/resources/setup_cicd/providers.tf 23 src/utils/generate_locks.py 69 src/utils/lock_utils.py 28 src/utils/watch_and_rebuild.py 146