INestiaAgentController is a type represents a controller of the
NestiaAgent, which serves a set of functions to be called
by A.I. chatbot from LLM function calling.
Also, INestiaAgentController is an union type which can specify
a subtype by checking the protocol property.
Controller of the Nestia Agent.
INestiaAgentController
is a type represents a controller of the NestiaAgent, which serves a set of functions to be called by A.I. chatbot from LLM function calling.Also,
INestiaAgentController
is an union type which can specify a subtype by checking the protocol property.