Micro AI chatbot.

MicroAgentica is a facade class for the micro AI chatbot agent which performs LLM (Large Language Model) function calling from the user's conversation and manages the prompt histories.

Different between MicroAgentica and Agentica is that MicroAgentica does not have function selecting filter. It directly list up every functions to the agent. Besides, Agentica has a function selecting mechanism to reduce the number of functions to be listed up to the agent.

Therefore, if you have a lot of functions to call, you must not use this MicroAgentica class. Use this MicroAgentica class only when you have a few functions to call.

Samchon

Type Parameters

  • Model extends ILlmSchema.Model

Constructors

Methods

  • Erase an event listener.

    Erase an event listener to stop calling the callback function.

    Type Parameters

    • Type extends "call" | "describe" | "execute" | "text" | "request" | "validate" | "response"

    Parameters

    Returns this

  • Add an event listener.

    Add an event listener to be called whenever the event is emitted.

    Type Parameters

    • Type extends "call" | "describe" | "execute" | "text" | "request" | "validate" | "response"

    Parameters

    Returns this