One-line description of what this project does.
- Go 1.24+
- Docker (for container builds)
- pre-commit (for local development)
# Clone the repo
git clone https://github.com/llm-d/{{PROJECT_NAME}}.git
cd {{PROJECT_NAME}}
# Install pre-commit hooks
pre-commit install
# Build
make build
# Run tests
make test
# Run linters
make lintSee CONTRIBUTING.md for development guidelines, coding standards, and how to submit changes.
make help # Show all available targets
make build # Build the project
make test # Run tests with race detection
make lint # Run Go and Python linters
make fmt # Format Go and Python code
make image-build # Build multi-arch container image
make pre-commit # Run pre-commit hooksWe welcome contributions! Please see CONTRIBUTING.md for guidelines.
All commits must be signed off (DCO). See PR_SIGNOFF.md for instructions.
To report a security vulnerability, please see SECURITY.md.
This project is licensed under the Apache License 2.0 - see LICENSE for details.