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
2026-03-27 03:00:44 +09:00
.forgejo/workflows change(workflow): disable master branch latest build 2026-03-26 04:41:46 +09:00
client feat(Users): add api_key support for user creation and updates 2026-03-27 02:15:44 +09:00
database feat: model rewrite 2026-03-26 15:33:27 +09:00
docs feat(Users): add api_key support for user creation and updates 2026-03-27 02:15:44 +09:00
scripts feat(monaco,lucide): lazy load large resource 2026-03-26 04:40:20 +09:00
server feat(ScriptExecutor): implement resolveIsolatedVmModule function and add unit tests 2026-03-27 03:00:44 +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 refactor(oci): to one image 2026-03-26 04:10:01 +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 feat(Analytics): d3 based visualization 2026-03-26 19:01:33 +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 refactor(dashboard) 2026-03-26 19:42:03 +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를 참조.