Adala AI is an Autonomous Data (Labeling) Agent framework.
Adala AI offers a robust framework for implementing agents specialized in data processing, with an emphasis on diverse data labeling tasks. These agents are autonomous, meaning they can independently acquire one or more skills through iterative learning. This learning process is influenced by their operating environment, observations, and reflections. Users define the environment by providing a ground truth dataset. Every agent learns and applies its skills in what we refer to as a "runtime", synonymous with LLM
Getting started
Install Adala:
pip install adala
Adala frequently releases updates. In order to ensure that you are using the most up-to-date version, it is recommended that you install it from GitHub:
pip install git+https://github.com/HumanSignal/Adala.git
Developer installation:
git clone https://github.com/HumanSignal/Adala.git
cd Adala/
poetry install