No-op stub. PR6 writes a trajectory record under `` /runs/``. Kept as a real call site (rather than commented-out) so PR6 changes one function body, not the runner's public path.
(
cfg: BaseFlowCfg,
memory: object | None,
result: Any,
)
| 124 | |
| 125 | |
| 126 | def _archive_run_artifacts( |
| 127 | cfg: BaseFlowCfg, |
| 128 | memory: object | None, |
| 129 | result: Any, |
| 130 | ) -> None: |
| 131 | """No-op stub. PR6 writes a trajectory record under ``<memory_dir>/runs/``. |
| 132 | |
| 133 | Kept as a real call site (rather than commented-out) so PR6 changes |
| 134 | one function body, not the runner's public path. |
| 135 | """ |
| 136 | del cfg, memory, result |
| 137 | return None |
no outgoing calls