Add a front-door agent that classifies an incoming request and dispatches it to the appropriate specialized Hackbot agent. This should run as a Cloud Run service rather than a Cloud Run job, since it needs to respond quickly rather than run to completion, which depends on Cloud Run service support being added as an execution environment.
Add a front-door agent that classifies an incoming request and dispatches it to the appropriate specialized Hackbot agent. This should run as a Cloud Run service rather than a Cloud Run job, since it needs to respond quickly rather than run to completion, which depends on Cloud Run service support being added as an execution environment.