Expand description
Worker HTTP Server
Minimal HTTP server for the A2A worker that provides:
- /health - liveness probe
- /ready - readiness probe
- /task - POST endpoint for CloudEvents (Knative integration)
This enables Kubernetes probes and ingress routing to work.
Structs§
- Worker
Server State - Worker server state shared across handlers
Functions§
- start_
worker_ server - Start the worker HTTP server with default state
- start_
worker_ server_ with_ state - Start the worker HTTP server with custom state