books/gu-zhenren/minirun-rebill/pipeline.yaml

24 lines
1 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# МИКРО-ПРОЕКТ для живой проверки гейта согласия на пере-оплату (пак-18, D20.2-Q2).
# Одна глава, ТОЛЬКО волна черновика: «проход с флагом» обязан РЕАЛЬНО пере-оплатить работу, и
# делать это на главном прогоне значило бы купить второй прогон ради одной строки лога.
core: C1
version: 1
defaults: { max_output_ratio: 2.2, min_max_tokens: 2048 }
context: { glossary_injection: selective, glossary_token_budget: 800, cache_ttl: "5m" }
waves: { workers: 2 }
retries: { regenerate_before_escalate: 1 }
stages:
- name: draft
role: translator
model: deepseek-v4-flash
prompt_version: v1-reflow-DRIFT
temperature: 0.3
reasoning: "off"
gates:
sanitizer: { enabled: true }
regression_guard: { enabled: true }
escalation:
chains: { default: [deepseek-v4-pro], adult: [grok-4.3] }
budget_usd: 0
fanout: { candidates: 1 }
mining: { contrast_path: "" }