Package dev.enola.chat
Interface Agent
- All Known Implementing Classes:
AbstractAgent
,EchoAgent
,ExecAgent
,JLineAgent
,LangChain4jAgent
,PingPongAgent
,SystemAgent
Agent is something which acts on a
Message
.
Agents can use other agents, web APIs, etc. to act. Agents interact with an environment.
Agents are also known as a "Bots" or "Tool/s (Providers)" or "Functions" or "Services" or "Service Providers".
-
Method Summary
-
Method Details
-
subject
Subject subject()
-