Development

Contributing to and developing LLM Proxy.

What’s in this section

Quick Start for Contributors

  1. Fork and clone the repository
  2. Run make deps to install dependencies
  3. Run make test to verify setup
  4. Run make lint to check code style
  5. Read the Contributing Guide

Quality Requirements

  • Test Coverage: 90%+ on all internal/ packages
  • Linting: All code must pass make lint
  • TDD: Write failing tests before implementing features

Table of contents