Development
Contributing to and developing LLM Proxy.
What’s in this section
- Testing Guide - Running tests, coverage requirements, and TDD practices
- Contributing - How to contribute to the project
- GitHub Copilot Agent Setup - Setting up AI coding assistants
- GitHub Repository - Links and repository information
Quick Start for Contributors
- Fork and clone the repository
- Run
make depsto install dependencies - Run
make testto verify setup - Run
make lintto check code style - 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