Checks if a specific agent is part of the navigation route for a given client.
Validates the agent and client session, retrieves the associated swarm, and queries the navigation route.
Logs the operation if enabled by global configuration.
Parameters
clientId: string
The unique identifier of the client whose navigation route is being checked.
agentName: string
The name of the agent to check within the navigation route.
Returns Promise<boolean>
A promise resolving to true if the agent is in the navigation route, false otherwise.
Checks if a specific agent is part of the navigation route for a given client. Validates the agent and client session, retrieves the associated swarm, and queries the navigation route. Logs the operation if enabled by global configuration.