π¨βπΌAdmin
What is an Admin?
Imagine Admin as the master task executor who is responsible for all the major configurations for the execution. From planning of tasks to execution, and defining the brain which is what LLM to use and whether or not to use memory.
Admin is the decision-maker that understand the specifications of tasks and execute them in a more human-like manner.
Attributes
The Admin
class in the openagi
library is a central component designed to manage and orchestrate various functionalities within the framework. Below is a detailed explanation of its components, attributes, and usage.
The Admin
class in the OpenAGI framework can be considered an Agent.
Code Snippet
Below we have shown how one can initiate and run a simple admin query.
Last updated