init
This commit is contained in:
19
.env.example
Normal file
19
.env.example
Normal file
@@ -0,0 +1,19 @@
|
||||
# Pflicht: welcher Provider-Stack standardmäßig läuft (claude | minimax | lokal)
|
||||
DEFAULT_PROVIDER=minimax
|
||||
|
||||
# MiniMax (opencode + direkte Text-API)
|
||||
MINIMAX_API_KEY=
|
||||
|
||||
# Rollen-Routing über Stacks hinweg (optional): z.B. jeden Judge-Call zu Claude
|
||||
# ROLE_JUDGE=claude
|
||||
# ROLE_GUIDE=claude
|
||||
|
||||
# Nebenläufigkeit (optional)
|
||||
# MAX_CONCURRENT_AGENTS=16
|
||||
# MAX_CONCURRENT_API_AGENTS=28
|
||||
|
||||
# Token-Budget pro Lauf (Summe in+out; 0 = kein Limit)
|
||||
# RUN_BUDGET_TOKENS=5000000
|
||||
|
||||
# Fake-Modus: alle LLM-Calls deterministisch (Tests/Frontend-Smoke)
|
||||
# CREATOR_FAKE_AGENTS=1
|
||||
Reference in New Issue
Block a user