Commit fb30c07
Refactor project structure to follow Python conventions (#382)
* refactor: reorganize project structure to follow Python conventions
Moved all source code from src/ to agent_starter_pack/ and consolidated
agents/ directory under the main package. This aligns with Python package
standards and simplifies the project structure.
Changes:
- Moved src/ → agent_starter_pack/
- Moved agents/ → agent_starter_pack/agents/
- Updated all Python imports from src. to agent_starter_pack.
- Updated pyproject.toml package configuration
- Updated CI/CD paths in .cloudbuild and .github workflows
- Updated Makefile, documentation, and test files
- Verified all tests and linting pass
* fix: update path references in template.py for new directory structure
Fixed remaining hardcoded paths that were still referencing the old
src/ and agents/ directory locations. Updated all path constructions
to use the new agent_starter_pack/ structure.
* Update tests/cli/commands/test_setup_cicd.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* fi
* fix
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>1 parent 401babc commit fb30c07
File tree
197 files changed
+6906
-6880
lines changed- .cloudbuild
- ci
- terraform
- agent_starter_pack
- agents
- adk_base
- .template
- app
- notebooks
- tests/integration
- adk_live
- .template
- app
- tests/unit
- agentic_rag
- .template
- app
- notebooks
- tests/integration
- crewai_coding_crew
- .template
- app
- crew
- config
- notebooks
- tests/integration
- langgraph_base_react
- .template
- app
- notebooks
- tests/integration
- base_template
- deployment
- terraform
- dev
- vars
- vars
- tests/unit
- {% if cookiecutter.cicd_runner == 'github_actions' %}.github{% else %}unused_github{% endif %}/workflows
- {% if cookiecutter.cicd_runner == 'google_cloud_build' %}.cloudbuild{% else %}unused_.cloudbuild{% endif %}
- {{cookiecutter.agent_directory}}/utils
- cli
- commands
- utils
- data_ingestion
- data_ingestion_pipeline
- components
- deployment_targets
- agent_engine
- notebooks
- tests
- integration
- load_test
- .results
- {{cookiecutter.agent_directory}}
- utils
- cloud_run
- deployment/terraform
- dev
- tests
- integration
- load_test
- .results
- {{cookiecutter.agent_directory}}
- frontends
- adk_live_react/frontend
- public
- src
- components
- audio-pulse
- logger
- side-panel
- transcription-preview
- contexts
- hooks
- utils
- worklets
- streamlit/frontend
- style
- utils
- resources
- containers
- data_processing
- e2e-tests
- docs
- idx
- .idx
- locks
- utils
- docs
- guide
- remote-templates
- tests
- cicd
- cli
- commands
- utils
- integration
- unit
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
197 files changed
+6906
-6880
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | | - | |
117 | | - | |
118 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | | - | |
| 192 | + | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
| 429 | + | |
430 | 430 | | |
431 | | - | |
432 | | - | |
| 431 | + | |
| 432 | + | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
File renamed without changes.
File renamed without changes.
0 commit comments