AutoBE
    Preparing search index...

    Type Alias IAgenticaController

    IAgenticaController:
        | IAgenticaController.IHttp
        | IAgenticaController.IClass
        | IAgenticaController.IMcp

    Controller of the Agentica Agent.

    IAgenticaController is a type represents a controller of the Agentica, which serves a set of functions to be called by A.I. chatbot from LLM function calling.

    Also, IAgenticaController is an union type which can specify a subtype by checking the protocol property.

    • HTTP server: IAgenticaController.IHttp
    • TypeScript class: IAgenticaController.IClass
    • MCP Server: IAgenticaController.IMcp

    Samchon