runAgentWithInput

open fun runAgentWithInput(agent: Agent, processOptions: ProcessOptions = ProcessOptions(), input: Any): AgentProcess

Deprecated

Use createAgentProcess and run or start instead

Run the given agent with the given input, which will be added to the blackboard with the default binding.

Parameters

agent

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

processOptions

the options for the process

input

the input to bind to the blackboard