Expand description
Agent server implementation for Protocol v2.
The v2 server supports bidirectional streaming with automatic fallback to v1 request/response mode for backward compatibility.
Structs§
- Grpc
Agent Handler V2 - Internal handler that implements the gRPC AgentServiceV2 trait.
- Grpc
Agent Server V2 - v2 gRPC agent server.
Enums§
- Drain
Reason - Drain reason from proxy.
- Shutdown
Reason - Shutdown reason from proxy.
Traits§
- Agent
Handler V2 - v2 agent handler trait.