abstract fun create(agentOptions: AgentOptions): Single<Agent>
Creates an Agent instance with the given AgentOptions. This agent might not be provisioned, depending on the implementation.
agentOptions - are options to use.
agentOptions
Return Single of an Agent, the created agent.