Conversate with the AI agent.
User talks to the AI agent with the content.
When AI agent responds some actions like conversating or executing LLM (Large Language Model) function calling, the functions defined in the IAgenticaRpcListener would be called through the RPC (Remote Procedure Call) paradigm.
The content to talk
Returned when the conversation process is completely done
Get controllers.
Get controllers, collection of functions that would be called by the AI chatbot.
RPC interface of AI agent service.
IAgenticaRpcService
is an interface defining an AI agent service provided from the server to client through the RPC (Remote Procedure Call) paradigm in the websocket protocol.The client will call the conversate function remotely, and the server responses to the client by calling the client's IAgenticaRpcListener functions remotely too.
Author
Samchon