Multi-user LLM routing proxy with API key management, usage monitoring, and script-based request/response manipulation.
  • TypeScript 91.3%
  • CSS 5.5%
  • JavaScript 3%
  • Dockerfile 0.2%
Find a file
SemteulGaram ebeeb17170
All checks were successful
Publish Container Images / publish-images (push) Successful in 1m15s
fix(package): update version to 1.0.3-express in package.json
2026-04-23 02:38:17 +09:00
.forgejo/workflows change(workflow): disable master branch latest build 2026-03-26 04:41:46 +09:00
client feat(chart-interaction): enhance HistogramChart and BoxPlotChart with hover functionality and tooltips 2026-04-23 02:37:43 +09:00
database feat: model rewrite 2026-03-26 15:33:27 +09:00
docs feat(analytics): implement logarithmic scale for response length histogram 2026-04-23 02:19:05 +09:00
scripts feat(monaco,lucide): lazy load large resource 2026-03-26 04:40:20 +09:00
server feat(analytics): implement logarithmic scale for response length histogram 2026-04-23 02:19:05 +09:00
shared feat(Users): add api_key support for user creation and updates 2026-03-27 02:15:44 +09:00
.dockerignore update(docker) 2026-03-26 01:52:44 +09:00
.env.example feat(auth): add ADMIN_COOKIE_SECURE configuration for enhanced security 2026-04-08 00:04:23 +09:00
.gitignore fix(gitignore): .env 2026-03-26 03:08:18 +09:00
.npmrc init 2026-03-05 23:46:54 +09:00
AGENTS.md fix(docs): clarify requirement to read documentation in UTF-8 before modifying features 2026-04-23 01:29:09 +09:00
docker-compose.yml refactor(oci): to one image 2026-03-26 04:10:01 +09:00
Dockerfile fix(docker): server deps 2026-03-27 00:59:12 +09:00
package.json fix(package): update version to 1.0.3-express in package.json 2026-04-23 02:38:17 +09:00
pnpm-lock.yaml feat(Analytics): d3 based visualization 2026-03-26 19:01:33 +09:00
pnpm-workspace.yaml wip: ScriptEngine 2026-03-07 19:18:23 +09:00
README.md feat(docs): 문서 정리 2026-03-25 12:38:03 +09:00

Kyush LLM Router

다중 사용자 LLM 라우팅 프록시 — API 키 인증, 백엔드 라우팅, 스크립트 기반 요청/응답 조작, 사용량 모니터링.

Quick Start

pnpm install
pnpm run dev

Documentation

프로젝트 구조와 개발 가이드는 AGENTS.md를 참조.