🤔 Introducing APISIX AI Gateway – Built for LLMs and AI workloads. Learn More

Developer Guide

Overview

This documentation explains how to develop this project.

Build

Run make build. Then you can run APISIX_LISTEN_ADDRESS=unix:/tmp/runner.sock ./go-runner run to start it.

Test

Run make test.