loadAgent

open override fun loadAgent(agentName: String): BaseAgent?

Loads the BaseAgent instance for the specified agent name.

Return

The agent with the given name, or null if the agent is not found.

Parameters

agentName

The name of the agent to load.