Agent Factories
Agent factories specify which agents are available to your app. In order to connect an agent to your app, you must first define an agent factory. To do so, subclass theAgentFactory
class to specify how agents are created. Here you can import and use your own custom agents.
Example
First define yourAgentFactory
: