Skip to content

Bono LLM Coding Agents and Orchestration for PHP

PHP LLM Coding Agents
Automated multi-agent architecture for code generation, analysis, and orchestration. It can support various AI providers with custom implementation, the default is using an OllamaProvider. This project is in an experimental state, but already usable.

Features

  • Multi-agent architecture (Architect, Coder, Orchestrator)
  • Support for various LLM providers (e.g. Ollama)
  • Caching with File-Cache, Array-Cache, and Decorator
  • Modular design
  • Integration and unit tests
  • Compatible with PHP 8.2+
  • Generated files will be linted
  • Generates generic type annotations for PHP 8.1+