Commit 008c196
feat: update ConfigAgentLoader to load agents from the current directory
The ConfigAgentLoader is updated to support loading agent configurations directly from the specified directory, in addition to subdirectories. This allows for more flexible project structures where an agent configuration might reside alongside a pom.xml without needing its own subdirectory.
PiperOrigin-RevId: 8006508071 parent 87acdf8 commit 008c196
File tree
2 files changed
+20
-1
lines changed- maven_plugin
- examples/simple-agent
- src/main/java/com/google/adk/maven
2 files changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
143 | 162 | | |
144 | 163 | | |
145 | 164 | | |
| |||
0 commit comments