Skip to content

Installation

Requirements:

  • PHP >= 8.2
  • Composer
  • Optional: Ollama

Step 1: Clone the repository

git clone https://github.com/angelobono/bono-llm-coding-agents.git
cd bono-llm-coding-agents

Step 2: Install Ollama (see Ollama website or use a docker image)

Step 3: Download models, the default setup uses:

ollama pull llama3.2:3b
ollama pull qwen2.5-coder:3b

Step 3: Install dependencies

composer install