A framework for safety analysis of LLM-generated code in multi-agent systems.
python3dockerdocker-compose-pluginollama
- Run
make upto start all services at once- Put your Ollama API token in
OLLAMA_API_KEYenv variable before running services - You'll also need to pull models from inside
ollamacontainer - If you are using WSL 2 on Windows with systemd disabled, start docker service manually if necessary
- Put your Ollama API token in
$ export OLLAMA_API_KEY="<your token goes here>"
$ ollama pull qwen3-coder:480b-cloud # or any other model of your preference
$ sudo service docker restart- Run
make downto tear down all services at once