Fix

Universal executor (#159)

Karol Droste
2 months ago

Commit: cf95b74

Date: October 17, 2025 at 12:56 PM

Adds functionality to run the same code in console or web (according to command-line params).

Allows easier e2e tests for examples

  • Universal launcher for web
  • Update example for web
  • Move ADK Web UI distr files
  • Added support for console
  • BuildLauncher fix
  • Example Web - fix
  • Add NewSingleAgentLoader
  • Renaming & small fixes
  • Comments & licences
  • userloop removal
  • Config by value
  • lint fix
  • Bringing back userloop
  • Added MatchingAgent to retrieve an agent to be run
  • Name / packege conflict fix
  • BuildLauncher fix
  • Added dedicated error message for empty agent name
  • Lint fix
  • Redesigned Agent loaders
  • Comments