AgenticaRpcService is class defining an AI agent service
provided from the server to clients through the RPC (Remote Procedure Call)
paradigm in the websocket protocol.
Client connecting to the AgenticaRpcService providing websocket server
will call the conversate function remotely through its basic
interface type IAgenticaRpcService with the RPC paradigm.
Also, the client provides the IAgenticaRpcListener type to the
server, so that AgenticaRpcService will remotely call the
listener's functions internally.
You can open the WebSocket server of the AI agent like below:
RPC service for the Agentica.
AgenticaRpcService
is class defining an AI agent service provided from the server to clients through the RPC (Remote Procedure Call) paradigm in the websocket protocol.Client connecting to the
AgenticaRpcService
providing websocket server will call the conversate function remotely through its basic interface type IAgenticaRpcService with the RPC paradigm.Also, the client provides the IAgenticaRpcListener type to the server, so that
AgenticaRpcService
will remotely call the listener's functions internally.You can open the WebSocket server of the AI agent like below:
Author
Samchon