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 28049bce2c
All checks were successful
Publish Container Images / publish-images (push) Successful in 2m57s
chore(package): bump version to 1.0.10-express
2026-05-26 16:48:23 +09:00
.forgejo/workflows fix(workflow): add progress output to Docker build for better visibility 2026-04-27 18:19:57 +09:00
client feat(users): add 'copy_reasoning_to_reasoning_content' option for user creation and updates 2026-05-13 21:54:44 +09:00
database fix: analytics overload problem with group and indexing 2026-05-26 16:47:48 +09:00
docs feat(users): add 'copy_reasoning_to_reasoning_content' option for user creation and updates 2026-05-13 21:54:44 +09:00
scripts feat(monaco,lucide): lazy load large resource 2026-03-26 04:40:20 +09:00
server fix: analytics overload problem with group and indexing 2026-05-26 16:47:48 +09:00
shared feat(users): add 'copy_reasoning_to_reasoning_content' option for user creation and updates 2026-05-13 21:54:44 +09:00
.dockerignore update(docker) 2026-03-26 01:52:44 +09:00
.env.example feat(routing): add MODEL_LIST_INCLUDE_ROUTING_METADATA for enhanced model metadata in responses 2026-04-23 18:12:51 +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(routing): add MODEL_LIST_INCLUDE_ROUTING_METADATA for enhanced model metadata in responses 2026-04-23 18:12:51 +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 chore(package): bump version to 1.0.10-express 2026-05-26 16:48:23 +09:00
pnpm-lock.yaml feat(Analytics): d3 based visualization 2026-03-26 19:01:33 +09:00
pnpm-workspace.yaml feat(workspace): add allowBuilds section for better dependency management 2026-05-12 15:55:06 +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를 참조.