Skip to content

symfonic.agent.cutover.memory_retrieval_rows

memory_retrieval_rows

C1-C: TA8.37's ten retrieval, hydration and episodic-telemetry rows.

One of three row files, split by subgroup rather than by size: a subgroup is one recommendation, one owner and one test file. Nine of the ten diverge from the recorded MIGRATE and carry their argument on the row; only hydration_threshold migrates whole.

retrieval_row

retrieval_row(**fields: Any) -> MemorySurface

One C1-C row, carrying the subgroup and owner every row shares.

Source code in src/symfonic/agent/cutover/memory_retrieval_rows.py
def retrieval_row(**fields: Any) -> MemorySurface:
    """One C1-C row, carrying the subgroup and owner every row shares."""
    return MemorySurface(subgroup="C1-C", owner=OWNER, **fields)