Initial commit

This commit is contained in:
2026-03-28 08:54:57 +00:00
commit 26f8b33db7
154 changed files with 23075 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# vLLM API endpoint
VLLM_URL=http://localhost:8000/v1
# Redis/Valkey connection (rediss:// for TLS)
REDIS_URL=redis://localhost:6379
# Maximum context window size
MAX_CONTEXT_TOKENS=32768
# Tool call mode: native | simulated
TOOL_CALL_MODE=native