Expand description
Proxy management for agent-controlled services
This module provides the ProxyManager struct that integrates the proxy crate
with the agent’s service management. It handles:
- Managing proxy routes based on
ServiceSpecendpoints (HTTP/HTTPS/WebSocket) - Managing L4 stream proxy listeners (TCP/UDP)
- Tracking and updating backend servers for load balancing
- Coordinating proxy server lifecycle
Structs§
- Proxy
Manager - Manages proxy routing for agent-controlled services
- Proxy
Manager Config - Configuration for the
ProxyManager