Commit 9ffd847
committed
fix: restore credential wiring in AGUI GoogleADK template
The template was missing load_model() call and bedrock-agentcore dep,
so GOOGLE_API_KEY was never set from the AgentCore credential. Both
dev mode and deployed agents failed with "No API key provided."1 parent c8c275f commit 9ffd847
3 files changed
Lines changed: 11 additions & 1 deletion
File tree
- src/assets
- __tests__/__snapshots__
- python/agui/googleadk/base
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2009 | 2009 | | |
2010 | 2010 | | |
2011 | 2011 | | |
2012 | | - | |
| 2012 | + | |
| 2013 | + | |
2013 | 2014 | | |
2014 | 2015 | | |
| 2016 | + | |
| 2017 | + | |
| 2018 | + | |
2015 | 2019 | | |
2016 | 2020 | | |
2017 | 2021 | | |
| |||
2103 | 2107 | | |
2104 | 2108 | | |
2105 | 2109 | | |
| 2110 | + | |
2106 | 2111 | | |
2107 | 2112 | | |
2108 | 2113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments