Package jadex.micro.examples.eliza
Class EchoChatAgent
- java.lang.Object
-
- jadex.micro.examples.eliza.EchoChatAgent
-
public class EchoChatAgent extends java.lang.Object
This agent implements a chat bot that simply echoes any privately sent message. It connects itself to the platform chat service.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The eliza agent.protected IChatGuiService
chat
The gui service for controlling the inner chat component.
-
Constructor Summary
Constructors Constructor Description EchoChatAgent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Main for testing.void
start()
Register to inner chat at startup.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The eliza agent.
-
chat
protected IChatGuiService chat
The gui service for controlling the inner chat component. $config is replaced by "intern" or "extern"
-
-