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
ReturnToFirst df262e0bbe
Merge pull request #4 from organization/fix/permissive-chat-schema
fix(shared): accept tool role and multimodal content in chat schemas
2026-04-12 02:48:14 +09:00
.forgejo/workflows change(workflow): disable master branch latest build 2026-03-26 04:41:46 +09:00
client chore: add tsx dependency to pnpm-lock.yaml 2026-04-08 12:07:17 +09:00
database feat: model rewrite 2026-03-26 15:33:27 +09:00
docs feat(auth): add ADMIN_COOKIE_SECURE configuration for enhanced security 2026-04-08 00:04:23 +09:00
scripts feat(monaco,lucide): lazy load large resource 2026-03-26 04:40:20 +09:00
server fix: add missing adminDist candidate path for client distribution 2026-04-08 12:30:09 +09:00
shared fix(shared): accept tool role and multimodal content in chat schemas 2026-04-11 18:36:27 +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 feat(auth): add ADMIN_COOKIE_SECURE configuration for enhanced security 2026-04-08 00:04:23 +09:00
docker-compose.yml refactor(oci): to one image 2026-03-26 04:10:01 +09:00
Dockerfile fix: update command to start server using pnpm 2026-04-08 12:19:51 +09:00
eslint.config.mjs feat: migrate Express to Hono with OpenAPI/Swagger and add root ESLint 2026-04-08 01:08:23 +09:00
package.json feat: migrate Express to Hono with OpenAPI/Swagger and add root ESLint 2026-04-08 01:08:23 +09:00
pnpm-lock.yaml chore: add tsx dependency to pnpm-lock.yaml 2026-04-08 12:07:17 +09:00
pnpm-workspace.yaml refactor: shared zod, tanstack-query auth, env module, primitives, lucide icons 2026-04-08 01:52:10 +09:00
README.md chore: add tsx dependency to pnpm-lock.yaml 2026-04-08 12:07:17 +09:00

Kyush LLM Router

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

Quick Start

pnpm install
pnpm run dev

Documentation

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