aries / net.globalid.aries.agents / AgentManager / create

create

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.

Parameters

agentOptions - are options to use.

Return
Single of an Agent, the created agent.