Proxy Path Manager
Maps scrape URL paths to their registered AgentContext instances.
Maintains a synchronized path map that supports both exclusive (one agent per path) and consolidated (multiple agents per path) registration modes. Handles path addition, removal, agent displacement, and cleanup on agent disconnect. Provides the service discovery path list and plain-text diagnostics.
Parameters
proxy
the parent Proxy instance
is Test Mode
when true, suppresses verbose logging during tests
See also
Types
Link copied to clipboard
data class AgentContextInfo(val isConsolidated: Boolean, val labels: String, val agentContexts: MutableList<AgentContext>)