Package com.techcognita.javachatx.agent
Class AgentFactory
java.lang.Object
com.techcognita.javachatx.agent.AgentFactory
Factory for creating different types of agents.
Demonstrates how the framework can be extended with new agent types.
-
Constructor Details
-
AgentFactory
public AgentFactory()
-
-
Method Details
-
createEchoAgent
Create a new EchoAgent with a unique ID.- Returns:
- A new EchoAgent instance
-
createEchoAgent
Create a new EchoAgent with a specified ID.- Parameters:
id- The ID for the new agent- Returns:
- A new EchoAgent instance
-