docs: backfill env template and migration notes for M2
This commit is contained in:
@@ -72,7 +72,9 @@ def weighted_mix(weights: dict[str, float], rng) -> str:
|
||||
return next(reversed(weights))
|
||||
|
||||
|
||||
async def p1_trace_chains(corpus: SoakCorpus, run_id: str, rng=random.random) -> AsyncIterator[Item]:
|
||||
async def p1_trace_chains(
|
||||
corpus: SoakCorpus, run_id: str, rng=random.random
|
||||
) -> AsyncIterator[Item]:
|
||||
"""P1 文本长上下文回放: 单链串行,session/parent 链路照原样语义。"""
|
||||
for chain_idx, chain in enumerate(corpus.chains):
|
||||
session_id = f"{run_id}-p1-{chain_idx}"
|
||||
|
||||
Reference in New Issue
Block a user