runAgentFrom

abstract fun runAgentFrom(agent: Agent, processOptions: ProcessOptions = ProcessOptions(), bindings: Map<String, Any>): AgentProcess

Run the agent from the given ProcessOptions. We might create a new blackboard or have one

Parameters

agent

the agent to run. Does not need to be deployed to the platform

processOptions

the options for the process

bindings

the bindings for the process: Objects that are pre-bound to the blackboard.