Here is an example of using ILlmController type for AI agent development of
performing AI function calling to mobile API classes/interfaces through
typia and @agentica.
For reference, this ILlmController type is designed for TypeScript
classes/interfaces. If you want to make a controller of another
protocol like HTTP or MCP, use below types instead:
Controller of LLM function calling.
ILlmController
is a controller of LLM function calling, containing not only the application of function calling schemas, but also identifier name of the application and executor of its TypeScript class/interface functions.Here is an example of using
ILlmController
type for AI agent development of performing AI function calling to mobile API classes/interfaces throughtypia
and@agentica
.For reference, this
ILlmController
type is designed for TypeScript classes/interfaces. If you want to make a controller of another protocol like HTTP or MCP, use below types instead:Author
Jeongho Nam - https://github.com/samchon
Reference
https://typia.io/docs/llm/controller/
Reference
https://wrtnlabs.io/agentica/docs/core/controller/typescript/