Commit 4b91642
refactor(webserver)!: move the Development UI into a separate
`google-adk-kotlin-webserver` no longer bundles the compiled Development UI, so a deployment that only serves agents over HTTP no longer carries it. Add `com.google.adk:google-adk-kotlin-webserver-dev` alongside it to serve `/dev-ui` during local development. The two modules now live under a common source root, at `webserver/api` and `webserver/dev`. Published artifact names are unchanged
PiperOrigin-RevId: 967036660google-adk-kotlin-webserver-dev artifact
1 parent bc89fb2 commit 4b91642
56 files changed
Lines changed: 199 additions & 20 deletions
File tree
- webserver
- api
- src
- jvmMain/kotlin/com/google/adk/kt/webserver
- loaders
- models
- routes
- telemetry
- jvmTest/kotlin/com/google/adk/kt/webserver
- routes
- dev
- src
- main/resources/browser
- assets
- config
- test/kotlin/com/google/adk/kt/webserver/dev
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
0 commit comments