Commit: acb5dfb

Date: October 2, 2025 at 11:45 AM

  • CLI for command build webui
  • Added compiled version of adk-web - https://github.com/google/adk-web/commit/280f08de309dac5a65dd7a010be85e1d8dc2b5a0
  • Added runtime generation of /assets/config/runtime-config.json
  • Modified command line description
  • Modified the way the local server is run
  • Modified the deployment to cloudrun to use compiled version of adk-web
  • Error handling fixes
  • Removed unused variables
  • Text changes. Default redirection from / to /ui/
  • Merging fixes
  • Cloudrun deployment with ingress set to "all"
  • Lint fix - Err assigment
  • Removed commented code, minor fixes
  • Removed runtime-config.json (generated in runtime)
  • Commented runtime generation of /assets/config/runtime-config.json
  • Removed rs/cors implementation
  • go mod tidy
  • Removed flags for starting ADK REST API and/or ADK Web UI
  • Minor code structure update