File size: 371 Bytes
5f70643
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
"""Pinned production baseline for deploy verification.

Bump ``BASELINE_GIT_SHA`` when intentionally changing the default generation stack.
"""

BASELINE_GIT_SHA = "e561e67"
BASELINE_LABEL = "standard-rag-llm"
BASELINE_DESCRIPTION = (
    "RAG upload sanitisation + standard fixed pipeline (expand → retrieve → "
    "LLM adapt). Agentic HeadAgent is opt-in only."
)