MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / _archive_run_artifacts

Function _archive_run_artifacts

quantmind/flows/_runner.py:126–137  ·  view source on GitHub ↗

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,
)

Source from the content-addressed store, hash-verified

124
125
126def _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&#x27;s public path.
135 """
136 del cfg, memory, result
137 return None

Callers 2

test_archive_is_no_opMethod · 0.90
run_with_observabilityFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_archive_is_no_opMethod · 0.72