BADA is an agentic framework to interact with computer iterfaces that leverages the vasts ammount of information already available on bussiness contexts to improve results when executing computer tasks via agents.
It also stores all past execution in a vectorized memory and uses it to improve similar plans.
- Cuda 12.4
- uv
Clone the repository
git clone https://github.com/RPA-US/BADA.git
cd BADA
Start environment with uv
uv python install 3.10 # If not available
uv venv
uv sync