We provide a modular programming framework for expressing fine-grained privilege control policies to secure LLM agents. Check out our paper here.
pip install -e .The documents and demos will be available soon.
cd agentdojo
pip install -e . # install agentdojo
cd ..
pip install -e . # install progent
cd agentdojo
./run.shCheck out more in agentdojo/README.md
cd asb
pip install -r requirements.txt # install asb
cd ..
pip install -e . # install progent
cd asb
python scripts/agent_attack.py --cfg_path config/OPI.ymlCheck out more in asb/README.md
cd ehragent
conda env create -f environment.yml # install ehragent agentpoison
cd ..
pip install -e . # install progent
cd ehragent
./run.shCheck out more in ehragent/README.md