ai-servers/llm-gateway
Ray Andrew 90adf6f3a8
feat(gateway): add circuit breaker, retry, and concurrency limit support
feat(gateway): add debug logging with file storage and retention

feat(gateway): add audit logging for user actions

feat(gateway): add request ID tracking and rate limit headers

feat(gateway): add model aliases and load balancing strategies

feat(gateway): add config hot-reload via SIGHUP

feat(gateway): add CORS support

feat(gateway): add data export API and dashboard endpoints

feat(gateway): add dashboard pages for audit and debug logs

feat(gateway): add concurrent request limiting per token

feat(gateway): add streaming timeout support

feat(gateway): add migration support for new schema fields
2026-02-15 04:21:40 -06:00
..
cmd/gateway feat(gateway): add circuit breaker, retry, and concurrency limit support 2026-02-15 04:21:40 -06:00
configs feat(gateway): add llm-gateway service 2026-02-15 01:23:50 -06:00
internal feat(gateway): add circuit breaker, retry, and concurrency limit support 2026-02-15 04:21:40 -06:00
.env.example feat(gateway): add llm-gateway service 2026-02-15 01:23:50 -06:00
.gitignore feat(gateway): add circuit breaker, retry, and concurrency limit support 2026-02-15 04:21:40 -06:00
Dockerfile feat(gateway): fix go version 2026-02-15 01:29:07 -06:00
go.mod feat(gateway): add circuit breaker, retry, and concurrency limit support 2026-02-15 04:21:40 -06:00
go.sum feat(gateway): add circuit breaker, retry, and concurrency limit support 2026-02-15 04:21:40 -06:00
Makefile feat(gateway): add llm-gateway service 2026-02-15 01:23:50 -06:00